This article shows how to configure Elastic Beats with TNT4J-Streams, run the stream with Logstash output, and import dashboards into your jKool repository.
Configuring Elastic Beats
- Open the Elastic Beats configuration file, e.g.,
metricbeat.yml,filebat.yml, etc. - Configure Beats output to Logstash:
# The Logstash hosts
hosts: ["localhost:5044"]Running Elastic Beats Stream
- Configure
TNT4J-Streams(set the jKool token if not already set). - Run the
TNT4J-Streamssampleelastic-beatswith your parser configuration. - Start
metricbeat.
/metricbeat -c metricbeat.yml -e
Importing Dashboard into Your jKool Repository
You can import provided Dashboards into jKool:
- Login to
https://xray.meshiq.com. - menu -> import/export -> dashboards -> import -> import dashboards -> choose file.
- select dashboard file from
samples/elastic-beats/dashboardsdirectory.