This app uses ElasticSearchAPI, rechart
, @material-ui
, and react-datepicker
to recreate the Kibana Discover Dashboard.
To run the app from the main directory run docker-compose up -d
Then go to http://localhost:5601/app/kibana#/home/tutorial_directory/sampleData?_g=() and add the Sample Log Data.
To run tests, run npm test
inside the /frontend directory
Runs the app in the development mode.
Open http://localhost:3007 to view it in your browser.
The page will reload when you make changes.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.