quick steps to replicate:
- edit logstash.conf to specify your own elasticsearch host/credentials in the
ouptut{}
section - in kibana dev console, paste in and execute all the calls in
users_roles.json
- in kibana dev consule, paste in and excute the index mappings/settings in
mapping.json
- ingest data (500k records) into your elasticsearch cluser via
cat data-500k.csv.bz2 | logstash -f logstash.conf
- do enjoy!