Browse Source

[doc] Fix typo in slowlog.asciidoc (#73803)

Clarify `index.indexing.slowlog.source` setting.
Glen Smith 4 years ago
parent
commit
1b6d2f522c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/index-modules/slowlog.asciidoc

+ 1 - 1
docs/reference/index-modules/slowlog.asciidoc

@@ -121,7 +121,7 @@ PUT /my-index-000001/_settings
 
 By default Elasticsearch will log the first 1000 characters of the _source in
 the slowlog. You can change that with `index.indexing.slowlog.source`. Setting
-it to `false` or `0` will skip logging the source entirely an setting it to
+it to `false` or `0` will skip logging the source entirely, while setting it to
 `true` will log the entire source regardless of size. The original `_source` is
 reformatted by default to make sure that it fits on a single log line. If preserving
 the original document format is important, you can turn off reformatting by setting