fixed monacoCleaner

custom-service-JONYR
ermisw 2021-06-16 14:20:00 +02:00
parent c3cb467597
commit 1004155d9f
855 changed files with 37860 additions and 676 deletions

16
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Aktuelle Datei",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/tools/monacoWrapper/src/monacoCleaner.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/tools/monacoWrapper/"
}
]
}

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"python.pythonPath": "c:\\program files\\python37\\python.exe"
}

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_ABC: CDABC.json
CD_ABC:
tag1: ABC
name: CD_ABC

View File

@ -0,0 +1,284 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag3}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "HealthResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PingResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PrometheusResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag3}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag2}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "HealthResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PingResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PrometheusResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag2}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "HealthResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PingResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PrometheusResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
}
]
}

View File

@ -0,0 +1,7 @@
config:
- CD_APIGW: CDAPIGW.json
CD_APIGW:
tag1: Service Gateway Legacy
tag2: APIGW-APP
tag3: APIGW-WS
name: CD_APIGW

View File

@ -0,0 +1,34 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "BEGINS_WITH",
"type": "STRING",
"value": "Empty"
},
"key": {
"attribute": "SERVICE_AKKA_ACTOR_SYSTEM",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "SERVICE"
}
]
}

View File

@ -0,0 +1,4 @@
config:
- CD_APIM: CDAPIM.json
CD_APIM:
name: CD_APIM

View File

@ -0,0 +1,117 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "HealthResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PingResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PrometheusResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "clusterDomain"
},
"key": {
"attribute": "PROCESS_GROUP_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_ASBC-HAL: CDASBC-HAL.json
CD_ASBC-HAL:
tag1: ASBC-HAL
name: CD_ASBC-HAL

View File

@ -0,0 +1,117 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "HealthResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PingResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PrometheusResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "clusterDomain"
},
"key": {
"attribute": "PROCESS_GROUP_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_ASBC-RSU: CDASBC-RSU.json
CD_ASBC-RSU:
tag1: ASBC-RSU
name: CD_ASBC-RSU

View File

@ -0,0 +1,117 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": false,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "cluster"
},
"key": {
"attribute": "PROCESS_GROUP_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "HealthResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PingResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PrometheusResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_ASBC-SMACC: CDASBC-SMACC.json
CD_ASBC-SMACC:
tag1: ASBC-SMACC
name: CD_ASBC-SMACC

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_App-Repository: CDApp-Repository.json
CD_App-Repository:
tag1: App Repository
name: CD_App-Repository

View File

@ -0,0 +1,53 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "executed in"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_BMW-Assistant-for-Service-Events-(BASE): CDBMW-Assistant-for-Service-Events-BASE.json
CD_BMW-Assistant-for-Service-Events-(BASE):
tag1: BASE
name: CD_BMW-Assistant-for-Service-Events-(BASE)

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_BMWPoints: CDBMWPoints.json
CD_BMWPoints:
tag1: BMWPoints
name: CD_BMWPoints

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_Billing_Buffet: CDBillingBuffet.json
CD_Billing_Buffet:
tag1: Buffet
name: CD_Billing_Buffet

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_CCG: CDCCG.json
CD_CCG:
tag1: CCG
name: CD_CCG

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_CSI: CDCSI.json
CD_CSI:
tag1: CSI
name: CD_CSI

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_Call-Handling-Backends: CDCall-Handling-Backends.json
CD_Call-Handling-Backends:
tag1: Call-Handling-Backends
name: CD_Call-Handling-Backends

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_CallCenterClient: CDCallCenterClient.json
CD_CallCenterClient:
tag1: Call Center Client
name: CD_CallCenterClient

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_Connected-Backend-Services: CDConnected-Backend-Services.json
CD_Connected-Backend-Services:
tag1: Connected-Backend-Services
name: CD_Connected-Backend-Services

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_Connected-User-Behaviour: CDConnected-User-Behaviour.json
CD_Connected-User-Behaviour:
tag1: Connected-User-Behaviour
name: CD_Connected-User-Behaviour

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_ConnectedDrive-Internet-Portal: CDConnectedDrive-Internet-Portal.json
CD_ConnectedDrive-Internet-Portal:
tag1: ConnectedDrive-Internet-Portal
name: CD_ConnectedDrive-Internet-Portal

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_ContentProvider: CDContentProvider.json
CD_ContentProvider:
tag1: ContentProvider
name: CD_ContentProvider

View File

@ -0,0 +1,242 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag2}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag2}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag2}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag2}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag2}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,6 @@
config:
- CD_DPP_DPM: CDDPPDPM.json
CD_DPP_DPM:
tag1: DPM
tag2: DPP
name: CD_DPP_DPM

