elastic/logstash

Add ability to set all fieldnames to lowercase

Open

#2 526 ouverte le 6 févr. 2015

Voir sur GitHub
 (22 commentaires) (0 réactions) (0 assignés)Ruby (3 496 forks)batch import
discussenhancementhelp wantednew plugin

Métriques du dépôt

Stars
 (14 197 stars)
Métriques de merge PR
 (Merge moyen 4j 19h) (50 PRs mergées en 30 j)

Description

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.

Guide contributeur