Update so-index-list

This commit is contained in:
Doug Burks
2020-10-13 12:40:45 -04:00
committed by GitHub
parent e5ece6cd50
commit b004a9149e

View File

@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
{% if grains['role'] in ['so-node','so-heavynode'] %}
curl -X GET -k https://"localhost:9200/_cat/indices?v"
curl -X GET -k https://localhost:9200/_cat/indices?v
{% else %}
curl -X GET "localhost:9200/_cat/indices?v"
curl -X GET localhost:9200/_cat/indices?v
{% endif %}