We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be cool if a Kibana service could be added to a project.
For reference, this is the configuration I'm using:
services: kibana: image: 'docker.elastic.co/kibana/kibana-oss:6.2.3' depends_on: - elasticsearch environment: SERVER_NAME: 'kibana' SERVER_HOST: '0.0.0.0' ELASTICSEARCH_URL: 'http://elasticsearch:9200' labels: - 'traefik.enable=true' - 'traefik.backend=kibana' - 'traefik.port=5601' - 'traefik.docker.network=traefik_webgateway' - 'traefik.frontend.rule=Host:kibana.loc,www.kibana.loc' networks: - shared - public ports: - '5601:5601' volumes: - './kibana/kibana.yml:/usr/share/kibana/config/kibana.yml:delegated'
Stuff to be aware of if using the reference above:
.loc
.localhost
kibana.yml
The text was updated successfully, but these errors were encountered:
I've been thinking how this would be configured via the existing UI design ... just know it's on my mind to add.
Sorry, something went wrong.
No branches or pull requests
Would be cool if a Kibana service could be added to a project.
For reference, this is the configuration I'm using:
Stuff to be aware of if using the reference above:
.loc
instead of.localhost
kibana.yml
is empty. I just pre-emptively created it.The text was updated successfully, but these errors were encountered: