-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Ingest: Grok: duplicate patterns JAVACLASS and JAVAFILE #35699
Copy link
Copy link
Closed
Labels
:Distributed/Ingest NodeExecution or management of Ingest PipelinesExecution or management of Ingest Pipelinesgood first issuelow hanging fruitlow hanging fruit
Description
As discovered via Logstash : logstash-plugins/logstash-patterns-core#237
It appears that the Ingest Grok processor also has duplicated JAVACLASS and JAVAFILE definitions
https://github.com/elastic/elasticsearch/blob/6.5/libs/grok/src/main/resources/patterns/java
We should keep the top ones
JAVACLASS (?:[a-zA-Z$_][a-zA-Z$_0-9]*\.)*[a-zA-Z$_][a-zA-Z$_0-9]*
JAVAFILE (?:[A-Za-z0-9_. -]+)
and remove the lower ones.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Distributed/Ingest NodeExecution or management of Ingest PipelinesExecution or management of Ingest Pipelinesgood first issuelow hanging fruitlow hanging fruit
Type
Fields
Give feedbackNo fields configured for issues without a type.