diff --git a/Bigdata/elasticsearch/README.md b/Bigdata/elasticsearch/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b4a1f9b9d58bb73c525a9702d127e65c8564c6c9 --- /dev/null +++ b/Bigdata/elasticsearch/README.md @@ -0,0 +1,28 @@ +# Quick reference + +- The official elasticsearch docker image. + +- Maintained by: [openEuler CloudNative SIG](https://gitee.com/openeuler/cloudnative). + +- Where to get help: [openEuler CloudNative SIG](https://gitee.com/openeuler/cloudnative), [openEuler](https://gitee.com/openeuler/community). +# Elasticsearch | openEuler +Current elasticsearch docker images are built on the [openEuler](https://repo.openeuler.org/). This repository is free to use and exempted from per-user rate limits. + +Elasticsearch is a distributed search and analytics engine, scalable data store and vector database optimized for speed and relevance on production-scale workloads. Elasticsearch is the foundation of Elastic’s open Stack platform. Search in near real-time over massive datasets, perform vector searches, integrate with generative AI applications, and much more. + +Learn more on [elasticsearch website](https://www.elastic.co/products/elasticsearch). + +# Supported tags and respective Dockerfile links +The tag of each elasticsearch docker image is consist of the version of elasticsearch and the version of basic image. The details are as follows +| Tags | Currently | Architectures| +|--|--|--| +|[8.17.3-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/elasticsearch/8.17.3/24.03-lts-sp1/Dockerfile)| Elasticsearch 8.17.3 on openEuler 24.03-LTS-SP1 | amd64, arm64 | + +# Usage +Start a elasticsearch instance by following command: +```bash +docker run -d --name elasticsearch --net {somenetwork} -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" openeuler/elasticsearch:latest +``` + +# 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](https://gitee.com/openeuler/openeuler-docker-images). \ No newline at end of file diff --git a/Bigdata/elasticsearch/doc/image-info.yml b/Bigdata/elasticsearch/doc/image-info.yml new file mode 100644 index 0000000000000000000000000000000000000000..6a0870b61f8ea531d9e48e2d79de182bf31ad31d --- /dev/null +++ b/Bigdata/elasticsearch/doc/image-info.yml @@ -0,0 +1,33 @@ +name: elasticsearch +category: bigdata +description: Elasticsearch 是一个分布式搜索和分析引擎、可扩展数据存储和矢量数据库,针对生产级工作负载的速度和相关性进行了优化。Elasticsearch 是 Elastic 开放 Stack 平台的基础。它支持近乎实时地搜索海量数据集、执行矢量搜索、与生成式 AI 应用程序集成等等。 +environment: | + 本应用在Docker环境中运行,安装Docker执行如下命令 + ``` + yum install -y docker + ``` +tags: | + elasticsearch镜像的Tag由其版本信息和基础镜像版本信息组成,详细内容如下 + + | Tags | Currently | Architectures| + |------|-----------|---------------| + |[8.17.3-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/elasticsearch/8.17.3/24.03-lts-sp1/Dockerfile)| Elasticsearch 8.17.3 on openEuler 24.03-LTS-SP1 | amd64, arm64 | + +download: | + 拉取镜像到本地 + ``` + docker pull openeuler/elasticsearch:{Tag} + ``` + +usage: | + - 启动容器 + + ```bash + docker run -d --name elasticsearch --net {somenetwork} -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" openeuler/elasticsearch:{Tag} + ``` + +license: GNU Affero General Public License v3.0 only +similar_packages: + - N/A +dependency: + - N/A \ No newline at end of file diff --git a/Bigdata/elasticsearch/doc/picture/logo.png b/Bigdata/elasticsearch/doc/picture/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..05420b0b00ad0156b4a17a7bb6e8ef8952802c11 Binary files /dev/null and b/Bigdata/elasticsearch/doc/picture/logo.png differ diff --git a/Bigdata/flume/README.md b/Bigdata/flume/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6b385cff2014f2e142dfcd7568bbf2e6d855d786 --- /dev/null +++ b/Bigdata/flume/README.md @@ -0,0 +1,30 @@ +# Quick reference + +- The official flume docker image. + +- Maintained by: [openEuler CloudNative SIG](https://gitee.com/openeuler/cloudnative). + +- Where to get help: [openEuler CloudNative SIG](https://gitee.com/openeuler/cloudnative), [openEuler](https://gitee.com/openeuler/community). +# flume | openEuler +Current flume docker images are built on the [openEuler](https://repo.openeuler.org/). This repository is free to use and exempted from per-user rate limits. + +Apache Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log-like data. + +Learn more on [flume website](https://flume.apache.org/). + +# Supported tags and respective Dockerfile links +The tag of each flume docker image is consist of the version of flume and the version of basic image. The details are as follows +| Tags | Currently | Architectures| +|--|--|--| +|[1.11.0-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/flume/1.11.0/24.03-lts-sp1/Dockerfile)| flume 1.11.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 | + +# Usage +Start a flume instance by following command: +```bash +docker run -it \ + --name flume \ + openeuler/flume:latest +``` + +# 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](https://gitee.com/openeuler/openeuler-docker-images). \ No newline at end of file diff --git a/Bigdata/flume/doc/image-info.yml b/Bigdata/flume/doc/image-info.yml new file mode 100644 index 0000000000000000000000000000000000000000..877bb9111a5d58fbe14892d9c4ff19079153faf1 --- /dev/null +++ b/Bigdata/flume/doc/image-info.yml @@ -0,0 +1,35 @@ +name: flume +category: bigdata +description: Apache Flume 是一种分布式、可靠且可用的服务,用于高效收集、聚合和移动大量类似日志的数据。 +environment: | + 本应用在Docker环境中运行,安装Docker执行如下命令 + ``` + yum install -y docker + ``` +tags: | + flume镜像的Tag由其版本信息和基础镜像版本信息组成,详细内容如下 + + | Tags | Currently | Architectures| + |------|-----------|---------------| + |[1.11.0-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/flume/1.11.0/24.03-lts-sp1/Dockerfile)| Apache Flume 1.11.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 | + +download: | + 拉取镜像到本地 + ``` + docker pull openeuler/flume:{Tag} + ``` + +usage: | + - 启动容器 + + ```bash + docker run -it \ + --name flume \ + openeuler/flume:{Tag} + ``` + +license: Apache-2.0 license +similar_packages: + - N/A +dependency: + - N/A \ No newline at end of file diff --git a/Bigdata/flume/doc/picture/logo.png b/Bigdata/flume/doc/picture/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ac5e2ec1a89d863710b0a1263190feb70e887d Binary files /dev/null and b/Bigdata/flume/doc/picture/logo.png differ diff --git a/Bigdata/hbase/2.6.2/24.03-lts-sp1/Dockerfile b/Bigdata/hbase/2.6.2/24.03-lts-sp1/Dockerfile index 29e54cd8da4f3eca084d261940851b9a67bdf1a2..ff53c24a4749c4252a44029b65caaa175f01483c 100644 --- a/Bigdata/hbase/2.6.2/24.03-lts-sp1/Dockerfile +++ b/Bigdata/hbase/2.6.2/24.03-lts-sp1/Dockerfile @@ -15,4 +15,5 @@ RUN yum install -y java-11-openjdk-devel findutils && \ ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk +EXPOSE 8080 8085 9090 9095 2181 16010 ENTRYPOINT ["hbase", "version"] \ No newline at end of file diff --git a/Bigdata/hbase/README.md b/Bigdata/hbase/README.md new file mode 100644 index 0000000000000000000000000000000000000000..75db1fce35961edb7e0422f4e5094d5aebedd0be --- /dev/null +++ b/Bigdata/hbase/README.md @@ -0,0 +1,30 @@ +# Quick reference + +- The official hbase docker image. + +- Maintained by: [openEuler CloudNative SIG](https://gitee.com/openeuler/cloudnative). + +- Where to get help: [openEuler CloudNative SIG](https://gitee.com/openeuler/cloudnative), [openEuler](https://gitee.com/openeuler/community). +# hbase | openEuler +Current hbase docker images are built on the [openEuler](https://repo.openeuler.org/). This repository is free to use and exempted from per-user rate limits. + +Apache HBase is an open-source, distributed, versioned, column-oriented store modeled after Google' Bigtable. + +Learn more on [hbase website](https://hbase.apache.org/). + +# Supported tags and respective Dockerfile links +The tag of each hbase docker image is consist of the version of hbase and the version of basic image. The details are as follows +| Tags | Currently | Architectures| +|--|--|--| +|[2.6.2-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/hbase/2.6.2/24.03-lts-sp1/Dockerfile)| Apache HBase 2.6.2 on openEuler 24.03-LTS-SP1 | amd64, arm64 | + +# Usage +Start a hbase instance by following command: +```bash +docker run -it \ + --name hbase \ + openeuler/hbase:latest +``` + +# 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](https://gitee.com/openeuler/openeuler-docker-images). \ No newline at end of file diff --git a/Bigdata/hbase/doc/image-info.yml b/Bigdata/hbase/doc/image-info.yml new file mode 100644 index 0000000000000000000000000000000000000000..f0ac7ecd1e392c3394cd5854bd3a540196ad3815 --- /dev/null +++ b/Bigdata/hbase/doc/image-info.yml @@ -0,0 +1,35 @@ +name: hbase +category: bigdata +description: Apache HBase 是一个开源、分布式、版本化、面向列的存储系统,以 Google 的 Bigtable 为蓝本。 +environment: | + 本应用在Docker环境中运行,安装Docker执行如下命令 + ``` + yum install -y docker + ``` +tags: | + hbase镜像的Tag由其版本信息和基础镜像版本信息组成,详细内容如下 + + | Tags | Currently | Architectures| + |------|-----------|---------------| + |[2.6.2-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/hbase/2.6.2/24.03-lts-sp1/Dockerfile)| Apache HBase 2.6.2 on openEuler 24.03-LTS-SP1 | amd64, arm64 | + +download: | + 拉取镜像到本地 + ``` + docker pull openeuler/hbase:{Tag} + ``` + +usage: | + - 启动容器 + + ```bash + docker run -it \ + --name hbase \ + openeuler/hbase:{Tag} + ``` + +license: Apache-2.0 license +similar_packages: + - Bigtable: A Distributed Storage System for Structured Data by Chang et al +dependency: + - openjdk \ No newline at end of file diff --git a/Bigdata/hbase/doc/picture/logo.png b/Bigdata/hbase/doc/picture/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..e91eb8d7401ad07cf9a7ac7e062200e6eb488929 Binary files /dev/null and b/Bigdata/hbase/doc/picture/logo.png differ diff --git a/Bigdata/hive/4.0.1/24.03-lts-sp1/Dockerfile b/Bigdata/hive/4.0.1/24.03-lts-sp1/Dockerfile index 5072cf766ffb2e4bdce24d48dd6f7dbd3d958037..32c8678d948444e82112b6c446462b206ea4f1e3 100644 --- a/Bigdata/hive/4.0.1/24.03-lts-sp1/Dockerfile +++ b/Bigdata/hive/4.0.1/24.03-lts-sp1/Dockerfile @@ -24,4 +24,6 @@ RUN curl -fSL -o hadoop.tar.gz https://dlcdn.apache.org/hadoop/common/hadoop-${H ENV PATH=$PATH:/usr/local/hadoop/bin ENV HADOOP_HOME=/usr/local/hadoop/ -ENTRYPOINT ["hive", "version"] \ No newline at end of file +WORKDIR /usr/local/hive/bin +EXPOSE 10000 10002 9083 +CMD ["hive"] \ No newline at end of file diff --git a/Bigdata/hive/README.md b/Bigdata/hive/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6c19e22dd02e43c96b0ccd35dbc7347fe098580d --- /dev/null +++ b/Bigdata/hive/README.md @@ -0,0 +1,57 @@ +# Quick reference + +- The official hive docker image. + +- Maintained by: [openEuler CloudNative SIG](https://gitee.com/openeuler/cloudnative). + +- Where to get help: [openEuler CloudNative SIG](https://gitee.com/openeuler/cloudnative), [openEuler](https://gitee.com/openeuler/community). +# hive | openEuler +Current hive docker images are built on the [openEuler](https://repo.openeuler.org/). This repository is free to use and exempted from per-user rate limits. + +The Apache Hive (TM) data warehouse software facilitates reading, writing, and managing large datasets residing in distributed storage using SQL. + +Learn more on [hive website](https://hive.apache.org/). + +# Supported tags and respective Dockerfile links +The tag of each hive docker image is consist of the version of hive and the version of basic image. The details are as follows +| Tags | Currently | Architectures| +|--|--|--| +|[4.0.1-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/hive/4.0.1/24.03-lts-sp1/Dockerfile)| Apache hive 4.0.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 | + +# Usage +Start a hive instance by following command: +```bash +docker run -it \ + --name hive \ + -p 10000:10000 \ + -p 10002:10002 \ + -p 9083:9083 + openeuler/hive:latest +``` + +The following message indicates that the hive is ready : +``` +SLF4J: Class path contains multiple SLF4J bindings. +SLF4J: Found binding in [jar:file:/usr/local/hive/lib/log4j-slf4j-impl-2.18.0.jar!/org/slf4j/impl/StaticLoggerBinder.class] +SLF4J: Found binding in [jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] +SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. +SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] +SLF4J: Class path contains multiple SLF4J bindings. +SLF4J: Found binding in [jar:file:/usr/local/hive/lib/log4j-slf4j-impl-2.18.0.jar!/org/slf4j/impl/StaticLoggerBinder.class] +SLF4J: Found binding in [jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] +SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. +SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] +Beeline version 4.0.1 by Apache Hive +beeline> + +``` + +The default entrypoint is `hive`, users can use `--entrypoint` to change the entrypoint. + +To get an interactive shell +```bash +docker exec -it hive /bin/bash +``` + +# 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](https://gitee.com/openeuler/openeuler-docker-images). \ No newline at end of file diff --git a/Bigdata/hive/doc/image-info.yml b/Bigdata/hive/doc/image-info.yml new file mode 100644 index 0000000000000000000000000000000000000000..fe18d80a7aa9ce574bbe82ad3a3fb3b616139d61 --- /dev/null +++ b/Bigdata/hive/doc/image-info.yml @@ -0,0 +1,62 @@ +name: hive +category: bigdata +description: Apache Hive (TM) 数据仓库软件使用 SQL 方便读取、写入和管理驻留在分布式存储中的大型数据集。 +environment: | + 本应用在Docker环境中运行,安装Docker执行如下命令 + ``` + yum install -y docker + ``` +tags: | + hive镜像的Tag由其版本信息和基础镜像版本信息组成,详细内容如下 + + | Tags | Currently | Architectures| + |------|-----------|---------------| + |[4.0.1-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/hive/4.0.1/24.03-lts-sp1/Dockerfile)| Apache Hive 4.0.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 | + +download: | + 拉取镜像到本地 + ``` + docker pull openeuler/hive:{Tag} + ``` + +usage: | + - 启动容器 + + ```bash + docker run -it \ + --name hive \ + -p 10000:10000 \ + -p 10002:10002 \ + -p 9083:9083 + openeuler/hive:{Tag} + ``` + + The following message indicates that the hive is ready : + ``` + SLF4J: Class path contains multiple SLF4J bindings. + SLF4J: Found binding in [jar:file:/usr/local/hive/lib/log4j-slf4j-impl-2.18.0.jar!/org/slf4j/impl/StaticLoggerBinder.class] + SLF4J: Found binding in [jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] + SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. + SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] + SLF4J: Class path contains multiple SLF4J bindings. + SLF4J: Found binding in [jar:file:/usr/local/hive/lib/log4j-slf4j-impl-2.18.0.jar!/org/slf4j/impl/StaticLoggerBinder.class] + SLF4J: Found binding in [jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] + SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. + SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] + Beeline version 4.0.1 by Apache Hive + beeline> + + ``` + The default entrypoint is `hive`, users can use `--entrypoint` to change the entrypoint. + + - 访问容器 + + ```bash + docker exec -it hive /bin/bash + ``` + +license: Apache-2.0 license +similar_packages: + - Bigtable: A Distributed Storage System for Structured Data by Chang et al +dependency: + - openjdk \ No newline at end of file diff --git a/Bigdata/hive/doc/picture/logo.png b/Bigdata/hive/doc/picture/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..af3896eefbcf58b90c8b8e3495a675f09a085829 Binary files /dev/null and b/Bigdata/hive/doc/picture/logo.png differ diff --git a/Bigdata/kibana/README.md b/Bigdata/kibana/README.md new file mode 100644 index 0000000000000000000000000000000000000000..27d7926c92d501b4f71ad3edccb911178763cbb1 --- /dev/null +++ b/Bigdata/kibana/README.md @@ -0,0 +1,44 @@ +# Quick reference + +- The official kibana docker image. + +- Maintained by: [openEuler CloudNative SIG](https://gitee.com/openeuler/cloudnative). + +- Where to get help: [openEuler CloudNative SIG](https://gitee.com/openeuler/cloudnative), [openEuler](https://gitee.com/openeuler/community). +# Kibana | openEuler +Current kibana docker images are built on the [openEuler](https://repo.openeuler.org/). This repository is free to use and exempted from per-user rate limits. + +The Apache kibana (TM) data warehouse software facilitates reading, writing, and managing large datasets residing in distributed storage using SQL. + +Learn more on [kibana website](https://www.elastic.co/products/kibana). + +# Supported tags and respective Dockerfile links +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 +| Tags | Currently | Architectures| +|--|--|--| +|[8.17.3-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/kibana/8.17.3/24.03-lts-sp1/Dockerfile)| Apache kibana 8.17.3 on openEuler 24.03-LTS-SP1 | amd64, 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: +```bash +docker run --name kib01 --net elastic -p 5601:5601 openeuler/kibana:latest +``` + +# 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](https://gitee.com/openeuler/openeuler-docker-images). \ No newline at end of file diff --git a/Bigdata/kibana/doc/image-info.yml b/Bigdata/kibana/doc/image-info.yml new file mode 100644 index 0000000000000000000000000000000000000000..c19b0f95aa8ef5dd1f6ba6690aa9116a0c7765f8 --- /dev/null +++ b/Bigdata/kibana/doc/image-info.yml @@ -0,0 +1,69 @@ +name: hive +category: bigdata +description: Apache Hive (TM) 数据仓库软件使用 SQL 方便读取、写入和管理驻留在分布式存储中的大型数据集。 +environment: | + 本应用在Docker环境中运行,安装Docker执行如下命令 + ``` + yum install -y docker + ``` +tags: | + hive镜像的Tag由其版本信息和基础镜像版本信息组成,详细内容如下 + + | Tags | Currently | Architectures| + |------|-----------|---------------| + |[4.0.1-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/hive/4.0.1/24.03-lts-sp1/Dockerfile)| Apache Hive 4.0.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 | + +download: | + 拉取镜像到本地 + ``` + docker pull openeuler/hive:{Tag} + ``` + +usage: | + + - 为 Elasticsearch 和 Kibana 创建一个新的docker网络 + + ``` + docker network create elastic + ``` + + - 启动 Elasticsearch 容器 + + ``` + docker run --name es01 --net elastic -p 9200:9200 -it -m 1GB openeuler/elasticsearch:latest + ``` + 复制生成的elastic密码和enrollment token. 这些认证信息只在启动Elasticsearch容器的时候显示一次,如下所示 + ``` + ℹ️ Password for the elastic user (reset with `bin/elasticsearch-reset-password -u elastic`): + gDBV6gZki-9-gZ1IzY5j + + ℹ️ HTTP CA certificate SHA-256 fingerprint: + ec7a666172d4ae5537f0dc347a89860bcab6f159b82e6c982d747b0e0aec382c + + ℹ️ Configure Kibana to use this cluster: + • Run Kibana and click the configuration link in the terminal when Kibana starts. + • Copy the following enrollment token and paste it into Kibana in your browser (valid for the next 30 minutes): + eyJ2ZXIiOiI4LjE0LjAiLCJhZHIiOlsiMTcyLjE4LjAuMjo5MjAwIl0sImZnciI6ImVjN2E2NjYxNzJkNGFlNTUzN2YwZGMzNDdhODk4NjBiY2FiNmYxNTliODJlNmM5ODJkNzQ3YjBlMGFlYzM4MmMiLCJrZXkiOiJoUjNUd0pjQkFIZDR5RzVZX0xKejpRRDQtd2MtWFNmRy01NGJCcnE5ZzRBIn0= + ``` + 也可以通过如下命令重新生成上述认证信息: + ``` + 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 + ``` + + - 启动 kibana 实例 + + ```bash + docker run --name kib01 --net elastic -p 5601:5601 openeuler/kibana:latest + ``` + Kibana启动以后, 会在终端输出一个唯一的链接用于在Web页面访问Kibana + ``` + Go to http://0.0.0.0:5601/?code=798755 to get started. + ``` + + +license: GNU Affero General Public License v3.0 only +similar_packages: + - N/A +dependency: + - N/A \ No newline at end of file diff --git a/Bigdata/kibana/doc/picture/logo.png b/Bigdata/kibana/doc/picture/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..05420b0b00ad0156b4a17a7bb6e8ef8952802c11 Binary files /dev/null and b/Bigdata/kibana/doc/picture/logo.png differ