endpoint policy update

This commit is contained in:
reyesj2
2025-07-09 13:59:01 -05:00
parent a03764d956
commit 33e2d18aa7

View File

@@ -1,32 +1,34 @@
{ {
"name": "elastic-defend-endpoints", "name": "elastic-defend-endpoints",
"namespace": "default", "namespace": "default",
"description": "", "description": "",
"package": { "package": {
"name": "endpoint", "name": "endpoint",
"title": "Elastic Defend", "title": "Elastic Defend",
"version": "8.17.0", "version": "8.18.1",
"requires_root": true "requires_root": true
}, },
"enabled": true, "enabled": true,
"policy_id": "endpoints-initial", "policy_ids": [
"vars": {}, "endpoints-initial"
"inputs": [ ],
{ "vars": {},
"type": "endpoint", "inputs": [
"enabled": true, {
"config": { "type": "ENDPOINT_INTEGRATION_CONFIG",
"integration_config": { "enabled": true,
"value": { "config": {
"type": "endpoint", "_config": {
"endpointConfig": { "value": {
"preset": "DataCollection" "type": "endpoint",
} "endpointConfig": {
} "preset": "DataCollection"
} }
}, }
"streams": [] }
} },
] "streams": []
} }
],
"force": false
}