Update from search.remote to cluster.remote for Elastic 8

This commit is contained in:
weslambert
2022-03-17 21:24:39 -04:00
committed by GitHub
parent 7128b04636
commit 99430fddeb

View File

@@ -28,4 +28,4 @@ fi
echo "Applying cross cluster search config..."
{{ ELASTICCURL }} -s -k -XPUT -L https://{{ ES }}:9200/_cluster/settings \
-H 'Content-Type: application/json' \
-d "{\"persistent\": {\"search\": {\"remote\": {\"{{ grains.host }}\": {\"seeds\": [\"127.0.0.1:9300\"]}}}}}"
-d "{\"persistent\": {\"cluster\": {\"remote\": {\"{{ grains.host }}\": {\"seeds\": [\"127.0.0.1:9300\"]}}}}}"