config.js.asciidoc 810 B

123456789101112131415161718192021222324
  1. = Config.js =
  2. config.js is where you will find the core Kibana configuration. This file contains parameter that
  3. must be set before kibana is run for the first time.
  4. == Parameters ==
  5. === elasticsearch ===
  6. The URL to your elasticsearch server. You almost certainly don't
  7. want 'http://localhost:9200' here. Even if Kibana and Elasticsearch are on
  8. the same host
  9. By default this will attempt to reach ES at the same host you have
  10. elasticsearch installed on. You probably want to set it to the FQDN of your
  11. elasticsearch host
  12. === kibana-int ===
  13. The default ES index to use for storing Kibana specific object
  14. such as stored dashboards
  15. === panel_name ===
  16. An array of panel modules available. Panels will only be loaded when they are defined in the
  17. dashboard, but this list is used in the "add panel" interface.