You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by sk...@apache.org on 2018/11/20 10:15:32 UTC

[syncope] branch 2_0_X updated: Fix documentation about enabling the Elasticsearch extension

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

skylark17 pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new e9b6abb  Fix documentation about enabling the Elasticsearch extension
e9b6abb is described below

commit e9b6abb4486ebe99889dfcf294b58bd4f360c7d2
Author: skylark17 <ma...@tirasa.net>
AuthorDate: Tue Nov 20 10:24:03 2018 +0100

    Fix documentation about enabling the Elasticsearch extension
---
 src/main/asciidoc/reference-guide/concepts/notifications.adoc      | 2 +-
 .../reference-guide/workingwithapachesyncope/customization.adoc    | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/main/asciidoc/reference-guide/concepts/notifications.adoc b/src/main/asciidoc/reference-guide/concepts/notifications.adoc
index 048eb32..4e786a3 100644
--- a/src/main/asciidoc/reference-guide/concepts/notifications.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/notifications.adoc
@@ -65,7 +65,7 @@ An event is identified by the following five coordinates:
 ** `PUSH`
 ** `CUSTOM`
 . category - the possible values depend on the selected type: for `LOGIC` the <<logic>> components available,
-for `TASK` the various <<tasks-custom>> Tasks configured, for `PROPAGATION`, `PULL` and `PUSH` the defined Any Types
+for `TASK` the various <<tasks-custom, Custom Task>> configured, for `PROPAGATION`, `PULL` and `PUSH` the defined Any Types
 . subcategory - completes category with external resource name, when selecting `PROPAGATION`, `PULL` or `PUSH`
 . event type - the final identification of the event; depends on the other coordinates
 . success or failure - whether the current event shall be considered in case of success or failure
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
index aa4127b..f5108f9 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
@@ -478,7 +478,7 @@ with
 
 ....
 classpath*:/coreContext.xml
-classpath*:/elasticsearchClientContext.xml
+classpath:/elasticsearchClientContext.xml
 classpath*:/securityContext.xml
 classpath*:/logicContext.xml
 classpath*:/restCXFContext.xml
@@ -487,6 +487,11 @@ classpath*:/provisioning*Context.xml
 classpath*:/workflow*Context.xml
 ....
 
+It is also required to initialize the Elasticsearch indexes.
+
+Create a new <<tasks-custom, Custom task>>, specify the 
+`org.apache.syncope.core.provisioning.java.job.ElasticsearchReindex` as job delegate and execute it.
+
 [discrete]
 ===== Enable the <<SCIM>> extension