ELK (Elasticsearch+logstash+kibana) detailed installation tutorial

1. Premise preparation 1.1 online installation jdk 1.1.1 is jdk installed The operation of Elasticsearch requires a JDK environment, but the version above Elasticsearch 7 will bring its own JDK (the installation package has changed from tens of megabytes to hundreds of megabytes, which is why), and the version above Elasticsearch 7 needs jdk ...

Added by jeff21 on Tue, 08 Feb 2022 23:40:16 +0200

Beats: use Rsyslog on Linux system to collect logs and import them into Elasticsearch

In my previous article: Beats: introduction to beats (I)Beats: introduction to beats (II) I detailed how to use the system module in Filebeat to import syslog into Elasticsearch. This is by far the quickest way. In actual use, we can also use other to import syslog. The method here is: Using the in Filebeat syslog input Import using Logstas ...

Added by ozzythaman on Tue, 04 Jan 2022 02:59:38 +0200

Logstash: use logstash to analyze Service API data

I remember in the previous article“ Logstash: API analysis using ELK stack ”Use Logstash to analyze the API of some indicators. In today's exercise, I will show how to use Logstash to analyze the service APIs of some log classes. We know that in many cases, we can quickly use some scripts to analyze the data of some service APIs. Th ...

Added by kostasls on Sat, 25 Dec 2021 20:54:09 +0200

Big data ELK in 2021: collecting Apache Web server logs

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 Collect Apache Web server logs 1, Demand 2, Prepare log data 3, Send logs to Logstas ...

Added by discorevilo on Sat, 11 Dec 2021 01:37:00 +0200