Logstash

A Logstash pipeline has two required elements, input and output, and one optional element, filter. The input plugins consume data from a source, the filter plugins modify the data as you specify, and the output plugins write the data to a destination.

Logstash -> Elasticsearch -> Kibana

  • In logstash, specify output as elasticsearch and specify the index
  • In Kibana UI, specify index
  • Kibana will retrieve the data with the correct index.

grok filter

Reading: