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

Lowercase Internationalisation not Working #116

Open
Chaoswrd opened this issue Mar 2, 2018 · 0 comments
Open

Lowercase Internationalisation not Working #116

Chaoswrd opened this issue Mar 2, 2018 · 0 comments

Comments

@Chaoswrd
Copy link

Chaoswrd commented Mar 2, 2018

Operating system: Windows 10 pro
Config file:
filter { mutate { add_field => { "[location][lat]" => "%{latitude}" } add_field => { "[location][lon]" => "%{longitude}" } lowercase => [ "first_name", "last_name", "country", "street", "postalcity", "region" ] } }

Samples:
first_name: ÅKE => Åke
postalcity: BJÖRNEBORG => bjÖrneborg

Comment:
It seems that internationalisation is not working. Tested uppercase and lowercase with ruby 2.4.2 and it seems to handle internationalisation. When running logstash it won't lowercase those letters though it does lowercase everything else. Is lowercase set to ascii?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant