Difference between revisions of "Logstash"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
Plugins: https://www.elastic.co/guide/en/logstash/current/output-plugins.html
 
Plugins: https://www.elastic.co/guide/en/logstash/current/output-plugins.html
 
* [[Kafka]], [[XMMP]], [[Zabbix]]
 
* [[Kafka]], [[XMMP]], [[Zabbix]]
 +
 +
== Installation ==
 +
* https://www.elastic.co/guide/en/logstash/current/installing-logstash.html
 +
Linux:
 +
{{ELK repo}}
 +
[[sudo apt-get update]] && sudo [[apt-get install logstash]]
  
 
[[macOS]] installation:  
 
[[macOS]] installation:  
Line 31: Line 37:
 
* [[Filebeat]]
 
* [[Filebeat]]
 
* [[Vector]]
 
* [[Vector]]
 +
* [[Fluent Bit]] use [[Logstash]] format to ingest the logs
  
 
== See also ==
 
== See also ==

Latest revision as of 18:37, 15 December 2023

wikipedia:Logstash is a light-weight, open-source, server-side data processing pipeline that allows you to collect data from a variety of sources, transform it on the fly, and send it to your desired destination. It is most often used as a data pipeline for Elasticsearch, an open-source analytics and search engine. Logstash integrates with Elasticsearch and has over 200 pre-built open-source plugins that can help to index your data.

Plugins: https://www.elastic.co/guide/en/logstash/current/output-plugins.html

Installation[edit]

Linux:

wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
sudo apt-get install apt-transport-https
echo "deb https://artifacts.elastic.co/packages/8.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-8.x.list
sudo apt-get update && sudo apt-get install logstash

macOS installation:

Usage:

Docker Logstash[edit]

Official Logstash docker image is around 800 MB size.

docker pull docker.elastic.co/logstash/logstash:7.8.0
docker run --rm -it -v ~/pipeline/:/usr/share/logstash/pipeline/ docker.elastic.co/logstash/logstash:7.8.0

Activities[edit]

Related terms[edit]

See also[edit]

Advertising: