I'm just learning to implement Elastic Stack on Docker swarm configuration.
I have an issue to rename index default name ".kibana_task_manager" using "xpack.task_manager.index". According to this documentation all I need to do is convert it to "XPACK_TASK_MANAGER_INDEX" or possibly to "XPACK_TASKMANAGER_INDEX"? But, neither of them is working (ignored by Docker and Kibana).
My further exploration found this executable, inside the executable "xpack.task_manager.index" is not found in kibana_vars. Does it mean that "xpack.task_manager.index" is not configurable with Docker environment variable translation?
Any suggesstion or solution for this issue?
PS why I'm doing this? I want to rename ".kibana_task_manager" to ".kibana_task_manager.containershostname" just like I did successfully with ".kibana" to ".kibana.containershostname" renamed with "KIBANA_INDEX=.kibana.{{.Node.Hostname}}"
If I'm not wrong, as a workaround, you can probably completely replace the kibana.yml used in the docker with your own yml file adding a docker volume with that configuration, something like the following should work
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.