Skip to content

Commit

Permalink
add reference to recombine operator (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockb1017 authored Jun 9, 2021
1 parent b344305 commit 9a7d778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/operators/file_input.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ If set, the `multiline` configuration block instructs the `file_input` operator
The `multiline` configuration block must contain exactly one of `line_start_pattern` or `line_end_pattern`. These are regex patterns that
match either the beginning of a new log entry, or the end of a log entry.

Also refer to [recombine](/docs/operators/recombine.md) operator for merging events with greater control.

### Supported encodings

| Key | Description
Expand Down

0 comments on commit 9a7d778

Please sign in to comment.