Skip to content

Commit

Permalink
Merge pull request #12989 from Security-Onion-Solutions/dougburks-pat…
Browse files Browse the repository at this point in the history
…ch-2

FIX: so-index-list typo #12988
  • Loading branch information
dougburks authored May 10, 2024
2 parents 45fd07c + 26cb8d4 commit cec75ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/elasticsearch/tools/sbin/so-index-list
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0.

. /usr/sbin/so-common


curl -K /opt/so/conf/elasticsearch/curl.config-X GET -k -L "https://localhost:9200/_cat/indices?v&s=index"
curl -K /opt/so/conf/elasticsearch/curl.config -s -k -L "https://localhost:9200/_cat/indices?pretty&v&s=index"

0 comments on commit cec75ba

Please sign in to comment.