We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cdb19 commit b4c9a18Copy full SHA for b4c9a18
loggly.go
@@ -33,6 +33,31 @@ const usage = `
33
--json output json array of events
34
--count output total event count
35
--version output version information
36
+
37
+ Operators:
38
39
+ "foo bar" AND baz
40
+ foo AND bar NOT baz
41
+ +foo +bar -baz
42
+ foo OR bar
43
+ json.responseTime[50 TO 100]
44
+ json.duration[1000 TO *]
45
46
47
+ Fields:
48
49
+ json.level:error
50
+ json.type:"upload failed"
51
+ json.hostname:"api-*"
52
53
+ Grouping:
54
55
+ foo AND (bar OR baz)
56
57
+ Regexps:
58
59
+ /Black(Berry)?/
60
61
`
62
63
//
0 commit comments