[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:
Jonathan Budzenski 2021-10-06 17:46:33 -05:00 committed by GitHub
parent 530663217c
commit 9df3db075f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.