logstash-filter-grok icon indicating copy to clipboard operation
logstash-filter-grok copied to clipboard

Grok plugin to parse unstructured (log) data into something structured.

Results 64 logstash-filter-grok issues
Sort by recently updated
recently updated
newest added

(This issue was originally filed by @theflimflam at https://github.com/elastic/logstash/issues/2072) --- _Description_: Composing grok patterns that share named captures will result in names to bind to the wrong capture in the...

bug

(This issue was originally filed by @fervid at https://github.com/elastic/logstash/issues/2368) --- Hello. I wrote pattern to parse follow ISO8601 timestamp: 2015-01-15 06:33:09 +0000 I am going to use (?x) mode, that's...

question

I am using logstash 1.5.2 Currently I can use pattern %{NUMBER:response:int} and resulting elasticsearch document will have mapping "response": { "type": "long" }, Instead of default mapping type string. Documentation...

enhancement

The test suite of this plugin would benefit a small refactor to dry up the code and use the `stud` gem when dealing with the temporary files and folder.

Added in a couple missing ```"``` from two multiple match examples. Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: `https://www.elastic.co/contributor-agreement/`

status:needs-triage

Unit tests were failing due to the setting of ECS by default in Logstash v8. This commit updates the unit tests to work when ECS is disabled, or set to...

status:needs-review

Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

status:needs-triage

Hi, We are running around 150 pipelines on the same logstash and troubleshooting is becoming difficult especially because most of the pipelines are using grok and some of them are...

enhancement

Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

status:needs-triage

**Logstash information**: 1. Logstash version: 7.17.3 2. Installation source: Elastic container image 3. Being run: via Docker 4. Included in container image (Grok 4.4.1) 5. JVM version: whatever is in...

bug