Skip to content

Commit 86d42e5

Browse files
authored
parsers_regex: add description about 'Skip_Empty_Values' (fluent#645)
Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
1 parent de21285 commit 86d42e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pipeline/parsers/regular-expression.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Security Warning: Onigmo is a _backtracking_ regex engine. You need to be carefu
1414
1515
From a configuration perspective, when the format is set to **regex**, is mandatory and expected that a _Regex_ configuration key exists.
1616

17+
## Configuration Parameters
18+
19+
The regex parser supports the following configuration parameters.
20+
21+
|Key|Description|Default Value|
22+
|-------|------------|--------|
23+
|`Skip_Empty_Values`|If enabled, the parser ignores empty value of the record.| True|
24+
1725
The following parser configuration example aims to provide rules that can be applied to an Apache HTTP Server log entry:
1826

1927
```python

0 commit comments

Comments
 (0)