mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Update so-index-list
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
{% if grains['role'] in ['so-node','so-heavynode'] %}
|
{% 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 %}
|
{% else %}
|
||||||
curl -X GET "localhost:9200/_cat/indices?v"
|
curl -X GET localhost:9200/_cat/indices?v
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user