-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add the 'newsyslog' gem to Azure OMS Agent (fluentd) crashes the agent #1488
Comments
I think that the best to help me is @repeatedly (if he can) |
Maybe, this is the cause: athenahealth/fluent-plugin-newsyslog#3 |
I checked newsyslog plugin code and the main difference is supporting rfc5424 format. |
Thanks repeatedly. So what m'i supposed to do please. Use the time_format with the appropriate regexp ? |
This is hard for now. BTW, if your case is in_syslog receives rfc3614 and rfc5424 formats at the same time, supporting it in |
Hi Masahiro, |
It means adding feature to handle both spec to |
I think that the in_newsyslog and parser_newsyslog is doiing this ? Am i right ? |
We just merged this patch: #1492 |
Hi, |
Hi All,
I have installed the OMS Linux Agent in order to send syslog messages to OMS.
I'm using a version which is based on ruby 2.3 (No yet published)
The aim is to use the 'newsyslog' input type which solves some limitations encountered with the 'syslog' input type
I have installed the newsyslog gem using this command :
./fluent-gem install fluent-plugin-newsyslog
The installation was successful
The following is my omsagent.conf file (which uses the same fluentd syntax)
The text was updated successfully, but these errors were encountered: