mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
f19e9fe2c4
commit
d59b5dd951
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ Inputs, Outputs, Codecs and Filters are at the heart of the Logstash configurati
|
|||
==== Inputs
|
||||
Inputs are the mechanism for passing log data to Logstash. Some of the more useful, commonly-used ones are:
|
||||
|
||||
* *file*: reads from a file on the filesystem, much like the UNIX command "tail -0a"
|
||||
* *file*: reads from a file on the filesystem, much like the UNIX command "tail -0F"
|
||||
* *syslog*: listens on the well-known port 514 for syslog messages and parses according to RFC3164 format
|
||||
* *redis*: reads from a redis server, using both redis channels and also redis lists. Redis is often used as a "broker" in a centralized Logstash installation, which queues Logstash events from remote Logstash "shippers".
|
||||
* *lumberjack*: processes events sent in the lumberjack protocol. Now called https://github.com/elasticsearch/logstash-forwarder[logstash-forwarder].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue