Skip to content

skratchdot/vagrant-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-elasticsearch

a vagrant box with elasticsearch tools installed.

uses the shakespeare dataset from the kibana tutorial, and optionally inserts/indexes data from a twitter stream (requiring you to enter oauth credentials).

dependencies

installation

git clone git@github.com:skratchdot/vagrant-elasticsearch.git
cd vagrant-elasticsearch
git submodule update --init --recursive
vagrant up

twitter river

install twitter river

  1. create twitter.json:
cp ./shared/data/twitter.json.example ./shared/data/twitter.json
  1. add your credentials to twitter.json. see elasticsearch-twitter-river prerequisites
  2. now re-provision your vagrant box by running:
vagrant reload --provision
  1. start/stop the river via: http://192.168.33.10/twitter.html

urls after installation

name url
main info (readme) http://192.168.33.10
elasticsearch http://192.168.33.10:9200/
elasticsearch-head http://192.168.33.10:9200/_plugin/head/
elasticsearch-kopf http://192.168.33.10:9200/_plugin/kopf/
elasticsearch-marvel http://192.168.33.10:9200/_plugin/marvel/
kibana http://192.168.33.10:8080/
twitter river [status / start / stop] http://192.168.33.10/twitter.html
dashboard - shakespeare http://192.168.33.10:8080/index.html#/dashboard/file/shakespeare.json
dashboard - twitter http://192.168.33.10:8080/index.html#/dashboard/file/twitter.json

links

source code

installed

articles

License

Copyright (c) 2014 skratchdot
Licensed under the MIT license.

About

a vagrant box with elasticsearch tools installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published