Wade Jensen

Results 7 comments of Wade Jensen

Its pretty rudimentary, but more than happy to share when I get a chance to clean out any work specific stuff, @nilslice.

Would also be interested in being able to enable/disable rules by name. #### Use case: We represent schemas for analytics data sent as JSON, with proto schemas. Since analytics event...

I've had a look around and this project seems to work for JS. https://github.com/jstuyts/kotlin-multiplatform-recipes I'll let you know how it goes.

I got the above mentioned style of testing working with Qunit for a project containing a common-js, backend-js, and frontend-js module. I also realised that it is non-sensical for tests...

Even just dropping events in the offending output and logging a WARN to stderr would be better than the current behaviour of one plugin being able to lock up the...

@jordansissel Thanks for your response and suggestions. I think we are optimising for different things here so I doubt one will convince the other but I'll try and express my...

I've been able to work around this issue with the json_lines codec. https://www.elastic.co/guide/en/logstash/current/plugins-codecs-json_lines.html My use case is a bit strange: I'm sending events from one logstash to another over tcp....