mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #14265 from Security-Onion-Solutions/2.4/elasticfix
Update Elastic Defend JSON
This commit is contained in:
@@ -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": []
|
||||||
}
|
}
|
||||||
}]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user