Logstash: Concepts and Components

HN LEE
Learn Elasticsearch
1 min readJul 2, 2020

Learn about Logstash Concenpts and Components: Inputs plugins, Filter plugins, Output plugins

Logstash Layout

https://www.elastic.co/guide/en/logstash/current/introduction.html

Input

Work With

  • Local Storage: Using “Filebeat”
  • Networks
  • Web
  • Data stores and streams
  • Sensors and IoT

Filter

  • Role: Parsing, Enriching and Transforming the Data.

Popular Plugins

  • grok: parsing arbitrage data
  • mutate: general transformation
  • drop: filtering

Outputs

Work With

  • Elasticsearch
  • AWS S3
  • Files

--

--

HN LEE
Learn Elasticsearch

A Software Engineer who believes the tech could make the world better.