This demo will start by loading a csv file into Elasticsearch. This detailed dataset contains the liquor purchases from a variety of store types (grocery stores, liquor stores, convenience stores, etc.) with product details and purchase date.
We will cover how to parse this file and some of the features of Logstash that help handle what you might encounter in your own data sources.
Highlights include:
- csv codec
- multiline record processing
- mutation filter
Additional Resources: