I am trying to set up stack monitoring using docker via docker compose.
Here is a sample I found on the Internet that uses the ELASTICSEARCH_HOSTS variable. I'd like to define more in this section like the module to be used etc.
I'd like to configure as much as possible directly via docker compose, but I cannot find a detailed list of available environment variables. Could you please share the list or even better provide a link to the correct documentation side?
The problem is not the output.Elasticsearch section which is filled by the
ELASTICSEARCH_HOSTS variable. I would rather need the kibana equivalent to fill this section.
setup.kibana:
host: 'kibana:5601'
Currently the setup.kibana part is completely missing when I have a look at the metricbeat.yml within the docker container.
Unfortunately, none of your links provides a full list of variables nor does the metricbeat.reference.yml within the docker container.
A full list of environment variables that are processed would be appreciated(or at least the one for the kibana hosts).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.