Skip to content

Commit

Permalink
LRQA-54780 Add macrodef to configure follower elasticsearch properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda Sui authored and brianchandotcom committed Feb 26, 2020
1 parent fd919f0 commit c017064
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ xpack.security.transport.ssl.verification_mode: certificate</echo>
</sequential>
</macrodef>

<macrodef name="configure-follower-elasticsearch-properties">
<sequential>
<echo append="true" file="${elasticsearch.dir}-2/config/elasticsearch.yml">${line.separator}bootstrap.system_call_filter: false
cluster.name: LiferayElasticsearchClusterTwo
http.port: 9202
xpack.ml.enabled: false</echo>
</sequential>
</macrodef>

<macrodef name="configure-kibana-properties">
<sequential>
<echo append="true" file="${elastic.kibana.dir}/config/kibana.yml">${line.separator}elasticsearch.hosts: "http://localhost:9200"
Expand Down

0 comments on commit c017064

Please sign in to comment.