Skip to content

Commit b66c64e

Browse files
committed
filters: lua: address typos
Signed-off-by: lecaros <[email protected]>
1 parent 740e9dc commit b66c64e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/filters/lua.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ See also [Fluent Bit: PR 811](https://github.com/fluent/fluent-bit/pull/811).
334334

335335
### Response code filtering
336336

337-
In this example, we want to filter istio logs to exclude lines with response codes between 1 and 399.
337+
In this example, we want to filter Istio logs to exclude lines with response codes between 1 and 399.
338338
Istio is configured to write the logs in json format.
339339

340340
#### Lua script
@@ -356,7 +356,7 @@ end
356356

357357
#### Configuration
358358

359-
Configuration to get istio logs and apply response code filter to them.
359+
Configuration to get Istio logs and apply response code filter to them.
360360

361361
{% tabs %}
362362
{% tab title="fluent-bit.conf" %}
@@ -442,7 +442,7 @@ pipeline:
442442

443443
In the output only the messages with response code 0 or greater than 399 are shown.
444444

445-
### Timeformat Conversion
445+
### Time format Conversion
446446

447447
The following example converts a field's specific type of `datetime` format to
448448
`utc ISO 8601` format.

0 commit comments

Comments
 (0)