Jordan Sissel
Jordan Sissel
@sc-chad Together we can build some pretty awesome things.
> there's no way to set regexp modifiers You can do this in-line in your regexp: ``` filter { mutate { gsub => [ "myfield", "(?m)dot '.' will now match...
Short answer, on my phone: sprintf with a field that is a number is assumed to mean an array index, not a string field name. On Sunday, August 28, 2016,...
Can you tell me a bit more about this? I'm having trouble finding a failing test case that this PR fixes. I created two empty scripts for both `--after-upgrade` and...
Hmm, I think this is a problem that the gelf input needs to get together with the IdentityMapCodec. Thoughts, @guyboertje?
@maxblaze I'll reopen this. For folks curious about the future, there's some problems to discuss: 1) The multiline filter is gone and probably not coming back. For performance, Logstash will...
@Shokodemon filebeat is the recommended solution for what you are doing. https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-docker.html
@Shokodemon :+1: I hope filebeat gets you on a path to success! Let us know (probably in elastic/beats or on discuss.elastic.co) if you have issues doing multiline w/ filebeat for...
I agree this behavior sounds like a bug On Wed, Nov 12, 2025, at 5:13 AM, hertznsk wrote: > *hertznsk* left a comment (jordansissel/fpm#2060) > According to the example https://fpm.readthedocs.io/en/v1.17.0/getting-started.html#configuration-file...
I agree fpm should make the best default it can. I haven’t checked the code recently, but I recall FPM using Python’s own environment settings for determining where the correct...