Simplified Simulfish Grow Data by setting all calledMethod to UNKNOWN

This commit is contained in:
Luca Frosini 2019-12-02 15:45:46 +01:00
parent 0d33c3901e
commit 6b15c2cb0a
22 changed files with 1157 additions and 1 deletions

View File

@ -0,0 +1 @@
Search,SimulFishGrowthData,Called Method
1 Search SimulFishGrowthData Called Method

View File

@ -0,0 +1,12 @@
{
"match": {
"serviceClassRegex": "Search",
"serviceNameRegex": "SimulFishGrowthData",
"calledMethodRegex": ".*Called Method.*"
},
"replace": {
"serviceClass": "Search",
"serviceName": "SimulFishGrowthData",
"calledMethod": "UNKNOWN"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"match": { "match": {
"serviceClassRegex": "Search", "serviceClassRegex": "Search",
"serviceNameRegex": "SimulFishGrowthData", "serviceNameRegex": "SimulFishGrowthData",
"calledMethodRegex": ".*Called Method.*" "calledMethodRegex": ".*"
}, },
"replace": { "replace": {
"serviceClass": "Search", "serviceClass": "Search",