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