elastic/logstash

Add ability to set all fieldnames to lowercase

Open

#2526 aperta il 6 feb 2015

Vedi su GitHub
 (22 commenti) (0 reazioni) (0 assegnatari)Ruby (3496 fork)batch import
discussenhancementhelp wantednew plugin

Metriche repository

Star
 (14.197 star)
Metriche merge PR
 (Merge medio 4g 19h) (50 PR mergiate in 30 g)

Descrizione

MIGRATED FROM: https://logstash.jira.com/browse/LOGSTASH-732

Text:

Since there's no way to make searching on field names case insensitive, a filter/feature to set all fieldnames to lowercase would be helpful. For example, if you have two different log sources and one uses "hostname" as a field name and the other uses "Hostname" as a field. By setting all fieldnames to lower case, it would allow joining of log source searches.

Guida contributor