What is the proper way to set Elasticsearch Docker container's timezone?
For Logstash it can be done with environment variable -e TZ="timezone_name"
.
But none of the options -e TZ="timezone_name"
or -e "TZ=timezone_name"
works for Elasticsearch.