accounting-lib/src/test/resources/rules/gcat/gcat-OTHER.json

12 lines
292 B
JSON
Raw Normal View History

2020-04-01 15:20:31 +02:00
{
"match": {
"serviceClassRegex": "(DataCatalogue)|(DataPublishing)",
"serviceNameRegex": "(science-catalogue)|(gcat)|(gCat)",
2020-04-06 15:41:42 +02:00
"calledMethodRegex": "(^\/index$)|OTHER|UNKNOWN"
2020-04-01 15:20:31 +02:00
},
"replace": {
"serviceClass": "DataPublishing",
"serviceName": "gcat",
"calledMethod": "OTHER"
}
}