kibana/config/kibana.yml

73 lines
2.7 KiB
YAML
Raw Normal View History

2015-01-07 01:29:36 +01:00
# Kibana is served by a back end server. This controls which port to use.
2015-07-09 02:40:44 +02:00
# server.port: 5601
2015-01-07 01:29:36 +01:00
# The host to bind the server to.
2015-07-09 02:40:44 +02:00
# server.host: "0.0.0.0"
2015-01-07 01:29:36 +01:00
# The Elasticsearch instance to use for all your queries.
2015-07-09 02:40:44 +02:00
# elasticsearch.url: "http://localhost:9200"
2015-01-07 01:29:36 +01:00
# preserve_elasticsearch_host true will send the hostname specified in `elasticsearch`. If you set it to false,
# then the host you use to connect to *this* Kibana instance will be sent.
2015-07-09 02:40:44 +02:00
# elasticsearch.preserveHost: true
2015-01-07 01:29:36 +01:00
# Kibana uses an index in Elasticsearch to store saved searches, visualizations
# and dashboards. It will create a new index if it doesn't already exist.
2015-07-09 02:40:44 +02:00
# kibana.index: ".kibana"
# The default application to load.
# kibana.defaultAppId: "discover"
2015-01-07 01:29:36 +01:00
2015-11-02 02:49:11 +01:00
# If your Elasticsearch is protected with basic auth, these are the user credentials
2015-09-10 06:18:19 +02:00
# used by the Kibana server to perform maintenance on the kibana_index at startup. Your Kibana
2015-08-25 13:21:07 +02:00
# users will still need to authenticate with Elasticsearch (which is proxied through
# the Kibana server)
2015-07-09 02:40:44 +02:00
# elasticsearch.username: user
# elasticsearch.password: pass
# SSL for outgoing requests from the Kibana Server to the browser (PEM formatted)
# server.ssl.cert: /path/to/your/server.crt
# server.ssl.key: /path/to/your/server.key
# Optional setting to validate that your Elasticsearch backend uses the same key files (PEM formatted)
2015-07-09 02:40:44 +02:00
# elasticsearch.ssl.cert: /path/to/your/client.crt
# elasticsearch.ssl.key: /path/to/your/client.key
2015-06-29 08:10:07 +02:00
# If you need to provide a CA certificate for your Elasticsearch instance, put
# the path of the pem file here.
2015-07-09 02:40:44 +02:00
# elasticsearch.ssl.ca: /path/to/your/CA.pem
2015-07-09 02:40:44 +02:00
# Set to false to have a complete disregard for the validity of the SSL
# certificate.
# elasticsearch.ssl.verify: true
2015-01-07 01:29:36 +01:00
# Time in milliseconds to wait for elasticsearch to respond to pings, defaults to
# request_timeout setting
2015-07-09 02:40:44 +02:00
# elasticsearch.pingTimeout: 1500
# Time in milliseconds to wait for responses from the back end or elasticsearch.
2015-01-07 01:29:36 +01:00
# This must be > 0
2015-07-09 02:40:44 +02:00
# elasticsearch.requestTimeout: 300000
2015-01-07 01:29:36 +01:00
# Time in milliseconds for Elasticsearch to wait for responses from shards.
# Set to 0 to disable.
2015-07-09 02:40:44 +02:00
# elasticsearch.shardTimeout: 0
2015-01-07 01:29:36 +01:00
2015-04-28 21:03:18 +02:00
# Time in milliseconds to wait for Elasticsearch at Kibana startup before retrying
2015-07-09 02:40:44 +02:00
# elasticsearch.startupTimeout: 5000
2015-01-07 01:29:36 +01:00
# Set the path to where you would like the process id file to be created.
# pid.file: /var/run/kibana.pid
2015-04-04 01:05:24 +02:00
# If you would like to send the log output to a file you can set the path below.
2015-07-09 02:40:44 +02:00
# logging.dest: stdout
# Set this to true to suppress all logging output.
# logging.silent: false
# Set this to true to suppress all logging output except for error messages.
# logging.quiet: false
# Set this to true to log all events, including system usage information and all requests.
# logging.verbose