Hi,
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}}"
PSS I'm using kibana 7.10
Regards,
Ade