Hi.
we are using the Docker version of logstash. Is it possible to make it reload the configuration from the docker mounted volume. i tried using -e "CONFIG_RELOAD_AUTOMATiC=true" on the docker run command, but that does not do anything.
Also, FYI, there is a lot of ambiguity between config, settings and pipelines.
"settings" is your logstash.yml. <- this can't be reloaded automatically
Pipelines can be reloaded automatically. These are your .conf files but are referred to as your config files when talking about auto-reloading.
You need to mount your pipelines directory in a docker volume so you can edit them on the host. When you save the config, the docker image sees the change and reloads logstash's config.
Thank you for your reply.
It was the pipeline configuration that I wanted to be reloaded.
Somehow it started working, even with -e "CONFIG_RELOAD_AUTOMATIC=true".
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.