icingabeat/vendor/github.com/elastic/beats/libbeat/docs/step-configure-kibana-endpoint.asciidoc
2017-12-19 13:16:39 +01:00

18 lines
548 B
Plaintext

. If you plan to use the sample Kibana dashboards provided with {beatname_uc},
configure the Kibana endpoint:
+
[source,yaml]
----------------------------------------------------------------------
setup.kibana:
host: "localhost:5601"
----------------------------------------------------------------------
+
--
Where `host` is the hostname and port of the machine where Kibana is running,
for example, `localhost:5601`.
NOTE: If you specify a path after the port number, you need to include
the scheme and port: `http://localhost:5601/path`.
--