Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filters: lua: add docs for Fluent Bit env vars (PR #9617) #1523

Merged
merged 10 commits into from
Dec 9, 2024
Prev Previous commit
Next Next commit
filters: lua: commit suggestion
Co-authored-by: Adam Locke <adam.locke@chronosphere.io>
Signed-off-by: José Lecaros <lecaros@calyptia.com>
lecaros and lockewritesdocs authored Dec 9, 2024
commit aa1bc828d0f2d6b6cb37b1aaa0644788b47f25a1
6 changes: 3 additions & 3 deletions pipeline/filters/lua.md
Original file line number Diff line number Diff line change
@@ -178,9 +178,9 @@ pipeline:

### Number Type

Lua treats numbers as a double type.
It means an integer field (e.g. IDs, log levels) will be converted to a double.
To avoid type conversion, the `type_int_key` property is available.
Lua treats numbers as a `double` type, which means an `integer` type
containing data like user IDs and log levels will be converted to a `double`.
To avoid type conversion, use the `type_int_key` property.

### Protected Mode