mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
32 lines
519 B
JSON
32 lines
519 B
JSON
{
|
|
"name": "elastic-defend-endpoints",
|
|
"namespace": "default",
|
|
"description": "",
|
|
"package": {
|
|
"name": "endpoint",
|
|
"title": "Elastic Defend",
|
|
"version": "8.17.0",
|
|
"requires_root": true
|
|
},
|
|
"enabled": true,
|
|
"policy_id": "endpoints-initial",
|
|
"vars": {},
|
|
"inputs": [
|
|
{
|
|
"type": "endpoint",
|
|
"enabled": true,
|
|
"config": {
|
|
"integration_config": {
|
|
"value": {
|
|
"type": "endpoint",
|
|
"endpointConfig": {
|
|
"preset": "DataCollection"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"streams": []
|
|
}
|
|
]
|
|
}
|
|
|