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

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

commit ba8338b5e95ec1f2eca33bec78e4a34cc5c53ba3
Author: skylark17 <matteo.alessandr...@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 eb5653d..6d2d06f 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 ee7b9cf..ec40b4f 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
 

Reply via email to