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