This codebase is designed to allow a user to quickly startup Elasticsearch, Kibana, and to populate the infrastructure with fake data.
This codebase expects that the user has the following installed:
From your command line, run the following:
npm run es
After a few minutes, Elasticsearch should be running at http://localhost:9200
From your command line, run the following if you are using Apple OS X:
npm run kibana-mac
otherwise, run:
npm run kibana
After a few minutes, Kibana should be running at http://localhost:5601
From your command line, run the following:
node index.js