fixed rules

This commit is contained in:
Luca Frosini 2019-12-16 14:59:20 +01:00
parent 7e0cbeb503
commit 97d3b55322
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
"match": { "match": {
"serviceClassRegex": "geoanalytics", "serviceClassRegex": "geoanalytics",
"serviceNameRegex": "geoanalytics-gos", "serviceNameRegex": "geoanalytics-gos",
"calledMethodRegex": ".*ShapeManagement.*" "calledMethodRegex": ".*GeoserverManagement.*"
}, },
"replace": { "replace": {
"serviceClass": "geoanalytics", "serviceClass": "geoanalytics",
"serviceName": "geoanalytics-gos", "serviceName": "geoanalytics-gos",
"calledMethod": "ShapeManagement" "calledMethod": "GeoserverManagement"
} }
} }

View File

@ -2,11 +2,11 @@
"match": { "match": {
"serviceClassRegex": "geoanalytics", "serviceClassRegex": "geoanalytics",
"serviceNameRegex": "geoanalytics-gos", "serviceNameRegex": "geoanalytics-gos",
"calledMethodRegex": ".*GeoserverManagement.*" "calledMethodRegex": ".*ShapeManagement.*"
}, },
"replace": { "replace": {
"serviceClass": "geoanalytics", "serviceClass": "geoanalytics",
"serviceName": "geoanalytics-gos", "serviceName": "geoanalytics-gos",
"calledMethod": "GeoserverManagement" "calledMethod": "ShapeManagement"
} }
} }