The network F5 team export the log via syslog protocol to logstash. I provide the port with below, and get the logs successfully.
input {
syslog {
type => syslog
port => 5514
}
}
But I want to export the F5 log to redis server first then from Redis to logstash, what do I need adjust? I can't install any third party softwares on F5 (virtual F5), such as logstash-forwarder, logstash shipper, etc.