@@ -33,62 +33,69 @@ Or install it yourself as:
3333
3434The key for part of multiline log.
3535
36- ** separator** (string)
36+ ** separator** (string) (optional)
3737
3838The separator of lines.
3939Default value is ` "\n" ` .
4040
41- ** n\_ lines** (integer)
41+ ** n\_ lines** (integer) (optional)
4242
4343The number of lines.
4444This is exclusive with ` multiline_start_regex ` .
4545
46- ** multiline\_ start\_ regexp**
46+ ** multiline\_ start\_ regexp** (string) (optional)
4747
4848The regexp to match beginning of multiline.
4949This is exclusive with ` n_lines. `
5050
51- ** multiline\_ end\_ regexp**
51+ ** multiline\_ end\_ regexp** (string) (optional)
5252
5353The regexp to match ending of multiline.
5454This is exclusive with ` n_lines. `
5555
56- ** continuous\_ line\_ regexp**
56+ ** continuous\_ line\_ regexp** (string) (optional)
5757
5858The regexp to match continuous lines.
5959This is exclusive with ` n_lines. `
6060
61- ** stream\_ identity\_ key** (string)
61+ ** stream\_ identity\_ key** (string) (optional)
6262
6363The key to determine which stream an event belongs to.
6464
65- ** flush\_ interval** (integer)
65+ ** flush\_ interval** (integer) (optional)
6666
6767The number of seconds after which the last received event log will be flushed.
6868If specified 0, wait for next line forever.
6969
70- ** timeout\_ label** (string)
70+ ** timeout\_ label** (string) (optional)
7171
7272The label name to handle events caused by timeout.
7373
74- ** use\_ first\_ timestamp** (bool)
74+ ** use\_ first\_ timestamp** (bool) (optional)
7575
7676Use timestamp of first record when buffer is flushed.
7777Default value is ` false ` .
7878
79- ** partial\_ key** (string)
79+ ** partial\_ key** (string) (optional)
8080
8181The field name that is the reference to concatenate records
8282
83- ** partial\_ value** (string)
83+ ** partial\_ value** (string) (optional)
8484
8585The value stored in the field specified by partial_key that represent partial log
8686
87- ** keep\_ partial\_ key** (bool)
87+ ** keep\_ partial\_ key** (bool) (optional)
8888
8989If true, keep partial_key in concatenated records
9090Default value is ` false ` .
9191
92+ ** use\_ partial\_ metadata** (bool) (optional)
93+
94+ Use partial metadata to concatenate multiple records
95+
96+ ** keep\_ partial\_ metadata** (bool) (optional)
97+
98+ If true, keep partial metadata
9299
93100## Usage
94101
0 commit comments