Skip to content

Commit

Permalink
Update x-pack/plugins/security_solution/server/lib/detection_engine/s…
Browse files Browse the repository at this point in the history
…cripts/find_alerting_rules.sh

Co-authored-by: Ryland Herrick <[email protected]>
  • Loading branch information
vitaliidm and rylnd authored Oct 28, 2024
1 parent 7a054b2 commit c662380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -e

# Example: ./find_alerting_rules.sh
# https://www.elastic.co/docs/api/doc/kibana/v8/operation/operation-findrules
# use ./find_rules.sh to work with Detection(Security) rules
# Related: use ./find_rules.sh to retrieve Detection Engine (Security) rules
curl -s -k \
-u ${ELASTICSEARCH_USERNAME}:${ELASTICSEARCH_PASSWORD} \
-X GET ${KIBANA_URL}${SPACE_URL}/api/alerting/rules/_find \
Expand Down

0 comments on commit c662380

Please sign in to comment.