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.

相关推荐
极客先躯2 小时前
高级java每日一道面试题-2026年03月30日-实战篇[Docker]-如何监控容器的网络流量?
java·运维·docker·容器·prometheus·高级面试
大E帝国子民14 小时前
Docker 部署 RocketMQ 5
docker·容器·rocketmq
江湖有缘5 小时前
【保姆级教程】使用Docker Compose一键搭建Picsur私有图床服务
java·docker·容器
java_logo8 小时前
5 分钟共享打印机:用 Docker 一键部署 CUPS
运维·docker·容器·cups·网络打印机·共享打印机·docker部署cups
fen_fen8 小时前
Docker部署PostgreSQL10 开启SSL和证书安装文档
docker·容器·ssl
EnCi Zheng10 小时前
N3A-一个端口只能给一个程序使用吗?[特殊字符]
网络·nginx·docker
彼岸笙箫10 小时前
Centos7离线安装docker
运维·docker·容器
nuo53420211 小时前
基础 1 —— Docker 的简介
运维·docker·容器
承渊政道11 小时前
OneNav书签导航实操:极空间Docker部署、分类整理与公网访问
运维·docker·内网穿透·cpolar·nas·onenav·轻量级部署
oioihoii12 小时前
CentOS运行Teemii实操:Docker Compose部署、漫画导入与公网阅读
linux·docker·centos