List all detection rule tags
List all unique tags from all detection rules.
GET
/api/detection_engine/tags
curl \
--request GET 'https://localhost:5601/api/detection_engine/tags' \
--header "Authorization: $API_KEY"
Response examples (200)
[
"zeek",
"suricata",
"windows",
"linux",
"network",
"initial access",
"remote access",
"phishing"
]