Standard input
Input Plugin: Standard input (stdin)¶
This plugin reads data from the standard input stream and is activated by default.
Configuration¶
input:
stdin: true
# disable reading from stdin
# stdin: false
output:
stdout: yaml
# use 'pretty' for pretty json and 'ldjson' for line delimited json
# stdout: pretty
# stdout: ldjson
Start logagent