Skip to content

Conversation

jsvd
Copy link
Member

@jsvd jsvd commented Jan 3, 2025

I've confirmed the plugin still works with the following configuration:

input {
  azure_event_hubs {
    event_hub_connections => ["Endpoint=sb://XXX-azh.servicebus.windows.net/;SharedAccessKeyName=myentity;SharedAccessKey=XXXXX=;EntityPath=myentity"]
    decorate_events => true
    storage_connection => "DefaultEndpointsProtocol=https;AccountName=eventhubstesting;AccountKey=XXXXXX/YYYYYYYY==;EndpointSuffix=core.windows.net"
  }
}
output { stdout {} }

Using two logstashes I confirmed only 1 instance of Logstash receives any given message.

@jsvd jsvd marked this pull request as ready for review January 3, 2025 10:47
@jsvd
Copy link
Member Author

jsvd commented Jan 3, 2025

I've reverted the changes to the test dependencies and started a draft PR to track that work separately: #100

@jsvd jsvd requested a review from robbavey January 3, 2025 15:42
Copy link
Contributor

@robbavey robbavey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jsvd jsvd merged commit e4ce2f1 into logstash-plugins:main Jan 3, 2025
1 of 2 checks passed
@jsvd jsvd deleted the bump_dependencies branch January 3, 2025 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants