Skip to content

zazasa/runriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-river-RunRiver

##Requirements

Maven3, java-7, elasticsearch

##Compile and Install

Compile:

cd 'packagefolder'

mvn3 package

Install: PLEASE NOTE: If you are upgrading from a previous version, please remove all existing runriver documents before to install. Then remove the old version and install the new one. (See below for the related commands).

sudo /usr/share/elasticsearch/bin/plugin -url file:'packagefolder'/target/releases/river-runriver-1.3.2-plugin.zip -i river-runriver

Check:

sudo /usr/share/elasticsearch/bin/plugin -l

Remove:

sudo /usr/share/elasticsearch/bin/plugin -r river-runriver

##Adding the river

curl -XPUT localhost:9200/_river/_mapping/runriver -d '{"dynamic":true}' #for index.mapper.dynamic false

curl -XPUT localhost:9200/_river/runriver/_meta -d '{ "type": "runriver", "es_tribe_host" : "es-tribe", "es_tribe_cluster" : "es-tribe", "polling_interval" : 30, "fetching_interval" : 5, "runIndex_read" : "runindex_cdaq_read", "runIndex_write" : "runindex_cdaq_write", "boxinfo_write" : "boxinfo_cdaq_write", "enable_stats" : true }'

##Deleting the river

curl -XDELETE localhost:9200/_river/runriver/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published