acroquest / micrometer-kibana-dashboard

Kibana Dashboard for Spring Boot + Micrometer.
Apache License 2.0
52 stars 26 forks source link

Configurations needed #6

Open kemuning opened 4 years ago

kemuning commented 4 years ago

Hello, this is an amazing dashboard you needed to start with ELK. But, coud you share with us :

Thank you.

thiagohmoreira commented 4 years ago

Hello mate,

I think you got it a little bit wrong. The configuration/description on the README file does lead to a working dashboard.

There is no Filebeat, Metricbeat, and/or Logstash as the model for metrics publishing, in this case, is that the application will report it's metrics directly to ElasticSearch service, so there is no need to any intermediates to keep pooling the application.

This is all done with the micrometer-core/micrometer-registry-elastic dependencies and Spring Boot integration with it. Hope this makes sense :D