endpoint policy update

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

View File

@@ -5,18 +5,20 @@
"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": [
"endpoints-initial"
],
"vars": {}, "vars": {},
"inputs": [ "inputs": [
{ {
"type": "endpoint", "type": "ENDPOINT_INTEGRATION_CONFIG",
"enabled": true, "enabled": true,
"config": { "config": {
"integration_config": { "_config": {
"value": { "value": {
"type": "endpoint", "type": "endpoint",
"endpointConfig": { "endpointConfig": {
@@ -27,6 +29,6 @@
}, },
"streams": [] "streams": []
} }
] ],
} "force": false
}