2015-09-04 68 views

回答

0

的翻譯{}過濾器會爲這項工作做得很好。

0

使用date過濾器與MMM模式將正常工作爲:

filter { 
    date { 
    match => [ "yourfield", "MMM" ] 
    } 
} 

可用的正則表達式可以在DateTimeFormat文檔中找到。