Sign inSign up

openeuler/kibana

Sponsored OSS

By openeuler

Updated 2 months ago

Image
1

6.1K

openeuler/kibana repository overview

Quick reference

Kibana | openEuler

Current kibana docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Kibana is your window into the Elastic Stack. Specifically, it's a browser-based analytics and search dashboard for Elasticsearch.

Learn more on kibana website.

The tag of each kibana docker image is consist of the version of Kibana and the version of basic image. The details are as follows

TagsCurrentlyArchitectures
9.4.2-oe2403sp4kibana 9.4.2 on openEuler 24.03-LTS-SP4amd64, arm64
9.4.2-oe2403sp3kibana 9.4.2 on openEuler 24.03-LTS-SP3amd64, arm64
9.3.4-oe2403sp3kibana 9.3.4 on openEuler 24.03-LTS-SP3amd64, arm64
9.3.2-oe2403sp3kibana 9.3.2 on openEuler 24.03-LTS-SP3amd64, arm64
9.2.1-oe2403sp2kibana 9.2.1 on openEuler 24.03-LTS-SP2amd64, arm64
9.2.0-oe2403sp2kibana 9.2.0 on openEuler 24.03-LTS-SP2amd64, arm64
9.1.3-oe2403sp1kibana 9.1.3 on openEuler 24.03-LTS-SP1amd64, arm64
8.17.3-oe2403sp1Kibana 8.17.3 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

Create a new Docker network for Elasticsearch and Kibana

docker network create elastic

Start an Elasticsearch container

docker run --name es01 --net elastic -p 9200:9200 -it -m 1GB openeuler/elasticsearch:latest

Copy the generated elastic password and enrollment token. These credentials are only shown when you start Elasticsearch for the first time. You can regenerate the credentials using the following commands

docker exec -it es01 /usr/share/elasticsearch/bin/elasticsearch-reset-password -u elastic
docker exec -it es01 /usr/share/elasticsearch/bin/elasticsearch-create-enrollment-token -s kibana

Start a kibana instance by following command:

docker run --name kib01 --net elastic -p 5601:5601 openeuler/kibana:latest

When Kibana starts, it outputs a unique generated link to the terminal. To access Kibana, open this link in a web browser.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:835bed111

Size

595.6 MB

Last updated

2 months ago

docker pull openeuler/kibana

This week's pulls

Pulls:

10

Last week