Search code examples
elasticsearchlogstashfilebeat

Read filebeat configration from Http URL?


Is there any way to read filebeat configuration from an URL?

I want to start filebeat in windows from command line like this

" filebeat.exe --path.config='http://XXXXXX/filebeat.yml' "


Solution

  • This option does not seem to be supported in the doc, but you could have your script grab the config before starting filebeat.