Hi,
I have a Java spring boot 2 application and micrometer is configured to log application metrics into elastic stack. Metrics and associated data from the application is getting logged in elastic stack however when trying to create visualization for CPU usage by the application not able to select tag (host) under Buckets.
Without having tag in buckets, not able to create a visualization to show how much CPU is utilized by the application.
Tag (host) can be seen in documents indexed by elastic search and same index is used for creating visualization.
OS:
Ubuntu 18.04 / 64bit
Kibana 7.5.2
- Any idea or pointer why I do not see tag in Buckets
- If need to create a simple visualization for CPU utilization by an application, how could I do it
Please advice what I could be missing.
Thanks,
Sachin