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