Possible Examples for Inclusion #163
Description
Heya :),
So I have been creating some scripts to load and view sample datasets over here --> https://github.com/swarmee/swarmee.datasets
Basically they take data from CSV to being visualised in Kibana.
I have cleaned up the script, read me and checked the process on 5.5, for one of the scripts here -->
https://github.com/swarmee/swarmee.datasets/tree/master/fastest-humans-over-100m --> I wonder if that that kind of information would be useful here. The other examples are pretty good just need more clean up if they are deemed to be useful.
Plenty of screenshots here of the other datasets --> http://www.swarmee.net/datasets.html
For me, picking up the elastic stack at my real job over the last year, the hardest thing was finding good logstash configuration examples to follow (particularly for non logging examples). To me these examples illustrate best practice "when building" logstash configurations. E.g. piping the input data to logstash, using the a mapping file template, being able to create multiple versions of the underlying data but presenting them with an alias.