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
Describe the bug
Processor script with tag script_calculate_time_flow_start_ns in pipeline logs-goflow2.sflow-0.1.1 failed with message Cannot invoke "Object.getClass()" because "leftObject" is null
I'm seeing this error when the logs reach elastic index. I'm unable to find relevant code to understand how to fix the error.
To Reproduce
Steps to reproduce the behavior:
Note: I'm seeing this error only when I run with -produce=raw, with -produce=sample no output is generated.
Describe the bug
Processor script with tag script_calculate_time_flow_start_ns in pipeline logs-goflow2.sflow-0.1.1 failed with message Cannot invoke "Object.getClass()" because "leftObject" is null
I'm seeing this error when the logs reach elastic index. I'm unable to find relevant code to understand how to fix the error.
To Reproduce
Steps to reproduce the behavior:
Note: I'm seeing this error only when I run with
-produce=raw
, with-produce=sample
no output is generated.Command:
goflow2 -format json -listen "sflow://:6343?queue_size=1" -mapping /etc/goflow2/mapping.yaml -transport.file /var/log/sflow/goflow2/goflow2.log -produce raw
mapping.yaml
Expected behavior
To get output without errors using
-produce=sample
Captures
If applicable, add output (JSON, protobuf), packet captures and device configuration.
Sampler device:
GoFlow2:
Additional context
Trying to setup https://www.elastic.co/guide/en/integrations/current/goflow2.html
The text was updated successfully, but these errors were encountered: