mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
3a57dc3d3f
commit
93bb69a7c2
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@ bin/logstash -e 'input { stdin { } } output { stdout {} }'
|
|||
The `-e` flag enables you to specify a configuration directly from the command line. Specifying configurations at the
|
||||
command line lets you quickly test configurations without having to edit a file between iterations.
|
||||
This pipeline takes input from the standard input, `stdin`, and moves that input to the standard output, `stdout`, in a
|
||||
structured format. Type hello world at the command prompt to see Logstash respond:
|
||||
structured format.
|
||||
|
||||
Once "Logstash startup completed" is displayed, type hello world at the command prompt to see Logstash respond:
|
||||
|
||||
[source,shell]
|
||||
hello world
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue