Skip to content

Commit

Permalink
Fix typo in recombine operator docs (#452)
Browse files Browse the repository at this point in the history
Resolves #451
  • Loading branch information
djaglowski authored Mar 23, 2022
1 parent 6bc7c94 commit 1e603b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operators/recombine.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The `recombine` operator combines consecutive logs into single logs based on sim
| `max_batch_size` | 1000 | The maximum number of consecutive entries that will be combined into a single entry. |
| `overwrite_with` | `oldest` | Whether to use the fields from the `oldest` or the `newest` entry for all the fields that are not combined. |
| `force_flush_period` | `5s` | Flush timeout after which entries will be flushed aborting the wait for their sub parts to be merged with. |
| `source_identifier` | `$attibutes["file.path"]` | The [field](/docs/types/field.md) to separate one source of logs from others when combining them. |
| `source_identifier` | `$attributes["file.path"]` | The [field](/docs/types/field.md) to separate one source of logs from others when combining them. |
| `max_sources` | 1000 | The maximum number of unique sources allowed concurrently to be tracked for combining separately. |

Exactly one of `is_first_entry` and `is_last_entry` must be specified.
Expand Down

0 comments on commit 1e603b9

Please sign in to comment.