Erick

Results 37 comments of Erick

@ebaggott Sorry it has taken me a while to reply. Please stand by while I bring the docs up to date -- expect an update in this thread within the...

This will be [TETHNE-130](https://diging.atlassian.net/browse/TETHNE-130)

@ebaggott Just an update: DTM support was removed in v0.7, but I'm bringing it back for v0.8.1. I took it out because there was a nasty memory leak, but it...

@ebaggott Ok, DTM is back! For now it's in v0.8.1.dev5, which means that you'll have to upgrade Tethne with the --pre flag: ``` shell pip install -U tethne --pre ```...

Currently working around this (less than elegantly...): ```bash #!/bin/bash -e if [[ -z $1 ]] || [[ ${1:0:1} == '-' ]] ; then logstash -r "$@" & LOGSTASH_PID=$! else "$@"...

> Solve it by configure for each s3 output a different "temporary_directory" :) Unfortunately, this does not seem to be working, either. Running logstash 7.4.0. So far have tried: -...

This looks remarkably similar to https://github.com/logstash-plugins/logstash-output-s3/issues/107

Narrowed it down a little bit. Context: I'm running Logstash as a StatefulSet in Kubernetes, with one persistent volume per instance for queue, dlq, etc. ``/tmp`` is pod-local (i.e. not...