From b576387de08a2d6f5c7cc116bb9a5372024ea973 Mon Sep 17 00:00:00 2001 From: timpak Date: Fri, 6 Mar 2020 13:52:38 -0800 Subject: [PATCH] LRQA-56363 Create follower indices for workflow and liferay settings indices --- build-test-elasticsearch7.xml | 147 ++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) diff --git a/build-test-elasticsearch7.xml b/build-test-elasticsearch7.xml index c842e0ba254ee5..9f60754b70e04e 100644 --- a/build-test-elasticsearch7.xml +++ b/build-test-elasticsearch7.xml @@ -901,6 +901,27 @@ xpack.monitoring.collection.enabled: true ${curl.output.follower.liferay.index} + + + + + + + + + + + + + + + ${curl.output.follower.liferay.settings.index} + ${curl.output.follower.synonyms.index} + + + + + + + + + + + + + + + ${curl.output.follower.workflow.metrics.instances.index} + + + + + + + + + + + + + + + + ${curl.output.follower.workflow.metrics.nodes.index} + + + + + + + + + + + + + + + + ${curl.output.follower.workflow.metrics.processes.index} + + + + + + + + + + + + + + + + ${curl.output.follower.workflow.metrics.sla.instance.results.index} + + + + + + + + + + + + + + + + ${curl.output.follower.workflow.metrics.sla.task.results.index} + + + + + + + + + + + + + + + + ${curl.output.follower.workflow.metrics.tokens.index} +