docker-compose-elasticsearch-kibana icon indicating copy to clipboard operation
docker-compose-elasticsearch-kibana copied to clipboard

What does the SERVER_NAME: localhost mean?

Open Celthi opened this issue 6 years ago • 2 comments

I'm a newbie for docker, could you help me understand that what's meaning of the SERVER_NAME: localhost. Why we need a SERVER_NAME? And why it is set to localhost?

Celthi avatar Dec 21 '18 09:12 Celthi

Those are environment variables, setting Kibana's variables.

More info here, just ctrl-f "server.name": https://www.elastic.co/guide/en/kibana/current/settings.html

CannibalKush avatar Jan 05 '19 17:01 CannibalKush

@CannibalKush

Thanks for the reply. Sorry I see this message after a long time. The link says that:

Default: "your-hostname" A human-readable display name that identifies this Kibana instance.

My next question is: There is a container name that tell other services to find it. So this name identifies this Kibana among what kind of entities?

Celthi avatar Jan 23 '19 13:01 Celthi