mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
28 lines
474 B
JSON
28 lines
474 B
JSON
{
|
|
"name": "elastic-defend-endpoints",
|
|
"namespace": "default",
|
|
"description": "",
|
|
"package": {
|
|
"name": "endpoint",
|
|
"title": "Elastic Defend",
|
|
"version": "8.8.0"
|
|
},
|
|
"enabled": true,
|
|
"policy_id": "endpoints-initial",
|
|
"inputs": [{
|
|
"type": "ENDPOINT_INTEGRATION_CONFIG",
|
|
"enabled": true,
|
|
"streams": [],
|
|
"config": {
|
|
"_config": {
|
|
"value": {
|
|
"type": "endpoint",
|
|
"endpointConfig": {
|
|
"preset": "DataCollection"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}]
|
|
}
|