Ryan Faircloth

Results 79 comments of Ryan Faircloth

To be very specific its not a fix because its not wrong. However sc4s is designed to handle these conditions by forcing a developer to make correct choices. If you...

@RaygunDuck the handling outliers can be tricky you could help by being specific with the source vendor and product to allow proper documentation for dealing with this non standard format...

A similar solution has been applied to https://github.com/pysnmp

Your using the ietf format which the HF doesn't support you need to use BSD or switch to using Splunk Connect for Syslog which does support IETF

Yes that is what I expected I have ``` options { frac-digits(6); } ```

@bazsi I updated the issue with output example using a JSON template and the same result using python

combo of both would be good I was going to suggest a means of adding a special kv arg "timestamps" which is a dict with the three time stamps

What if we had a "extended" python method that passed a object based on the format-json output from a template.

I'm using it in a way that is close to the original idea. When I extract fields from the message I use a prefix so I can more easily map...