Older Filebeat versions document a syntax for including a list of e.g. hosts from an environment variable into filebeat.yml.
https://www.elastic.co/guide/en/beats/filebeat/1.2/using-environ-vars.html
This feature seems to have vanished from newer releases.
Is it still possible through any other way to perform such an inclusion?
Any usage of e.g. [${KAFKA_BROKERS}] doesn't work, as it always interprets the list of hosts as a full string.