You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fluentd version installed with this chart version is fluentd-1.14.4
FLUENT_OJ_OPTION_MAX_NESTING has been set to 2
Start sending logs from a pod with nested json objects
Check fluentd logs. FLUENT_OJ_OPTION_MAX_NESTING doesn't do anything
2022-09-07 19:16:44.313879242 +0000 fluent.error: {"message":"[elasticsearch] Could not push log to Elasticsearch:...\"caused_by\"=>{\"type\"=>\"illegal_argument_exception\", \"reason\"=>\"Limit of total fields [1000] has been exceeded while adding new fields [1]\"}}}}]}"}
Expected behavior
FLUENT_OJ_OPTION_MAX_NESTING should limit max nesting
### Your Error Log
```shell
Here are the fluentd logs. FLUENT_OJ_OPTION_MAX_NESTING doesn't do anything
2022-09-07 19:16:44.313879242 +0000 fluent.error: {"message":"[elasticsearch] Could not push log to Elasticsearch:
...
\"caused_by\"=>{\"type\"=>\"illegal_argument_exception\", \"reason\"=>\"Limit of total fields [1000] has been exceeded while adding new fields [1]\"}}}}]}"}
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting the variable FLUENT_OJ_OPTION_MAX_NESTING doesn't limit the nesting option of json.
To Reproduce
Follow these steps to reproduce:
Command to install:
Values:
Please note:
fluentd-1.14.4
Start sending logs from a pod with nested json objects
Check fluentd logs. FLUENT_OJ_OPTION_MAX_NESTING doesn't do anything
Expected behavior
FLUENT_OJ_OPTION_MAX_NESTING should limit max nesting
Your Environment
Your Configuration
Additional context
No response
The text was updated successfully, but these errors were encountered: