Logstash is Open source, server-side data processing pipeline that accept data from a different sources simultaneously and Filter, Parse, Format, Transform data and send to different output sources.
In below examples try to cover main Logstash Input plugin, Filter Plugin and Output Plugin.
Logstash Installation and Configuration
Logstash Customization
Logstash Configuration Examples
- Logstash + Kafka Input + Grok and Date Filter + Elasticsearch Output
- Logstash + File Input + CSV Filter +Date Filter+ Elasticsearch Output
- Logstash + JDBC Input Oracle By Numeric Id + Date Filter + Elasticsearch Output
- Logstash + JDBC Input Oracle By Timestamp + Date Filter + Elasticsearch Output
- Logstash + JDBC Input MySQL By Numeric Id + Date Filter + Elasticsearch Output
- Logstash + JDBC Input MySQL By Timestamp + Date Filter + Elasticsearch Output