Principle and architecture of ELK

1, Overview Log analysis is the main means for operation and maintenance engineers to solve system faults and find problems. Logs mainly include system logs, application logs and security logs. System operation and maintenance personnel and developers can understand the software and hardware information of the server through the log, check ...

Posted by dsaba on Sat, 01 Jan 2022 16:13:46 +0100

ELK introduction, Elasticsearch single node deployment, Elasticsearch cluster deployment

1, What is ELK? Generally speaking, ELK is a combination of Elasticsearch, Logstash and Kibana. Among the three open source software, each software is used to complete different functions. ELK is also called ELK stack, and the official domain name is stactic Co, ELK stack has the following main advantages: Flexible processing: elastic search ...

Posted by David-fethiye on Wed, 29 Dec 2021 08:47:21 +0100

Summary of ELK log analysis platform for enterprise operation and maintenance (Elasticsearch installation, Elasticsearch distributed deployment, Elasticsearch plug-in installation)

Preparation for experiment premise: three virtual machines server1 server2 server3 Elasticsearch brief introduction Elasticsearch is a Lucene based search server. It provides a distributed multi-user full-text search engine based on RESTful web interface. Elasticsearch is developed in the Java language and released as an open source und ...

Posted by bestpricehost on Sun, 26 Dec 2021 21:55:42 +0100

Centos7 installing elk / efk 7 X cluster construction practice

Environmental preparationClick to check whether ELK is compatible with the operating systemClick to view the list of compatibility information between ELK and JDKAlthough the official website said that ES 7.12 supports JDK8, the actual test found that ES 7.12 needs at least JDK11 or above.Therefore, it is best for our server to use the long-ter ...

Posted by angelena on Sat, 25 Dec 2021 09:46:47 +0100

Big data ELK in 2021: Elasticsearch SQL order statistical analysis case

The most detailed big data ELK article series in the whole network. It is strongly recommended to collect and pay attention!   The new articles have listed the historical article directory to help you review the previous knowledge focus. catalogue Order statistics and analysis cases 1, Case introduction 2, Create index 3, Import t ...

Posted by reyes99 on Mon, 06 Dec 2021 00:49:40 +0100

Build ELK+EFK log analysis system

1, Configure ELK log analysis system 1. Topology Configure and install ELK log analysis system, install cluster mode, two elasticsearch nodes, and monitor tomcat server logs hostoperating systemIP addressMain softwareNode1Centos7.4192. 168.8.15Elasticsearch,KibanaNode2Centos7.4192.168.8.16ElasticsearchapacheCentos7.4192.168.8.17Logst ...

Posted by tbare on Mon, 22 Nov 2021 03:45:22 +0100

[Kubernetes] detailed description of monitoring management, log management and deployment efk [upgraded version of elk] of helm extension of k8s

explain A blog previously described the helm package of k8s in detail, as follows: [Kubernetes] k8s detailed description and operation of helm package management and application [helm installation, helm warehouse management and building private warehouse] Image and other files Monitoring management [prometheus] Frame description Dep ...

Posted by alsinha on Tue, 02 Nov 2021 07:27:29 +0100

ELK enterprise log analysis system

catalogue 1, ELK overview 1.ELK introduction ● ElasticSearch ● Logstash ● Kiabana ● Filebeat 2. Why use ELK 3. Basic characteristics of complete log system 4. Working principle of Elk 2, ELK Elasticsearch cluster deployment Environment configuration Operate on Node1 and Node2 nodes Configure the elasticsearch environment (node1, no ...

Posted by Akenatehm on Thu, 30 Sep 2021 01:41:54 +0200