Hi all,
I installed Zabbix in Docker using the official Zabbix Docker image (https://github.com/zabbix/zabbix-docker)
This works fine. Now the purpose of this all is that I am trying to get Zabbix data into Elasticsearch (https://www.zabbix.com/documentation...c_search_setup)
In the first part I have to change some settings in the Zabbix server configuration. Now I know that's different in Docker, there is a ".env_srv" file where I can find the necessary paramaters. Later on I have to do adjustments in the Frontend configuration file. Normally this is stored in "conf/zabbix.conf.php", but I can't find that anywhere in my docker files.
Does anyone know where I can find that file? I am totally new to Zabbix.
I use Zabbix 5.4.9
I installed Zabbix in Docker using the official Zabbix Docker image (https://github.com/zabbix/zabbix-docker)
This works fine. Now the purpose of this all is that I am trying to get Zabbix data into Elasticsearch (https://www.zabbix.com/documentation...c_search_setup)
In the first part I have to change some settings in the Zabbix server configuration. Now I know that's different in Docker, there is a ".env_srv" file where I can find the necessary paramaters. Later on I have to do adjustments in the Frontend configuration file. Normally this is stored in "conf/zabbix.conf.php", but I can't find that anywhere in my docker files.
Does anyone know where I can find that file? I am totally new to Zabbix.
I use Zabbix 5.4.9
Comment