Skip to content

Setup and populate ElasticSearch and Kibana servers.

Notifications You must be signed in to change notification settings

Cadasta/kibana-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kibana Playground

This codebase is designed to allow a user to quickly startup Elasticsearch, Kibana, and to populate the infrastructure with fake data.

Installation

Requirements

This codebase expects that the user has the following installed:

Setup Infrastructure

Start Elasticsearch

From your command line, run the following:

npm run es

After a few minutes, Elasticsearch should be running at http://localhost:9200

Start Kibana

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

Populate Fake Data

From your command line, run the following:

node index.js

About

Setup and populate ElasticSearch and Kibana servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published