File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ Returns an object:
3232}
3333```
3434
35+ ----
36+
3537## asObjectType
3638
3739requires two positional arguments:
@@ -54,6 +56,7 @@ const msg = parser.asObject(parsed.prog, parsed.msg);
5456
5557` msg ` is an object of ` parsed.prog ` type (see examples below)
5658
59+ ----
5760
5861## Parser Types
5962
@@ -80,6 +83,8 @@ Returns:
8083
8184This is comparable to what you'd already have in Elasticsearch if you had imported your logs using Logstash.
8285
86+ ----
87+
8388### qmgr
8489
8590``` js
@@ -97,6 +102,8 @@ Returns:
97102}
98103```
99104
105+ ----
106+
100107### smtp
101108
102109``` js
@@ -117,6 +124,7 @@ Returns:
117124 status: ' sent (250 2.0.0 t5UI2nBt018923-t5UI2nBw018923 Message accepted for delivery)' ,
118125}
119126```
127+ ----
120128
121129### cleanup
122130
@@ -133,6 +141,8 @@ Returns:
133141}
134142```
135143
144+ ----
145+
136146### error
137147
138148``` js
@@ -153,6 +163,8 @@ Returns:
153163}
154164```
155165
166+ ----
167+
156168### bounce
157169
158170``` js
@@ -168,6 +180,8 @@ Returns:
168180}
169181```
170182
183+ ----
184+
171185### scache
172186
173187``` js
@@ -182,6 +196,8 @@ Returns:
182196}
183197```
184198
199+ ----
200+
185201### pickup
186202
187203``` js
@@ -198,6 +214,8 @@ Returns:
198214}
199215```
200216
217+ ----
218+
201219### local
202220
203221``` js
You can’t perform that action at this time.
0 commit comments