input { beats { **value** #(geting from the logs) } } input { jdbc { statement => "SELECT * from table WHERE ruslit = **value'**" } }
83qze16e1#
您需要的不是jdbc输入插件,而是jdbc_streaming filter plugin
jdbc
jdbc_streaming
input { beats { **value** #(geting from the logs) } } filter { jdbc_streaming { statement => "SELECT * from table WHERE ruslit = **value'**" } }
1条答案
按热度按时间83qze16e1#
您需要的不是
jdbc
输入插件,而是jdbc_streaming
filter plugin