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

Clarify input type configuration options #19284

Merged
merged 1 commit into from
Oct 3, 2020
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
8 changes: 5 additions & 3 deletions filebeat/docs/reload-configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ definitions.

TIP: The first line of each external configuration file must be an input
definition that starts with `- type`. Make sure you omit the line
+{beatname_lc}.config.inputs+ from this file.

For example:
+{beatname_lc}.config.inputs+ from this file. All <<filebeat-input-types,`input type configuration options`>>
must be specified within each external configuration file. Specifying these
configuration options at the global `filebeat.config.inputs` level is not supported.

Example external configuration file:

[source,yaml]
------------------------------------------------------------------------------
Expand Down