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 will not be written directly into redis. First configure logstash and configure the writing of redis data in its output
Ask the poster, can logback be output directly to the redis queue?
I also encountered this problem, has the poster solved it?