Merge pull request #14265 from Security-Onion-Solutions/2.4/elasticfix

Update Elastic Defend JSON
This commit is contained in:
Josh Brower
2025-02-19 16:22:28 -05:00
committed by GitHub

View File

@@ -5,16 +5,18 @@
"package": {
"name": "endpoint",
"title": "Elastic Defend",
"version": "8.17.0"
"version": "8.17.0",
"requires_root": true
},
"enabled": true,
"policy_id": "endpoints-initial",
"inputs": [{
"type": "ENDPOINT_INTEGRATION_CONFIG",
"vars": {},
"inputs": [
{
"type": "endpoint",
"enabled": true,
"streams": [],
"config": {
"_config": {
"integration_config": {
"value": {
"type": "endpoint",
"endpointConfig": {
@@ -22,6 +24,9 @@
}
}
}
},
"streams": []
}
}]
}
]
}