Last active
March 31, 2017 03:54
-
-
Save keithrozario/e234f87f5068b9b816e627d838297e20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Installing Elasticsearch | |
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-ubuntu-16-04 | |
//SQLITE to JSON | |
https://github.com/fitnr/sqlite-json | |
//Posting to Elasticsearch | |
https://www.elastic.co/guide/en/kibana/current/tutorial-load-dataset.html | |
$ curl -s -XPOST localhost:9200/_bulk --data-binary @requests | |
You can replace @requests with @complete_path_to_json_file | |
//Download and Install Kibana | |
https://www.elastic.co/downloads/kibana | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment