Skip to content

Commit

Permalink
[config] Remove leading spaces from logging configuration (#114168)
Browse files Browse the repository at this point in the history
* [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 #8268

* Update kibana.yml
  • Loading branch information
jbudz authored Oct 6, 2021
1 parent 5306632 commit 9df3db0
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions config/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9df3db0

Please sign in to comment.