Skip to content

Commit 9cada94

Browse files
authored
pipeline: parsers: configuring-parser: fix typos (#705)
Signed-off-by: Diogo Recharte <[email protected]>
1 parent c6d3cb2 commit 9cada94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/parsers/configuring-parser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Multiple parsers can be defined and each section has it own properties. The foll
2828
| Name | Set an unique name for the parser in question. |
2929
| Format | Specify the format of the parser, the available options here are: [json](json.md), [regex](regular-expression.md), [ltsv](ltsv.md) or [logfmt](logfmt.md). |
3030
| Regex | If format is _regex_, this option _must_ be set specifying the Ruby Regular Expression that will be used to parse and compose the structured message. |
31-
| Time\_Key | If the log entry provides a field with a timestamp, this option specify the name of that field. |
32-
| Time\_Format | Specify the format of the time field so it can be recognized and analyzed properly. Fluent-bit uses `strptime(3)` to parse time so you can ferer to [strptime documentation](https://linux.die.net/man/3/strptime) for available modifiers. |
31+
| Time\_Key | If the log entry provides a field with a timestamp, this option specifies the name of that field. |
32+
| Time\_Format | Specify the format of the time field so it can be recognized and analyzed properly. Fluent-bit uses `strptime(3)` to parse time so you can refer to [strptime documentation](https://linux.die.net/man/3/strptime) for available modifiers. |
3333
| Time\_Offset | Specify a fixed UTC time offset \(e.g. -0600, +0200, etc.\) for local dates. |
3434
| Time\_Keep | By default when a time key is recognized and parsed, the parser will drop the original time field. Enabling this option will make the parser to keep the original time field and it value in the log entry. |
3535
| Types | Specify the data type of parsed field. The syntax is `types <field_name_1>:<type_name_1> <field_name_2>:<type_name_2> ...`. The supported types are `string`\(default\), `integer`, `bool`, `float`, `hex`. The option is supported by `ltsv`, `logfmt` and `regex`. |

0 commit comments

Comments
 (0)