Added rules for geoanalytics-main-service refs #18081
This commit is contained in:
parent
3081ec378b
commit
2e66d3f7c1
|
@ -33,6 +33,7 @@ public class TestRules {
|
|||
"FullTextIndexNode-insert",
|
||||
"FullTextIndexNode-listCollections",
|
||||
"FullTextIndexNode-search",
|
||||
"geoanalytics-main-service-UNKNOWN",
|
||||
"GeoNetwork-login",
|
||||
"RConnector-connect",
|
||||
"RConnector-UNKNOWN",
|
||||
|
@ -82,7 +83,7 @@ public class TestRules {
|
|||
|
||||
@Test
|
||||
public void testSingleRule() throws Exception {
|
||||
testRule("ShareLatex-disconnect");
|
||||
testRule("geoanalytics-main-service-UNKNOWN");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"match": {
|
||||
"serviceClassRegex": "geoanalytics",
|
||||
"serviceNameRegex": "geoanalytics-main-service",
|
||||
"calledMethodRegex": ".*"
|
||||
},
|
||||
"replace": {
|
||||
"serviceClass": "geoanalytics",
|
||||
"serviceName": "geoanalytics-main-service",
|
||||
"calledMethod": "UNKNOWN"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
geoanalytics,geoanalytics-main-service,/
|
||||
geoanalytics,geoanalytics-main-service,/index.html
|
||||
geoanalytics,geoanalytics-main-service,index.html
|
|
Loading…
Reference in New Issue