From 1d1e3e96468c73125d018bdd9303d765e7bdb1b0 Mon Sep 17 00:00:00 2001 From: Vlastimil Elias Date: Wed, 1 Apr 2015 13:04:13 +0200 Subject: [PATCH] #65 - river deprecation note added to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ec4a38..34175c3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ It's implemented as Elasticsearch [river](http://www.elasticsearch.org/guide/en/ uses [JIRA REST API](https://developer.atlassian.com/display/JIRADEV/JIRA+REST+APIs) to obtain issues from JIRA instance. +**Please note that Rivers are going to be [deprecated from Elasticsearch 1.5](https://www.elastic.co/blog/deprecating_rivers).** + In order to install the plugin into Elasticsearch 1.3.x, simply run: `bin/plugin -url https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/elasticsearch/elasticsearch-river-jira/1.7.2/elasticsearch-river-jira-1.7.2.zip -install elasticsearch-river-jira`.