mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[config] Remove leading spaces from logging configuration (#114168)
* [config] Remove leading spaces from logging configuration This is a consistency check with other areas of the stack and other configurations in kibana.yml. Part of https://github.com/elastic/kibana/issues/8268 * Update kibana.yml
This commit is contained in:
parent
530663217c
commit
9df3db075f
1 changed files with 13 additions and 14 deletions
|
@ -88,28 +88,27 @@
|
|||
#pid.file: /run/kibana/kibana.pid
|
||||
|
||||
# Set the value of this setting to off to suppress all logging output, or to debug to log everything.
|
||||
# logging.root.level: debug
|
||||
#logging.root.level: debug
|
||||
|
||||
# Enables you to specify a file where Kibana stores log output.
|
||||
# logging.appenders.default:
|
||||
# type: file
|
||||
# fileName: /var/logs/kibana.log
|
||||
|
||||
#logging.appenders.default:
|
||||
# type: file
|
||||
# fileName: /var/logs/kibana.log
|
||||
|
||||
# Logs queries sent to Elasticsearch.
|
||||
# logging.loggers:
|
||||
# - name: elasticsearch.queries
|
||||
# level: debug
|
||||
#logging.loggers:
|
||||
# - name: elasticsearch.queries
|
||||
# level: debug
|
||||
|
||||
# Logs http responses.
|
||||
# logging.loggers:
|
||||
# - name: http.server.response
|
||||
# level: debug
|
||||
#logging.loggers:
|
||||
# - name: http.server.response
|
||||
# level: debug
|
||||
|
||||
# Logs system usage information.
|
||||
# logging.loggers:
|
||||
# - name: metrics.ops
|
||||
# level: debug
|
||||
#logging.loggers:
|
||||
# - name: metrics.ops
|
||||
# level: debug
|
||||
|
||||
# Set the interval in milliseconds to sample system and process performance
|
||||
# metrics. Minimum is 100ms. Defaults to 5000.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue