Can one filebeat run against multiple redis instances based on fields?

Hi,

currently metricbeat outputting its probes to file system. Same procedure as for all logs, filebeat is tailing application logs and metricbeat probes and ships them to redis. Key is set depending by a key.

No I would like to separate the streams of monitoring data like metricbeat and of application logs.
So now I have two redis instances. One for logs, one for metrics.

Can I use a single filebeat instance which ships metrics to redis-metrics:6379 and other logs to redis-logs:6379?

Thanks, Andreas

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.