{"id":16731454,"url":"https://github.com/skratchdot/vagrant-elasticsearch","last_synced_at":"2026-02-06T15:36:59.272Z","repository":{"id":16338792,"uuid":"19088502","full_name":"skratchdot/vagrant-elasticsearch","owner":"skratchdot","description":"a vagrant box with elasticsearch tools installed","archived":false,"fork":false,"pushed_at":"2015-02-21T00:11:44.000Z","size":408,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T10:37:16.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skratchdot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-23T22:59:53.000Z","updated_at":"2017-10-12T05:49:50.000Z","dependencies_parsed_at":"2022-09-03T19:00:23.308Z","dependency_job_id":null,"html_url":"https://github.com/skratchdot/vagrant-elasticsearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skratchdot/vagrant-elasticsearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skratchdot%2Fvagrant-elasticsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skratchdot%2Fvagrant-elasticsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skratchdot%2Fvagrant-elasticsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skratchdot%2Fvagrant-elasticsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skratchdot","download_url":"https://codeload.github.com/skratchdot/vagrant-elasticsearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skratchdot%2Fvagrant-elasticsearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29167195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T23:37:20.331Z","updated_at":"2026-02-06T15:36:59.236Z","avatar_url":"https://github.com/skratchdot.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vagrant-elasticsearch\n\na vagrant box with elasticsearch tools installed.\n\nuses the shakespeare dataset from the kibana tutorial, and optionally inserts/indexes\ndata from a twitter stream (requiring you to enter oauth credentials).\n\n\n## dependencies\n\n- [git](http://git-scm.com/)\n- [vagrant](http://www.vagrantup.com/)\n\n\n## installation\n\n```bash\ngit clone git@github.com:skratchdot/vagrant-elasticsearch.git\ncd vagrant-elasticsearch\ngit submodule update --init --recursive\nvagrant up\n```\n\n### twitter river\n\n#### install twitter river\n1. create twitter.json:\n```bash\ncp ./shared/data/twitter.json.example ./shared/data/twitter.json\n```\n2. add your credentials to twitter.json. see [elasticsearch-twitter-river prerequisites](https://github.com/elasticsearch/elasticsearch-river-twitter#prerequisites)\n3. now re-provision your vagrant box by running:\n```bash\nvagrant reload --provision\n```\n4. start/stop the river via: [http://192.168.33.10/twitter.html](http://192.168.33.10/twitter.html)\n\n\n## urls after installation\n\n| name | url |\n|------|-----|\n| main info (readme) | http://192.168.33.10 |\n| elasticsearch | http://192.168.33.10:9200/ |\n| elasticsearch-head | http://192.168.33.10:9200/_plugin/head/ |\n| elasticsearch-kopf | http://192.168.33.10:9200/_plugin/kopf/ |\n| elasticsearch-marvel | http://192.168.33.10:9200/_plugin/marvel/ |\n| kibana | http://192.168.33.10:8080/ |\n| twitter river [status / start / stop] | http://192.168.33.10/twitter.html |\n| dashboard - shakespeare | http://192.168.33.10:8080/index.html#/dashboard/file/shakespeare.json |\n| dashboard - twitter | http://192.168.33.10:8080/index.html#/dashboard/file/twitter.json |\n\n\n## links\n\n#### source code\n- [vagrant-elasticsearch](https://github.com/skratchdot/vagrant-elasticsearch/)\n\n#### installed\n- [elasticsearch](http://www.elasticsearch.org)\n- [elasticsearch-head](https://github.com/mobz/elasticsearch-head)\n- [elasticsearch-kopf](https://github.com/lmenezes/elasticsearch-kopf)\n- [elasticsearch-marvel](http://www.elasticsearch.org/overview/marvel/)\n- [kibana](https://github.com/elasticsearch/kibana)\n\n#### articles\n- [realtime analytics tutorial](http://lbroudoux.wordpress.com/2013/04/30/real-time-analytics-with-elasticsearch-and-kibana3/)\n- [kibana - 10 minute walkthrough](http://www.elasticsearch.org/guide/en/kibana/current/using-kibana-for-the-first-time.html)\n\n\n## License\n\nCopyright (c) 2014 [skratchdot](http://skratchdot.com/)  \nLicensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskratchdot%2Fvagrant-elasticsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskratchdot%2Fvagrant-elasticsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskratchdot%2Fvagrant-elasticsearch/lists"}