On the Azure Logs setup guide at https://www.elastic.co/docs/current/integrations/azure#setup we give users instructions about event hub creation.
For the event hub partitions, we link an in-depth guide from Microsoft at https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-create, which contains the following paragraph:
The partition count setting allows you to parallelize consumption across many consumers. For more information, see Partitions.
That document then links to a scalability-focused document: https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-scalability#partitions, but I guess some customers may skip this part.
We need to summarize and suggest default settings and recommend reading the whole guide for advanced use.
### Tasks
- [ ] https://github.com/elastic/integrations/pull/10583
On the Azure Logs setup guide at https://www.elastic.co/docs/current/integrations/azure#setup we give users instructions about event hub creation.
For the event hub partitions, we link an in-depth guide from Microsoft at https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-create, which contains the following paragraph:
That document then links to a scalability-focused document: https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-scalability#partitions, but I guess some customers may skip this part.
We need to summarize and suggest default settings and recommend reading the whole guide for advanced use.