Hello
I'm trying to get data from an elasticsearch cluster to an Azure log-analytics-workspace or to an azure eventhub. Are there any output-plugins (I've read about the microsoft-logstash-output-azure-loganalytics - does this one still exists?) which I can use? Do you have a sample configuration for such a case?
Thanks Barbara
It still exists (at github). I think the only updates since the release five years ago are to update the list of logstash versions it works with.
There is a forked version here that supports managed identity.
There is another implementation (which I don't think is from Microsoft) here.
None of them appear to be under active development, but I have no idea whether they need to be. So they all exist, but may or may not work with a current logstash version.
Azure Event Hubs works with the Kafka protocol, I would say that using Logstash the easiest way to send or read data from Event Hubs is using the kafka
input and output.
Hello Leandro, Badger
Thanks for your suggestions/links - I'll try them