My logstash got a hashed value hostname

Yes. I am running logstash in a docker container. And I've found the way to add a customized hostname.
FYI, just run the container with docker run --hostname=yourhostname logstash
Thanks