Beats: [Filebeat] Add the ability to specify a custom path for autodiscover

Created on 29 Dec 2020  路  3Comments  路  Source: elastic/beats

Autodiscover cannot import configuration from another directory as inputs. It would be great if it became possible.

Integrations enhancement

Most helpful comment

Just to clarify, what you're looking for is something like filebeat.config.autodiscover, similar to filebeat.config.inputs?

Yes, so that you can specify a custom directory for filebeat.config.autodiscover. Here's an example:
filebeat.config.autodiscover: enabled: true path: autodiscover.d/*.yml

All 3 comments

Just to clarify, what you're looking for is something like filebeat.config.autodiscover, similar to filebeat.config.inputs?

Pinging @elastic/integrations (Team:Platforms)

Just to clarify, what you're looking for is something like filebeat.config.autodiscover, similar to filebeat.config.inputs?

Yes, so that you can specify a custom directory for filebeat.config.autodiscover. Here's an example:
filebeat.config.autodiscover: enabled: true path: autodiscover.d/*.yml

Was this page helpful?
0 / 5 - 0 ratings