Docker--Kibana

Quick reference

Quick reference (cont.)

What is Kibana?

Kibana is an open source analytics and visualization platform designed to work with Elasticsearch. You use Kibana to search, view, and interact with data stored in Elasticsearch indices. You can easily perform advanced data analysis and visualize your data in a variety of charts, tables, and maps.

For more information about Kibana, please visit www.elastic.co/products/kibana⁠

About This Image

This default distribution is governed by the Elastic License, and includes the full set of free features⁠.

View the detailed release notes here⁠.

Not the version you're looking for? View all supported past releases⁠.

How to use this image

Note: Pulling an images requires using a specific version number tag. The latest tag is not supported.

For Kibana versions prior to 6.4.0 a full list of images, tags, and documentation can be found at docker.elastic.co⁠.

For full Kibana documentation see here⁠.

Running in Development Mode

In the given example, Kibana will a attach to a user defined network (useful for connecting to other services (e.g. Elasticsearch)). If network has not yet been created, this can be done with the following command:

复制代码
$ docker network create somenetwork

Note: In this example, Kibana is using the default configuration and expects to connect to a running Elasticsearch instance at http://localhost:9200⁠

Run Kibana

复制代码
$ docker run -d --name kibana --net somenetwork -p 5601:5601 kibana:tag

Kibana can be accessed by browser via http://localhost:5601 or http://host-ip:5601

Running in Production Mode

For additional information on running and configuring Kibana on Docker, see Running Kibana on Docker⁠

License

View license information⁠ for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Some additional license information which was able to be auto-detected might be found in the repo-info repository's kibana/ directory⁠.

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

相关推荐
无妄无望23 分钟前
docker学习(4)容器的生命周期与资源控制
java·学习·docker
爱宇阳2 小时前
禅道社区版 Docker Compose 服务迁移教程
运维·docker·容器
xzl043 小时前
docker运行Ubuntu22.04
docker
vue学习4 小时前
docker 学习dockerfile 构建 Nginx 镜像-部署 nginx 静态网
java·学习·docker
热爱生活的五柒4 小时前
vscode如何链接远程服务器里面的docker里面的目录
服务器·vscode·docker
hello_zzw6 小时前
docker部署MySQL主从服务集群
mysql·adb·docker
vue学习7 小时前
docker 运行容器限制内存、限制磁盘 IO
运维·docker·容器
山塘小鱼儿7 小时前
open-webui docker高速下载&本地部署
运维·docker·容器
落日漫游9 小时前
docker 网络模式
docker
递归尽头是星辰14 小时前
Docker容器化核心知识体系:从入门到实践
docker·云原生·devops·容器化·镜像构建