Tag: logstash

  • Logstash on Windows– transformation of data

    Part 1: http://msprogrammer.serviciipeweb.ro/2016/12/05/logstash-on-windowsinstallation-and-io-examples/  Part 2 : http://msprogrammer.serviciipeweb.ro/2016/12/12/logstash-on-windows-transformation-of-data/ Now we want to use logstash for transforming data. For this,we use filter plugins to modify the data. The process is like this:  Logstash receive the data(input plugin),then apply a filter plugin( to parse and make new fields of data) and then sends data to output ( with…

  • Logstash on Windows–installation and I/O examples

    Part 1: http://msprogrammer.serviciipeweb.ro/2016/12/05/logstash-on-windowsinstallation-and-io-examples/  Part 2 : http://msprogrammer.serviciipeweb.ro/2016/12/12/logstash-on-windows-transformation-of-data/ I was very impressed by the declaration of logstash :”Centralize,Transform & Stash Your Data”  . What I think it does it receives,transforms  and outputs data- and it does very configurables. I will start with some easy examples . Install Download the logstash from https://www.elastic.co/downloads/logstash  -  there is a…