Skip to content

Commit

Permalink
Clarify doc step that sends input to stdin
Browse files Browse the repository at this point in the history
Fixes #8366
  • Loading branch information
dedemorton authored and jordansissel committed Jan 2, 2018
1 parent b1cf959 commit 19b7f77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/static/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,9 @@ Run Logstash with this configuration:
bin/logstash -f logstash-filter.conf
----------------------------------

Now, paste the following line into your terminal so it will be processed by the stdin input:
Now, paste the following line into your terminal and press Enter so it will be
processed by the stdin input:

[source,ruby]
----------------------------------
127.0.0.1 - - [11/Dec/2013:00:01:45 -0800] "GET /xampp/status.php HTTP/1.1" 200 3891 "http://cadenza/xampp/navi.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:25.0) Gecko/20100101 Firefox/25.0"
Expand Down

0 comments on commit 19b7f77

Please sign in to comment.