Skip to content

Commit

Permalink
Fix typo of tail unix command
Browse files Browse the repository at this point in the history
Same issue as elastic#1927 and same fix.

Fixes elastic#2961
  • Loading branch information
DerekRoth authored and jordansissel committed Apr 17, 2015
1 parent be1c6e3 commit 8d547ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/asciidoc/static/life-of-an-event.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You use inputs to get data into Logstash. Some of the more commonly-used inputs
are:

* *file*: reads from a file on the filesystem, much like the UNIX command
`tail -0a`
`tail -0F`
* *syslog*: listens on the well-known port 514 for syslog messages and parses
according to the RFC3164 format
* *redis*: reads from a redis server, using both redis channels and redis lists.
Expand Down

0 comments on commit 8d547ca

Please sign in to comment.