View File

@ -0,0 +1,34 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "BEGINS_WITH",
"type": "STRING",
"value": "GCDM"
},
"key": {
"attribute": "HTTP_MONITOR_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HTTP_MONITOR"
}
]
}

View File

@ -0,0 +1,4 @@
config:
- CD_GCDM: CDGCDM.json
CD_GCDM:
name: CD_GCDM

View File

@ -0,0 +1,152 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag2}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "HealthResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PingResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PrometheusResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "background"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag2}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "TAG_KEY_EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": false,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "asbc"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "SERVICE"
}
]
}

View File

@ -0,0 +1,6 @@
config:
- CD_Infotainment-In-Car-Experience-Services: CDInfotainment-In-Car-Experience-Services.json
CD_Infotainment-In-Car-Experience-Services:
tag1: External
tag2: Infotainment
name: CD_Infotainment-In-Car-Experience-Services

View File

@ -0,0 +1,104 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "HealthResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PingResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PrometheusResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_LSC-FSU: CDLSC-FSU.json
CD_LSC-FSU:
tag1: LSC-FSU
name: CD_LSC-FSU

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_LSC: CDLSC.json
CD_LSC:
tag1: LSC
name: CD_LSC

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_Location-Services: CDLocation-Services.json
CD_Location-Services:
tag1: Location-Services
name: CD_Location-Services

View File

@ -0,0 +1,242 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag2}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag2}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag2}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag2}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag2}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,6 @@
config:
- CD_Messaging-Services: CDMessaging-Services.json
CD_Messaging-Services:
tag1: XCC
tag2: MSGSVC
name: CD_Messaging-Services

View File

@ -0,0 +1,47 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "Mobile"
},
"key": {
"attribute": "MOBILE_APPLICATION_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "Store"
},
"key": {
"attribute": "MOBILE_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "MOBILE_APPLICATION"
}
]
}

View File

@ -0,0 +1,4 @@
config:
- CD_Mobile_2: CDMobile2.json
CD_Mobile_2:
name: CD_Mobile_2

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_Navigation-Information-Services: CDNavigation-Information-Services.json
CD_Navigation-Information-Services:
tag1: Navigation-Information-Services
name: CD_Navigation-Information-Services

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_PISA: CDPISA.json
CD_PISA:
tag1: PISA
name: CD_PISA

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_Perseus: CDPerseus.json
CD_Perseus:
tag1: Perseus
name: CD_Perseus

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_RemoteServices: CDRemoteServices.json
CD_RemoteServices:
tag1: RemoteServices
name: CD_RemoteServices

View File

@ -0,0 +1,329 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "EQUALS",
"type": "STRING",
"value": "HealthResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "EQUALS",
"type": "STRING",
"value": "MetricsResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "EQUALS",
"type": "STRING",
"value": "PrometheusResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "EQUALS",
"type": "STRING",
"value": "PingResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": false,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "internal service"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": false,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "ProtocolDataApi"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag3}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "EQUALS",
"type": "STRING",
"value": "PrometheusResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "EQUALS",
"type": "STRING",
"value": "MetricsResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "EQUALS",
"type": "STRING",
"value": "HealthResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "EQUALS",
"type": "STRING",
"value": "PingResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "executed"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag3}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "TAG_KEY_EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "{{.tag2}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "BEGINS_WITH",
"type": "STRING",
"value": "svds"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "TAG_KEY_EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "{{.tag2}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "smacc"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "SERVICE"
}
]
}

