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.

相关推荐
shandianchengzi8 小时前
【记录】Tailscale|部署 Tailscale 到 linux 主机或 Docker 上
linux·运维·docker·tailscale
肉肉心很软10 小时前
使用onlyoffice实现文件预览编辑 + Docker一键部署流程
运维·docker·容器
-大头.10 小时前
Docker实战:构建高性能MySQL主从复制集群(读写分离)
mysql·docker·容器
LuiChun10 小时前
Docker Compose 容器服务查询与文件查看操作指南(Windows Docker Desktop 版)【一】
linux·运维·windows·docker·容器
goodlook012311 小时前
安装最新版本docker-26.1.4
运维·docker·容器
❀͜͡傀儡师11 小时前
docker安装部署PostgreSQL带有pgvector扩展向量数据(高维数组)
docker·postgresql·容器·pgvector
IT_Octopus12 小时前
Docker 镜像打的包有1.3个G 多阶段构建缩小镜像体积(不算成功)
运维·docker·容器
陈陈CHENCHEN13 小时前
【Kubernetes】镜像拉取密钥 - Docker Registry
docker·kubernetes
Bits to Atoms13 小时前
宇树机器人二次开发环境配置 -- docker创建
运维·docker·容器
码农小卡拉16 小时前
Docker Compose部署EMQX集群详细教程(Ubuntu环境优化版)
mqtt·ubuntu·docker·容器·emqx