Install prebuilt detection rules and Timelines
Install and update all Elastic prebuilt detection rules and Timelines.
PUT /api/detection_engine/rules/prepackaged
curl \
-X PUT https://localhost:5601/api/detection_engine/rules/prepackaged
Response examples (200)
{
"rules_installed": 42,
"rules_updated": 42,
"timelines_installed": 42,
"timelines_updated": 42
}