I'm using an "Azure Event Hub Input" integration in Kibana for trying to inject logs and metrics previously saved in an Azure Event Hub. I select all checks in Azure for sending all logs and metrics to that Event Hub but in Kibana I can see only logs are injected but there are no documents about metrics.
Is there any Azure integration inside Kibana for injecting metrics coming from an Event Hub as well?
The logs that I can inject using the integration have all the important data in a field called "message". This is how the field looks like:
Is there any way to do the dissect of this field automatically (in the own integration) to be able to get all these data in separate fields for a proper dashboarding and alerting based on them? The content of the "message" field seems to be a normal .json format and should be easy for Elastic do the dissect, but I don't know why Elastic is injecting only the "message" field including all the content and not creating separate fields for each field of that content.
The integration that I'm using is "Azure Event Hub Input" because I have the data in the Event Hub, but I can only inject logs, not metrics, and I don't know why because I selected the option for moving all the metrics to the Event Hub. Do you know if is there any problem with the metrics injection from the Event Hub using that integration? If you need to inject metrics from the Event Hub using Elastic integrations, what integration/method would you use then?
The stack version that I have currently is 8.11.1.
Many thanks Stephen for your help! I will check the things that you say about logs as soon as I can, after your comments I think I will be able to parse the logs correctly.
Regarding metrics, I have a "Container Apps Environment" in Azure where I have created a new "Diagnostic Setting" selecting "All Metrics" checkbox for sending to an Event Hub. In this resource I have two "Container Apps" (with Metrics about CPU, Memory, Network, etc.) so these metrics should be sent to the EventHub correctly and I think I should be able to inject them in Elastic using an Integration. If I use the "Azure Event Hub Input" integration, I can see only logs, but not metrics.
Do you know why? If this is not possible using the "Azure Event Hub Input" integration, what other integration could I use to see the metrics of those Container Apps that are being moved to an Event Hub via "Diagnostic Setting" option?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.