File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
338338Istio is configured to write the logs in json format.
339339
340340#### Lua script
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
443443In the output only the messages with response code 0 or greater than 399 are shown.
444444
445- ### Timeformat Conversion
445+ ### Time format Conversion
446446
447447The following example converts a field's specific type of ` datetime ` format to
448448` utc ISO 8601 ` format.
You can’t perform that action at this time.
0 commit comments