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