Skip to content

Instantly share code, notes, and snippets.

@sherifabdlnaby
Last active May 14, 2020 10:55
Show Gist options
  • Save sherifabdlnaby/0634e816914afc1ab7fe0f46f9cd5ae7 to your computer and use it in GitHub Desktop.
Save sherifabdlnaby/0634e816914afc1ab7fe0f46f9cd5ae7 to your computer and use it in GitHub Desktop.
---
server.name: kibana
server.host: "0.0.0.0"
# Elasticsearch Connection
elasticsearch.hosts: [ "http://${ELASTICSEARCH_HOST_PORT}" ]
## X-Pack security credentials
elasticsearch.username: ${ELASTIC_USERNAME}
elasticsearch.password: ${ELASTIC_PASSWORD}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment