Skip to content

Commit

Permalink
Add syntax for multiple selector logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyHunt66 authored Feb 24, 2021
1 parent 3c13d20 commit 1758d1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libbeat/docs/loggingconfig.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ To see which selectors are available, run {beatname_uc} in debug mode
after the log level and is enclosed in brackets.
=====

To configure multiple selectors, use the following syntax:
["source","yaml",subs="attributes"]
----
logging.selectors: [ harvester, input ]
----

ifndef::serverless[]
To override selectors at the command line, use the `-d` global flag (`-d` also
sets the debug log level). For more information, see <<command-line-options>>.
Expand Down

0 comments on commit 1758d1a

Please sign in to comment.