I have installed metricbeats on server, and configured index, so i have output in kibana...
But what ever i do to set up dashboard in kibana fails.
If I try to do:
setup.dashboards.enabled: true in metricbeat.yml, my service wont start, it i comment that line out or set it to false, i can start service w/o problems, and get the output into kibana.
Which versions of metricbeat, Elasticsearch and kibana are you using. Depending on versions, metricbeat tries to write the kibana index mapping into the .kibana index, or (with newer kibana version) contacts kibana, so to use some API in kibana to install dashboards and index mapping.
Can you also share your metricbeat configuration?
Please format logs, configs and terminal input/output using the </>-Button or markdown code fences. This forum uses Markdown to format posts. Without proper formatting, it can be very hard to read your posts.
The kibana credentials are taken from setup.kibana.username and setup.kibana.password or directly from the url configuration (e.g. https://username:password@myip:9200). Indentation in your config seems to be somewhat off.
I had installed search guard plugin in my elastic search and kibana, and it looks like problem was with the plugin.
Cant tell is it missconfiguration of plugin, or if plugin is blocking kibana entirely.
Any ways i uninstalled search guard plugin, and than I was able to use command
metricbeat setup --dashboards
witch imported my dashboards.
Thanks for help mate, you can put this post into resolved state.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.