elastic/logstash

Add ability to set all fieldnames to lowercase

Open

#2,526 创建于 2015年2月6日

在 GitHub 查看
 (22 评论) (0 反应) (0 负责人)Ruby (14,197 star) (3,496 fork)batch import
discussenhancementhelp wantednew plugin

描述

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.

贡献者指南