View File

@ -0,0 +1,7 @@
config:
- CD_SMACC-BE: CDSMACC-BE.json
CD_SMACC-BE:
tag1: SMACC-BE
tag2: External
tag3: SMACC-KTS
name: CD_SMACC-BE

View File

@ -0,0 +1,60 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "BEGINS_WITH",
"type": "STRING",
"value": "SMS GW"
},
"key": {
"attribute": "HTTP_MONITOR_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HTTP_MONITOR"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_SMS-Gateway: CDSMS-Gateway.json
CD_SMS-Gateway:
tag1: SMS-Gateway
name: CD_SMS-Gateway

View File

@ -0,0 +1,88 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_Service-Bus: CDService-Bus.json
CD_Service-Bus:
tag1: Service-Bus
name: CD_Service-Bus

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_Service-Gateway: CDService-Gateway.json
CD_Service-Gateway:
tag1: Service-Gateway
name: CD_Service-Gateway

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_Speech: CDSpeech.json
CD_Speech:
tag1: Speech
name: CD_Speech

View File

@ -0,0 +1,127 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "HealthResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PingResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": true,
"operator": "CONTAINS",
"type": "STRING",
"value": "PrometheusResource"
},
"key": {
"attribute": "SERVICE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_Voice-Services: CDVoice-Services.json
CD_Voice-Services:
tag1: Voice Services
name: CD_Voice-Services

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_agent-service: CDagent-service.json
CD_agent-service:
tag1: agent-service
name: CD_agent-service

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_aluis: CDaluis.json
CD_aluis:
tag1: aluis
name: CD_aluis

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_am-casa: CDam-casa.json
CD_am-casa:
tag1: am-casa
name: CD_am-casa

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_am-cesim: CDam-cesim.json
CD_am-cesim:
tag1: am-cesim
name: CD_am-cesim

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_am-cns: CDam-cns.json
CD_am-cns:
tag1: am-cns
name: CD_am-cns

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_am-device: CDam-device.json
CD_am-device:
tag1: am-device
name: CD_am-device

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_am-ecs: CDam-ecs.json
CD_am-ecs:
tag1: am-ecs
name: CD_am-ecs

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_am-egim: CDam-egim.json
CD_am-egim:
tag1: am-egim
name: CD_am-egim

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_am-esim-ui: CDam-esim-ui.json
CD_am-esim-ui:
tag1: am-esim-ui
name: CD_am-esim-ui

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_am-lmcs: CDam-lmcs.json
CD_am-lmcs:
tag1: am-lmcs
name: CD_am-lmcs

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_am-mno-manager: CDam-mno-manager.json
CD_am-mno-manager:
tag1: am-mno-manager
name: CD_am-mno-manager

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_am-proxy: CDam-proxy.json
CD_am-proxy:
tag1: am-proxy
name: CD_am-proxy

View File

@ -0,0 +1,128 @@
{
"description": null,
"dimensionalRules": [],
"entitySelectorBasedRules": [],
"metadata": {
"clusterVersion": "1.219.96.20210611-115536",
"configurationVersions": [
0
]
},
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "PROCESS_GROUP_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"PROCESS_GROUP_TO_HOST"
],
"type": "PROCESS_GROUP"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag1}}"
}
},
"key": {
"attribute": "HOST_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "HOST"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION_NAMESPACE"
},
{
"conditions": [
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "{{.tag1}}"
},
"key": {
"attribute": "CLOUD_APPLICATION_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
}
]
}

View File

@ -0,0 +1,5 @@
config:
- CD_am-store: CDam-store.json
CD_am-store:
tag1: am-store
name: CD_am-store

Some files were not shown because too many files have changed in this diff Show More