Magnus Bäck

Results 45 comments of Magnus Bäck

I have no affiliation with @darksmoke, but I probably ran into the same problem without using rabbitmq-dump-queue; when a client with a large number of unacked messages disconnects is seems...

I was just about to report the weird file mode described in the second bullet. @ventz, did you look into this further?

Perhaps the fundamental problem here is that Logstash isn't transparent about what it's doing. Git's behavior is easily observable with e.g. `git status` while for Logstash you have to increase...

Looks like a duplicate of https://discuss.elastic.co/t/how-to-capture-text-from-a-path-or-s3-prefix/95998.

I'm afraid this isn't possible at the moment since Logstash's json_lines codec can't be configured to include the metadata fields in the serialized JSON string. I've filed https://github.com/logstash-plugins/logstash-codec-json_lines/issues/23 to get...

@breml I worked on the rebase tonight but it fell through since the specs are currently broken on master (see https://travis-ci.org/logstash-plugins/logstash-codec-json_lines/builds/226973335). Once that has been addressed it shouldn't take long...

Argh, this old problem. I'd forgotten that the ball was in my court. Let me have the weekend to look into a rebase.

The PR has been updated but there are existing problems that prevents the Travis build from being green so I'm guessing nobody's going to be jumping onto the review. I've...

That's an excellent workaround. Even if the PR we've been waiting for gets merged it'll take a while before it ends up in the Logstash releases people use (unless they...

There are legitimate use cases for both behaviors (deep merging and shallow merging) so we'll probably upset someone whatever we choose. The `[field][subfield]` syntax could result in deep merging while...