Hi All,
Iam trying to upload the sample metric dashboard using kibana console, i got the metricbeat dashboard json in github,when am trying to import it am getting this message
Please let me know , how to get the sample dashboard in kibana
Thanks,
Raj
The easiest way to import the beats dashboards is directly from the Beat itself. This is the guide here:
https://www.elastic.co/guide/en/beats/metricbeat/6.2/load-kibana-dashboards.html
tl;dr: just use ./metricbeat setup --dashboards
Hi Marius,
Thanks for the reply, but iam using logstash as the output. So all the beats logs are forwarded to logstash .Is there any way to use ./metricbeat setup --dashboards or import dashboard to kibana
Thanks,
Raj
You just need to run it once, with the Kibana config (if you use security) set in the Metricbeat.yml file. After that you can just go back to shipping the beat data to Logstash.