elastic/logstash

Add ability to set all fieldnames to lowercase

開放

#2,526 建立於 2015年2月6日

 (22 則留言) (0 個反應) (0 位負責人)Ruby (3,496 個分叉)batch import
discussenhancementhelp wantednew plugin

倉庫指標

星標
 (14,197 顆星)
PR 合併指標
 (平均合併 4天 19小時) (30 天內合併 50 個 PR)

描述

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.

貢獻者指南