Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc]Expand doc to emphasize that the name of the event hub and EntityPath must match #59

Open
karenzone opened this issue Apr 24, 2020 · 1 comment
Assignees

Comments

@karenzone
Copy link
Contributor

Topic: https://www.elastic.co/guide/en/logstash/current/plugins-inputs-azure_event_hubs.html

Enhance azure_event_hubs documentation to emphasize that the name of the event hub defined in the advanced configuration must match the EntityPath value in the event_hub_connection if one is defined.

event_hubs => [
{ "event_hub_name1" => {
event_hub_connection => "Endpoint=/;SharedAccessKeyName=;SharedAccessKey=___
;EntityPath=event_hub_name1"
consumer_group => "logstash" # shared across all Event Hubs
}}
]
}

Ideas:

  • Add a note to event_hub_connection option
  • Add/expand code samples with callouts
  • What else?
@robbavey
Copy link
Contributor

@karenzone I think expanding the Advanced Configuration section makes sense - to call out how to define the event hub names, and also talk about how to configure the plugin to use multiple event hubs with the same name, with the use of storage containers.

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

No branches or pull requests

2 participants