Difference between revisions of "Logstash"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
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.
 
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
 
Plugins: https://www.elastic.co/guide/en/logstash/current/output-plugins.html
Line 7: Line 5:
 
* [[XMMP]]
 
* [[XMMP]]
 
* [[Zabbix]]
 
* [[Zabbix]]
 +
 +
* MacOS installation:
 +
** <code>[[brew install]] logstash</code>
 +
** <code>[[brew cask install]] homebrew/cask-versions/adoptopenjdk8</code>
 +
  
 
== Docker Logstash ==
 
== Docker Logstash ==

Revision as of 07:39, 12 July 2020

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


Docker Logstash

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
  • Docker Logstash configurations:
    • Config: /usr/share/logstash/config/logstash.yml
    • Pipeline configurations: /usr/share/logstash/pipeline/

Activities

See also

Advertising: