/elasticsearch-river-confluence

Confluence River Plugin for ElasticSearch

Primary LanguageJava

Confluence River for Elasticsearch

Welcome to the Confluence River Plugin for "Elasticsearch"

Versions

Confluence River PluginElasticSearch
master (0.0.1)master (0.19)

Getting Started

Installation

Just type :

$ bin\plugin -install obazoud/elasticsearch-river-confluence/0.0.1
-> Installing obazoud/elasticsearch-river-confluence/0.0.1...
Trying https://github.com/downloads/obazoud/elasticsearch-river-confluence-0.0.1.zip...
Downloading ...DONE
Installed confluence-river

Creating a Confluence river

We create first an index to store all the pages

$ curl -XPUT 'localhost:9200/confluence/' -d '{}'

We create the river with the following properties :

$ curl -XPUT 'localhost:9200/_river/confluence/_meta' -d '{
  "type": "confluence",
  "confluence": {
   "url": "http://confluence.fullsix.com",
   "username": "",
   "password": "",
   "spaceKey": ""
  }
}'

To Do List

Many many things to do : TBD