简体   繁体   中英

How to show logs on dashboard using filebeat and logstash

I am beginner in elastic search.I have done configuration part. I can see my logs output in logstash and filebeat both but only i am facing to display that logs on dashboard. Please help me to show logs on dashboard.

If you are new to Elasticsearch, the best solution for you is to use the default filebeat dashboards. With few configurations, Filebeat can load predefined dashboards suitable for most use cases. https://www.elastic.co/guide/en/beats/filebeat/current/configuration-dashboards.html#:~:text=Filebeat%20comes%20packaged%20with%20example,can%20run%20the%20setup%20command .

If you change the YML file, the dashboard will be re initiated after each filebeat restart. If you want to load them only once, you should be able to execute it with the CLI once:

./filebeat setup -E "setup.kibana.host=http://localhost:5601" --dashboards

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM