Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Backport to 6.0: Add udp prospector to list of types #4951

Merged
merged 1 commit into from
Sep 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions filebeat/docs/filebeat-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ filebeat.prospectors:

One of the following input types:

* log: Reads every line of the log file (default)
* stdin: Reads the standard in
* redis: Reads slow log entries from redis (experimental)
* log: Reads every line of the log file (default).
* stdin: Reads the standard in.
* redis: Reads slow log entries from redis (experimental).
* udp: Reads events over UDP. Also see <<max-message-size>>.

The value that you specify here is used as the `type` for each event published to Logstash and Elasticsearch.

Expand Down Expand Up @@ -492,3 +493,9 @@ by assigning a higher limit of harvesters.

The `enabled` option can be used with each prospector to define if a prospector is enabled or not. By default, enabled is set to true.

[float]
[[max-message-size]]
==== `max_message_size`

When used with `type: udp`, specifies the maximum size of the message received over UDP. The default is 10240.