Regenerated all rules

This commit is contained in:
Luca Frosini 2020-04-10 15:09:31 +02:00
parent e3d4611bb9
commit e45a17f543
2 changed files with 13 additions and 2 deletions

View File

@ -796,7 +796,7 @@
"match": { "match": {
"serviceClassRegex": "VREManagement", "serviceClassRegex": "VREManagement",
"serviceNameRegex": "(SmartExecutor)|(smart-executor)", "serviceNameRegex": "(SmartExecutor)|(smart-executor)",
"calledMethodRegex": ".*(UNKNOWN)|(OTHER).*" "calledMethodRegex": "^((UNKNOWN)|(OTHER))$"
}, },
"replace": { "replace": {
"serviceClass": "VREManagement", "serviceClass": "VREManagement",
@ -1166,4 +1166,15 @@
"serviceName": "URIResolver", "serviceName": "URIResolver",
"calledMethod": "TentativeOfHarvesting" "calledMethod": "TentativeOfHarvesting"
} }
},{
"match": {
"serviceClassRegex": "VREManagement",
"serviceNameRegex": "WhnManager",
"calledMethodRegex": "(OTHER)|((\/){0,1}gcube\/vremanagement\/ws\/whnmanager)"
},
"replace": {
"serviceClass": "VREManagement",
"serviceName": "WhnManager",
"calledMethod": "OTHER"
}
}] }]

File diff suppressed because one or more lines are too long