In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
I. Overview of Kibana
Kibana is an open source analysis and visualization platform designed to work with Elasticsearch.
You use Kibana to search, view, and interact with the data stored in the Elasticsearch index.
You can easily perform advanced data analysis and visualize data in the form of various icons, tables, and maps.
Kibana makes it easy to understand large amounts of data. Its simple, browser-based interface allows you to quickly create and share dynamic dashboards that show changes in Elasticsearch queries in real time.
II. Deployment
Download the corresponding version of kibana: https://artifacts.elastic.co/downloads/kibana/ from the official website
Version 6.6.2 is used here.
Extract to the specified directory
Tar zxf kibana-6.6.2-linux-x86_64.tar.gz-C / opt/modules/
Modify the configuration file:
Cd / opt/modules/kibana-6.6.2-linux-x86_64vim config/kibana.yml server.port: 5601 server port server.host: "192.168.50.121"-ipelasticsearch.hosts where the kinana server is deployed: ["es address of the http://bigdata121:9200"] connection kibana.index:" .kibana "stores the index name of the kibana in the es Used to save some meta-information of kibana logging.dest: / opt/modules/kibana-6.6.2-linux-x86_64/logs/kibana.log specifies the log output file, default is stdout, that is, output to the terminal
Start the service
Bin/kibana serve & put it in the background to run
Then let's see if port 5601 is up or not, it can be accessed by http://bigdata121:5601 when it gets up.
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.