Autodiscover cannot import configuration from another directory as inputs. It would be great if it became possible.
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 tofilebeat.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
Most helpful comment
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