Files
mapo-core/MP.Prog/Conf/Rule05.json
T
Samuele Locatelli 9fad86eb17 PROG
- correzione tag extraction
- correzione indentazione json
2024-10-21 20:09:28 +02:00

43 lines
755 B
JSON

{
"ExcludedTags": [ ],
"ExcludedFileExt": [
".bak",
".bck",
".file"
],
"FileNameExtReplace": {
},
"MaxChar2Search": 0,
"Mode": 2,
"Name": "Tag da Tag2Collect",
"OutExcludeFileName": true,
"OutReplace": {
},
"RegExPattern": "",
"RegExRepFileName": false,
"ReplaceCR": false,
"Tag2Collect": [
"CNCTYPE=",
"VENDOR=",
"MODEL=",
"MPIP=",
"Customer=",
"HostOS=",
"HostName=",
"HostAddr=",
"IP=",
"AUTO_CHANGE_ODL=",
"AUTO_SNAPSHOT_DOSSIER=",
"\"CodApp\":",
"\"CodModulo\":",
"\"BaseAddr\":",
"\"BaseUrl\":",
"\"Host\":",
"\"Port\":",
"\"UseSSL\":",
"\"UseStartTls\":",
"\"QrJumpPath\":",
"\"Environment\":",
"\"appVers\":"
]
}