
travix/kibanaThis repository contains the Dockerfile of Kibana for Docker's automated build published to the public Docker Hub Registry.
Install Docker.
Download automated build from the public Docker Hub Registry: docker pull travix/kibana
(alternatively, you can build an image from Dockerfile: docker build -t="travix/kibana" bitbucket.org/xivart/docker-kibana)
docker run -d -p 5601:5601 travix/kibana
Create a mountable data directory <data-dir> on the host.
Create Kibana config file at <data-dir>/kibana.yml.
```yml
port: 5601 host: "0.0.0.0" elasticsearch: "http://localhost:9200" kibanaIndex: ".kibana" defaultAppId: "discover" request_timeout: 60 shard_timeout: 30000 verifySSL: true bundledPluginIds: - plugins/dashboard/index - plugins/discover/index - plugins/settings/index - plugins/table_vis/index - plugins/vis_types/index - plugins/visualize/index ```
3. Start a container by mounting the directory:
```sh docker run -d -p 5601:5601 -v <data-dir>:/kibana/config travix/kibana /kibana/bin/kibana ```



manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务