elastic/logstash

Add ability to set all fieldnames to lowercase

Open

#2,526 opened on 2015年2月6日

GitHub で見る
 (22 comments) (0 reactions) (0 assignees)Ruby (3,496 forks)batch import
discussenhancementhelp wantednew plugin

Repository metrics

Stars
 (14,197 stars)
PR merge metrics
 (平均マージ 4d 19h) (30d で 50 merged PRs)

説明

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.

コントリビューターガイド