ELK Stack

Back to Data-Science

See Elasticsearch notes

Logstash

Data processing pipeline that can ingest from multiple sources and store to Elasticsearch

Has three stages:

  1. input, different methods, like Beats, redis, kafka, and more
  2. filters, grok, mutate (for transformations on logs/data)
  3. output, elasticsearch, file, statsd

Kibana

Part of the elasticsearch ecosystem, by enabling visual exploration and analysis