@@ -172,6 +172,7 @@ The \`SHOW <item>\` source command returns information about the deployment and
172
172
* Use \`SHOW INFO\` to return the deployment's version, build date and hash.
173
173
* Use \`SHOW FUNCTIONS\` to return a list of all supported functions and a synopsis of each function.
174
174
` ,
175
+ ignoreTag : true ,
175
176
description :
176
177
'Text is in markdown. Do not translate function names, special characters, or field names like sum(bytes)' ,
177
178
}
@@ -214,9 +215,9 @@ Refer to the [dissect processor documentation](https://www.elastic.co/guide/en/e
214
215
215
216
\`\`\`
216
217
ROW a = "1953-01-23T12:15:00Z - some text - 127.0.0.1"
217
- | DISSECT a "%\\ {Y\\ }-%\\ {M\\ }-%\\ {D\\ }T%\\ {h\\ }:%\\ {m\\ }:%\\ {s\\ }Z - %\\ {msg\\ } - %\\ {ip\\} "
218
- \`\`\`
219
- ` ,
218
+ | DISSECT a "%'\ {Y\}-%\{M\}-%\{D\}T%\{h\}:%\{m\}:%\{s\}Z - %\{msg\} - %\{ip\}' "
219
+ \`\`\` ` ,
220
+ ignoreTag : true ,
220
221
description :
221
222
'Text is in markdown. Do not translate function names, special characters, or field names like sum(bytes)' ,
222
223
}
@@ -308,6 +309,7 @@ By default (if no \`WITH\` is defined), \`ENRICH\` will add all the enrich field
308
309
309
310
In case of name collisions, the newly created fields will override the existing fields.
310
311
` ,
312
+ ignoreTag : true ,
311
313
description :
312
314
'Text is in markdown. Do not translate function names, special characters, or field names like sum(bytes)' ,
313
315
}
@@ -376,7 +378,7 @@ Refer to the [grok processor documentation](https://www.elastic.co/guide/en/elas
376
378
377
379
\`\`\`
378
380
ROW a = "12 15.5 15.6 true"
379
- | GROK a "%\\ {NUMBER:b:int\\} %\\ {NUMBER:c:float\\} %\\ {NUMBER:d:double\\} %\\ {WORD:e:boolean\\} "
381
+ | GROK a "%' {NUMBER:b:int}' %' {NUMBER:c:float}' %' {NUMBER:d:double}' %' {WORD:e:boolean}' "
380
382
\`\`\`
381
383
` ,
382
384
description :
@@ -523,6 +525,7 @@ FROM employees
523
525
| RENAME first_name AS fn, last_name AS ln
524
526
\`\`\`
525
527
` ,
528
+ ignoreTag : true ,
526
529
description :
527
530
'Text is in markdown. Do not translate function names, special characters, or field names like sum(bytes)' ,
528
531
}
0 commit comments