当前位置: 首页 > article >正文

Docker--Kibana

Quick reference

  • Maintained by:
    the Elastic Team⁠

  • Where to get help:
    the Kibana Discuss Forums⁠, the Elastic community⁠

Supported tags and respective Dockerfile links

  • 8.16.2⁠

  • 7.17.26⁠

  • 8.17.0⁠

Quick reference (cont.)

  • Where to file issues:
    For issues with the Kibana Docker image or Kibana: https://github.com/elastic/kibana/issues⁠

  • Supported architectures: (more info⁠)
    amd64, arm64v8

  • Published image artifact details:
    repo-info repo's repos/kibana/ directory⁠ (history⁠)
    (image metadata, transfer size, etc)

  • Image updates:
    official-images repo's library/kibana label⁠
    official-images repo's library/kibana file⁠ (history⁠)

  • Source of this description:
    docs repo's kibana/ directory⁠ (history⁠)

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⁠

logo

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.


http://www.kler.cn/a/458516.html

相关文章:

  • MYSQL如何重置root密码
  • MYSQL使用角色
  • wx006基于springboot+vue+uniapp的电器维修系统小程序
  • uniapp下载打开实现方案,支持安卓ios和h5,下载文件到指定目录,安卓文件管理内可查看到
  • termux-boot安卓开机自动启动应用
  • Colyseus的room.onStateChange重复触发问题
  • Redis 集群架构:高可用与扩展性
  • 苍穹外卖day07缓存部分分析
  • 深入理解 Docker 网桥配置与网络管理
  • C#编写的金鱼趣味小应用 - 开源研究系列文章
  • 博通收购VMware后,新旧VMware兼容性列表查询方案对比
  • 未来网络技术的新征程:5G、物联网与边缘计算(10/10)
  • 【小程序】wxss与rpx单位以及全局样式和局部样式
  • PG备份恢复--pg_dump
  • SpringBoot -- Docker Compose的支持
  • RK356x bsp 7 - PCF8563 RTC调试记录
  • Unity 读Excel,读取xlsx文件解决方案
  • 【Rabbitmq篇】高级特性----事务,消息分发
  • 【每日学点鸿蒙知识】Web跳转系统应用、页面动态跳转、非UI中观测变化、MVVM模式、循环中使用定时问题
  • .net core 的计算机基础