-
Notifications
You must be signed in to change notification settings - Fork 60
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
GELF4Net code "timestamp" from string to float format? #51
Comments
Hi We are sending the I'll add a new configuration variable to change the behavior of the timestamp type sent to graylog..... |
Thank you very much |
yay!! I think it's done :) You've to add
https://www.nuget.org/packages/Gelf4Net/3.0.0.7 I tested it with I had some problems to run docker with Let me know if it does...... |
So great. I will test it soon. But I found a little glitch on dll version which you released in nuget. It is still "3.0.0.6" rather than "3.0.0.7". However I noticed you increased the version inside the repo. Maybe you released your dlls before you updated your assemblyinfo file. Anyway, thank you very much for your quick hotfix and release! Cool! I'll let you know if it works in my case. |
@jjchiw yes, it works! |
:) |
After I updated GrayLog to v2.3, I got the warning in my Graylog which it has invalid "timestamp".
After a little search, I found a similar issue here "Graylog2/graylog2-server#4027".
So I want to know if you convert "timestamp" from string to float before sending to Graylog server?
The text was updated successfully, but these errors were encountered: