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
While working with the vcenter plugin (latest release, 0.0.5), I see the following error. This happens when I upgrade my vCenter appliance from 6.7 to version 7.0.
I send logs to Google Cloud, and they look fine. I worry that some logs are getting dropped.
{"level":"error","timestamp":"2021-02-26T14:31:44.566-0500","message":"Scanner error","operator_id":"$.vmware_vcenter.vcenter_input","operator_type":"tcp_input","error":"bufio.Scanner: token too long"}
My assumption is that vcenter 6.7 produced syslog messages that fit within the default buffer, and that 7.0 has messages that are too large.
To Reproduce
Steps to reproduce the behavior:
Setup vcenter with tls. Use vcenter 7.0. Use Stanza 0.14.15.
jsirianni
changed the title
{"level":"error","timestamp":"2021-02-26T14:31:44.566-0500","message":"Scanner error","operator_id":"$.vmware_vcenter.vcenter_input","operator_type":"tcp_input","error":"bufio.Scanner: token too long"}
tcp input buffer is too small for vcenter syslog
Feb 26, 2021
Describe the bug
While working with the vcenter plugin (latest release, 0.0.5), I see the following error. This happens when I upgrade my vCenter appliance from 6.7 to version 7.0.
I send logs to Google Cloud, and they look fine. I worry that some logs are getting dropped.
My assumption is that vcenter 6.7 produced syslog messages that fit within the default buffer, and that 7.0 has messages that are too large.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Stanza should handle the log message
The text was updated successfully, but these errors were encountered: