Lucas Bremgartner

Results 245 comments of Lucas Bremgartner
trafficstars

@magnusbaeck what is your opinion on the Logstash version we need to support with LFV daemon mode? The reason I ask is, that I wanted to test with 6.6.2 and...

@magnusbaeck I created some more PR and updated the TODO list in https://github.com/magnusbaeck/logstash-filter-verifier/issues/96#issuecomment-797559730.

@magnusbaeck FYI: PR #111, #112, #113 and #114 are ready for review. I started to use a version with all the 4 PR merged with our production Logstash test suite....

@magnusbaeck I created a first draft for a tool (named `mustache`) to check, lint and format existing Logstash configurations. You may find the current state in the following PR: https://github.com/breml/logstash-config/pull/9...

I have released [`mustache`](https://github.com/breml/logstash-config/releases), which provides the necessary functionality to add auto generated plugin ID to an existing configuration.

I just created a PR #119 for an updated README.md to reflect the changes with Daemon mode and Version 2 in general. I hope this drives us closer to a...

I successfully switched completely to beta.1 daemon mode for our setup (~1850 lines of logstash config accross multiple pipelines, ~80 LFV test cases). Standalone mode does no longer work for...

Hi @nicolasreich > I've started experimenting with 2.0. It looks great, thank you for the amazing work! I do have a few questions/remarks: Thanks for your feedback and sorry for...

@nicolasreich Just to be sure, in your last item, you write, that your rule already has an `ID` (upper case). Does your config look like this: ``` input { beats...

In regards to the pipeline base path, the current logic works as follows: * default value for `--pipeline-base` is `""` (empty string) * if the pipeline base path is not...