Skip to content

Commit

Permalink
Extracts telemetry mappings via scripts/telemetry_extract
Browse files Browse the repository at this point in the history
  • Loading branch information
rylnd committed Jul 9, 2020
1 parent 01c20a1 commit a416fa6
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,38 @@
}
}
},
"security_solution": {
"properties": {
"detections": {
"properties": {
"detection_rules_custom_enabled": {
"type": "number"
},
"detection_rules_custom_disabled": {
"type": "number"
},
"detection_rules_elastic_enabled": {
"type": "number"
},
"detection_rules_elastic_disabled": {
"type": "number"
},
"ml_jobs_custom_enabled": {
"type": "number"
},
"ml_jobs_custom_disabled": {
"type": "number"
},
"ml_jobs_elastic_enabled": {
"type": "number"
},
"ml_jobs_elastic_disabled": {
"type": "number"
}
}
}
}
},
"spaces": {
"properties": {
"usesFeatureControls": {
Expand Down

0 comments on commit a416fa6

Please sign in to comment.