Configuration of add-on done

This commit is contained in:
victor
2024-06-15 00:35:12 +02:00
commit 46c4a12851
11 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
{
"schemaVersion": "2.0.0",
"info": {
"title": "DS Add-on Delete old clients",
"id": {
"group": null,
"name": "detelete_old_clients_ds",
"version": "0.0.1"
},
"author": [
{
"name": "",
"email": null,
"company": null
}
],
"releaseDate": null,
"description": "DS Add-on Delete old clients",
"classification": {
"intendedAudience": "IT Professionals",
"categories": [
"Security, Fraud & Compliance"
],
"developmentStatus": "Production/Stable"
},
"commonInformationModels": null,
"license": {
"name": null,
"text": "LICENSE.txt",
"uri": null
},
"privacyPolicy": {
"name": null,
"text": null,
"uri": null
},
"releaseNotes": {
"name": "README",
"text": "README.txt",
"uri": ""
}
},
"dependencies": null,
"tasks": null,
"inputGroups": null,
"incompatibleApps": null,
"platformRequirements": null,
"supportedDeployments": [
"_standalone",
"_distributed",
"_search_head_clustering"
],
"targetWorkloads": [
"_search_heads",
"_indexers"
]
}