Skip to content

Commit

Permalink
Clarify input type configuration options
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: #19148
  • Loading branch information
ppf2 authored Jun 18, 2020
1 parent cdbfe48 commit bd280ef
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 bd280ef

Please sign in to comment.