You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: