logback配置
<appender name="LOGSTASH" class="com.cwbase.logback.RedisAppender">
<source>gridsys</source>
<type>dev</type>
<host>127.0.0.1</host>
<key>logstash</key>
<tags>dev</tags>
<mdc>true</mdc>
<location>true</location>
<callerStackIndex>0</callerStackIndex>
</appender>
無資料寫入Redis,ELK運作時正常的,專案連接Redis未出現異常,求大神幫忙
logback是不會直接寫入redis裡面的。首先配置logstash,在其output裡面配置寫入redis資料
問問樓主,logback能直接輸出到redis隊列嗎?
我也遇到此問題,樓主解決了嗎?