Manage Elastic Defend Integration manually

This commit is contained in:
defensivedepth
2023-10-12 09:22:26 -04:00
parent fc0e3c0124
commit 1043315e6b
4 changed files with 49 additions and 0 deletions
@@ -0,0 +1,27 @@
{
"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"
}
}
}
}
}]
}