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
Problem:
Running this command curl -X POST -d '[{"foo":"bar", "time": "2018-06-12T18:35:48.1488850Z"},{"abc":"def"},{"xyz":"123"}]' http://localhost:8887/app.log gives me this error can't convert String into an exact number
It's very similar to this issue #2018 I reported earlier. The difference is this time it's the time_format parameter instead of the time_key.
With this fix #2025, I can workaround the issue by setting time_key to nil, so it's not an urgent for me. But still it would nicer if the time_format parameter is also supported in batched scenario.
The text was updated successfully, but these errors were encountered:
Fluentd Version: 1.2.1
Environment: Windows 10
Configuration:
Problem:
Running this command
curl -X POST -d '[{"foo":"bar", "time": "2018-06-12T18:35:48.1488850Z"},{"abc":"def"},{"xyz":"123"}]' http://localhost:8887/app.log
gives me this errorcan't convert String into an exact number
It's very similar to this issue #2018 I reported earlier. The difference is this time it's the time_format parameter instead of the time_key.
With this fix #2025, I can workaround the issue by setting time_key to nil, so it's not an urgent for me. But still it would nicer if the time_format parameter is also supported in batched scenario.
The text was updated successfully, but these errors were encountered: