Skip to content

Commit

Permalink
Clarify input type configuration options (elastic#19284)
Browse files Browse the repository at this point in the history
Clarify that all input type configuration options must be specified within the external configuration file: elastic#19148
  • Loading branch information
ppf2 authored and dedemorton committed Oct 3, 2020
1 parent 028c192 commit 00efc5b
Showing 1 changed file with 5 additions and 3 deletions.
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

0 comments on commit 00efc5b

Please sign in to comment.