Retrieve the status of prebuilt detection rules and Timelines
Retrieve the status of all Elastic prebuilt detection rules and Timelines.
This endpoint provides detailed information about the number of custom rules, installed prebuilt rules, available prebuilt rules that are not installed, outdated prebuilt rules, installed prebuilt timelines, available prebuilt timelines that are not installed, and outdated prebuilt timelines.
GET
/api/detection_engine/rules/prepackaged/_status
curl \
--request GET 'http://localhost:5601/api/detection_engine/rules/prepackaged/_status' \
--user "username:password"
Response examples (200)
{
"rules_installed": 0,
"rules_not_updated": 0,
"rules_not_installed": 112,
"timelines_installed": 0,
"timelines_not_updated": 0,
"rules_custom_installed": 0,
"timelines_not_installed": 0
}