Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing suffix for German Month "Juli" in Grok Pattern MONTH #51579

Closed
johbar opened this issue Jan 28, 2020 · 1 comment · Fixed by #51591
Closed

Missing suffix for German Month "Juli" in Grok Pattern MONTH #51579

johbar opened this issue Jan 28, 2020 · 1 comment · Fixed by #51591
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP

Comments

@johbar
Copy link

johbar commented Jan 28, 2020

It seems Elasticsearch ships with a Grok pattern that supports English and German month names alike (e.g. March and März). However, the 7th month is spelled "Juli" in German. The pattern only matches "July".

MONTH \b(?:[Jj]an(?:uary|uar)?|[Ff]eb(?:ruary|ruar)?|[Mm](?:a|ä)?r(?:ch|z)?|[Aa]pr(?:il)?|[Mm]a(?:y|i)?|[Jj]un(?:e|i)?|[Jj]ul(?:y)?|[Aa]ug(?:ust)?|[Ss]ep(?:tember)?|[Oo](?:c|k)?t(?:ober)?|[Nn]ov(?:ember)?|[Dd]e(?:c|z)(?:ember)?)\b

Thank you in advance and keep up the good work!

savaliyagautam added a commit to savaliyagautam/elasticsearch that referenced this issue Jan 29, 2020
@cbuescher cbuescher added the :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP label Jan 30, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (:Core/Features/Ingest)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants