From c017064422ee84720b22afae8d363740318f1fa3 Mon Sep 17 00:00:00 2001 From: Linda Sui Date: Mon, 13 Jan 2020 10:00:55 +0800 Subject: [PATCH] LRQA-54780 Add macrodef to configure follower elasticsearch properties --- build-test-elasticsearch7.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-test-elasticsearch7.xml b/build-test-elasticsearch7.xml index 997ee94ec7cc66..a60c9d8792bf49 100644 --- a/build-test-elasticsearch7.xml +++ b/build-test-elasticsearch7.xml @@ -114,6 +114,15 @@ xpack.security.transport.ssl.verification_mode: certificate + + + ${line.separator}bootstrap.system_call_filter: false +cluster.name: LiferayElasticsearchClusterTwo +http.port: 9202 +xpack.ml.enabled: false + + + ${line.separator}elasticsearch.hosts: "http://localhost:9200"