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