forked from fabianlee/blogcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.vlcp
49 lines (49 loc) · 1.92 KB
/
test.vlcp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name":"test",
"namespace":"my.test",
"contentPackId":"my.test",
"framework":"#9c4",
"version":"1.0",
"author":"me",
"url":"http://fabianlee.org",
"contentVersion":"1.0",
"info":"<span>Loads the test log</span>",
"queries":[ ],
"alerts":[ ],
"dashboardSections":[ ],
"extractedFields":[
{
"displayName":"test.level",
"internalName":"test.level",
"preContext":"^\\S+ \\S+ ",
"postContext":"",
"regexValue":"\\S+",
"constraints":"{\"filters\":[{\"internalName\":\"subtype\",\"displayName\":\"subtype\",\"operator\":\"CONTAINS\",\"value\":\"test\",\"fieldType\":\"STRING\",\"isExtracted\":true,\"hidden\":false}]}",
"info":null
}, {
"displayName":"test.classname",
"internalName":"test.classname",
"preContext":"^\\S+ \\S+ \\S+\\s+",
"postContext":"",
"regexValue":"\\S+",
"constraints":"{\"filters\":[{\"internalName\":\"subtype\",\"displayName\":\"subtype\",\"operator\":\"CONTAINS\",\"value\":\"test\",\"fieldType\":\"STRING\",\"isExtracted\":true,\"hidden\":false}]}",
"info":null
}, {
"displayName":"test.threadname",
"internalName":"test.threadname",
"preContext":"^\\S+ \\S+ \\S+\\s+\\S+\\s+\\-\\s\\[\\s+",
"postContext":"",
"regexValue":"\\d+",
"constraints":"{\"filters\":[{\"internalName\":\"subtype\",\"displayName\":\"subtype\",\"operator\":\"CONTAINS\",\"value\":\"test\",\"fieldType\":\"NUMBER\",\"isExtracted\":true,\"hidden\":false}]}",
"info":null
}, {
"displayName":"test.httpResponseCode",
"internalName":"test.httpResponseCode",
"preContext":"^\\S+ \\S+ \\S+\\s+\\S+\\s+\\-\\s\\[\\s+\\d+\\]\\s+",
"postContext":"",
"regexValue":"\\d+",
"constraints":"{\"filters\":[{\"internalName\":\"subtype\",\"displayName\":\"subtype\",\"operator\":\"CONTAINS\",\"value\":\"test\",\"fieldType\":\"NUMBER\",\"isExtracted\":true,\"hidden\":false}]}",
"info":null
}
]
}