Beats 6.x does not require Kibana for importing dashboards

Hello. I am testing beats 6.0. According to documentation (and source codes) it should require Kibana to load dashboards. But it loads dashboards without Kibana well (no Kibana is running on localhost:5601 ...). Is it OK, is it a BUG, will be dashboards corrupted?

Command:
BEATSNAME setup --dashboards -e -E output.elasticsearch.hosts="localhost:9200,localhost:9300" -E output.elasticsearch.username=elastic -E output.elasticsearch.password=changeme -E setup.kibana.host="localhost:5601" -E setup.kibana.username=elastic -E setup.kibana.password=changeme -E setup.dashboards.directory=beats-dashboards-6.0.0-beta1/winlogbeat -E setup.dashboards.beat=winlogbeat -E setup.dashboards.kibana_index=.index setup.dashboards.index="testbeat-*" -E setup.template.name=winlogbeat -E setup.template.fields=fields.yml -E setup.template.pattern="*-mypattern*-" -E setup.template.overwrite=true

Are you running ES/KB 6.0? Kibana running is required if it's on version 6.0, otherwise the Beats index directly in Elasticsearch (the old way).

Hello,

I am running ES 5. You are right, I did not see the part which is checking the ES version in the source codes before.

Thanks.

This topic was automatically closed after 21 days. New replies are no longer allowed.