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": {
"name": "endpoint",
"title": "Elastic Defend",
"version": "8.17.0",
"version": "8.18.1",
"requires_root": true
},
"enabled": true,
"policy_id": "endpoints-initial",
"policy_ids": [
"endpoints-initial"
],
"vars": {},
"inputs": [
{
"type": "endpoint",
"type": "ENDPOINT_INTEGRATION_CONFIG",
"enabled": true,
"config": {
"integration_config": {
"_config": {
"value": {
"type": "endpoint",
"endpointConfig": {
@@ -27,6 +29,6 @@
},
"streams": []
}
]
}
],
"force": false
}