2. Elastic kibana security configuration and Logstash installation

2. Installation of ik word segmenter 2.1 Reference https://blog.csdn.net/u011296165/article/details/107996049?ops_request_misc= & amp;request_id= & amp;biz_id=102 & amp;utm_term=IK tokenizer installation& amp;utm_medium=distribute. pc_search_result.none-task-blog-2~all~sobaiduweb~default-6-107996049.nonecase &spm=1018.2226.3001.4187 2.2 github download ik URL https://github.com/medcl/elasticsearch-analysis-ik/releases/tag/v7.17.3 2.3 Installation Go to the installation directory of elasticsearch and find the bin directory. Execute the elasticsearch-plugin command inside. This command manages the plug-ins in es. The ik word […]

Running Kibana in a Docker container

Kibana’s Docker image can be obtained from the Docker image repository on the Elastic official website. This image is packaged with X-Pack. X-Pack comes pre-installed in this image. After X-Pack is installed, Kibana will connect to the Elasticsearch cluster that also has X-Pack. Get the image Send a docker pull command to the Elastic Docker […]

Elasticsearch (2) kibana data retrieval

Elasticsearch (2) kibana data retrieval 1. Brief description With data learning, use kibana to call the API to retrieve data. After you are proficient in kibana operations, you can further use spring data. term is used for accurate query of keyword type data, similar to mysql match is used for text type data word segmentation […]

Quick use of Elasticsearch, Kibana and Java operation ES

docker Install elastic search and kibana (visual management of elastic search) docker pull elasticsearch:7.12.1 docker pull kibana:7.12.1 Create docker custom network Docker’s custom network can enable containers to use container name network interconnection. The default network does not have this function. Be sure to configure a custom network and add both containers to the network […]

Elasticsearch &Kibana deployment and Java practice

Elasticsearch is a distributed, search engine optimized for production-scale workloads. Kibana turns data from Elasticsearch into intuitive charts, graphs, and dashboards. In this article, you will learn to install Elasticsearch and Kibana locally, and use the development tools/Java SDK to create indexes and search data. 1 Local installation 1.1 Create a network We need to […]

ElasticSearch cluster + kibana deployment

Preparation before installation Turn off firewall and selinux Turn off the firewall #View firewall status: sudo systemctl status firewalld #Execute the shutdown command: sudo systemctl stop firewalld #Execute the command to disable firewall auto-start at boot: sudo systemctl disable firewalld #Other commands about firewall: #start up: sudo systemctl start firewalld #The firewall starts when the […]

Use ELK (ES+Logstash+Filebeat+Kibana) to collect nginx logs

Article directory Introduce logstash Nginx log format modification Configure logstash to collect nginx logs Introducing Redis Collect logs and write them to redis Read logs from redis logstash parses custom log format Introducing Filebeat Introduction to Filebeat Filebeat installation and configuration Interpretation of output information format Read content from nginx log file The book continues […]