# Enables you to specify a path to mount Kibana at if you are running behind a proxy. # Use the `server.rewriteBasePath` setting to tell Kibana if it should remove the basePath # from requests it receives, and to prevent a deprecation warning at startup. # This setting cannot end in a slash. #server.basePath: ""
# Specifies whether Kibana should rewrite requests that are prefixed with # `server.basePath` or require that they are rewritten by your reverse proxy. # This setting was effectively always `false` before Kibana 6.3 and will # default to `true` starting in Kibana 7.0. #server.rewriteBasePath: false
# The maximum payload size in bytes for incoming server requests. #server.maxPayloadBytes: 1048576
# The Kibana server's name. This is used for display purposes. #server.name: "your-hostname"
# The URL of the Elasticsearch instance to use for all your queries. elasticsearch.url: "http://192.168.0.91:9200"