diff --git a/docs/en/ingest-management/elastic-agent/configuration/inputs/input-configuration.asciidoc b/docs/en/ingest-management/elastic-agent/configuration/inputs/input-configuration.asciidoc index e49122a23..6fd6e5733 100644 --- a/docs/en/ingest-management/elastic-agent/configuration/inputs/input-configuration.asciidoc +++ b/docs/en/ingest-management/elastic-agent/configuration/inputs/input-configuration.asciidoc @@ -64,8 +64,7 @@ To enable {agent} to collect log files, you can use a configuration like the fol - /var/log/*.log ----------------------------------------------------------------------- -<1> The name of the input. -//Refer to <> for the list of what's available. +<1> The name of the input. Refer to <> for the list of what's available. <2> A unique ID for the input. <3> A unique ID for the data stream to track the state of the ingested files. <4> The streams block is required only if multiple streams are used on the same input. Refer to the {filebeat} {filebeat-ref}/filebeat-input-filestream.html[filestream] documentation for a list of available options. Also, specifically for the `filestream` input type, refer to the <> for an example of ingesting a set of logs specified as an array.