Skip to content

Commit da0f14e

Browse files
Fix typo in Fleet docs (elastic#3651)
Simple typo I noticed fixup. Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 80dfae5 commit da0f14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/fleet/elastic-agent-standalone-logging-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ agent.logging.files:
2929
3030
You can specify the following settings in the Logging section of the `elastic-agent.yml` config file.
3131

32-
Some outputs will log raw events on errors like indexing errors in the Elasticsearch output, to prevent logging raw events (that may contain sensitive information) together with other log messages, a different log file, only for log entries containing raw events, is used. It will use the same level, selectors and all other configurations from the default logger, but it will have it’s own file configuration.
32+
Some outputs will log raw events on errors like indexing errors in the Elasticsearch output, to prevent logging raw events (that may contain sensitive information) together with other log messages, a different log file, only for log entries containing raw events, is used. It will use the same level, selectors and all other configurations from the default logger, but it will have its own file configuration.
3333

3434
Having a different log file for raw events also prevents event data from drowning out the regular log files. Use `agent.logging.event_data` to configure the events logger.
3535

0 commit comments

Comments
 (0)