Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 442 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 442 Bytes

quick steps to replicate:

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