In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains the "Kibana 7.x docker installation application tutorial", the article explains the content is simple and clear, easy to learn and understand, now please follow the editor's ideas slowly in depth, together to study and study the "Kibana 7.x docker installation application tutorial" bar!
The previous installation of Elasticsearch was version 7.3.2, so we also installed the same version of Kibana.
Mirror pull command
Docker pull docker.elastic.co/kibana/kibana:7.3.2
The installation process is as follows:
Start the command:
Docker run-it-d-e ELASTICSEARCH_URL= http://172.16.20.12:9200-- name kibana-p 5601 it 5601 docker.elastic.co/kibana/kibana:7.3.2
But when visiting http://127.0.0.1:5601/, it reported an error.
Let's query the container log:
Docker logs 3d58e0b1d4b8
It is found that the set IP address is not valid, so we might as well modify the configuration file.
Next, you need to enter the container to update the configuration
Docker exec-it 3d58e0b1d4b8 / bin/bash
Enter the container:
Find configuration file: kibana.yml
Modify it to your own IP, and then restart the container
Docker restart 3d58e0b1d4b8
Access http://127.0.0.1:5601/ with effect after startup
Then with ES, you can use query tools to query ES data.
Using docker to find a convenient deployment environment > Kibana 7. 0: new design and navigation, as well as dark mode
Kibana can change the theme mode after 7.0. black classics are cool. Let's talk about how to set them:
Find the settings button
Search keyword: Dark mode
Thank you for reading, the above is the "Kibana 7.x docker installation application tutorials" content, after the study of this article, I believe you have a deeper understanding of the Kibana 7.x docker installation application tutorials this problem, the specific use of the need for you to practice and verify. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.