mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
bd8f584d51
commit
64ba96a89f
1 changed files with 3 additions and 1 deletions
|
@ -132,9 +132,11 @@ yum install logstash
|
|||
|
||||
To test your Logstash installation, run the most basic Logstash pipeline:
|
||||
|
||||
[source,shell]
|
||||
["source","sh",subs="attributes"]
|
||||
--------------------------------------------------
|
||||
cd logstash-{logstash_version}
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue