You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2018/02/07 06:54:18 UTC

[karaf-decanter] branch master updated: Fix documentation title

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 0feea86  Fix documentation title
0feea86 is described below

commit 0feea86d227a6cafc96f153b26f27f4847d5bffb
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Feb 7 07:54:09 2018 +0100

    Fix documentation title
---
 manual/src/main/asciidoc/index.adoc                | 4 ++--
 manual/src/main/asciidoc/user-guide/appenders.adoc | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/manual/src/main/asciidoc/index.adoc b/manual/src/main/asciidoc/index.adoc
index 241a1e4..81433cb 100644
--- a/manual/src/main/asciidoc/index.adoc
+++ b/manual/src/main/asciidoc/index.adoc
@@ -12,14 +12,14 @@
 // limitations under the License.
 //
 
-Apache Karaf Decanter 1.x - Documentation
+Apache Karaf Decanter 2.x - Documentation
 =========================================
 Apache Software Foundation
 :doctype: article
 :toc: left
 :toclevels: 3
 :toc-position: left
-:toc-title: Apache Karaf Decanter 1.x - Documentation
+:toc-title: Apache Karaf Decanter 2.x - Documentation
 :numbered:
 
 == User Guide
diff --git a/manual/src/main/asciidoc/user-guide/appenders.adoc b/manual/src/main/asciidoc/user-guide/appenders.adoc
index 0e9f9a7..c6aa6b7 100644
--- a/manual/src/main/asciidoc/user-guide/appenders.adoc
+++ b/manual/src/main/asciidoc/user-guide/appenders.adoc
@@ -38,7 +38,8 @@ for production.
 
 Decanter provides three appenders for Elasticsearch:
 
-* decanter-appender-elasticsearch-rest (recommanded) is an appender which directly uses the Elasticsearch HTTP REST API. It's compliant with any Elasticsearch version (1.x and 2.x).
+* decanter-appender-elasticsearch-rest (recommanded) is an appender which directly uses the Elasticsearch HTTP REST API. It's compliant with any Elasticsearch version (1.x, 2.x, 5.x, 6.x).
+* decanter-appender-elasticsearch-jest (deprecated) is an appender which directly uses the Elasticsearch HTTP REST API, working with any Elasticsearch version (1.x, 2.x, 5.x, 6.x).
 * decanter-appender-elasticsearch-native-1.x is an appender which uses the Elasticsearch 1.x Java Client API. It's compliant only with Elasticsearch 1.x versions.
 * decanter-appender-elasticsearch-native-2.x is an appender which uses the Elasticsearch 2.x Java Client API. It's compliant only with Elasticsearch 2.x versions.
 
@@ -1370,4 +1371,4 @@ The `decanter-appender-dropwizard` feature provides the Decanter event handler r
 
 ----
 karaf@root()> feature:install decanter-appender-dropwizard
-----
\ No newline at end of file
+----

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.