OpenTelemetry Support
...
Service Integration Guides
Redis Monitoring

Redis Logs to KloudMate Using Fluent Bit

2min
this document provides a guide on how to send redis logs to kloudmate, using fluentbit in the described setup, fluent bit is used as the log exporting agent to send logs the redis system log files are generally stored in different file locations fluentbit will deliver those file logs to kloudmate ps it is important to note, that you must point your path in the input section, to wherever file logs are written step 1 prerequisites fluentbit binaries and packages as per your system requirement step 2 configure fluentbit to send telemetry data to kloudmate backend \[service] flush 1 daemon off log level debug parsers file parsers conf plugins file plugins conf http server off http listen 0 0 0 0 http port 2020 storage metrics on \[input] name syslog path /tmp/in syslog buffer chunk size 32000 buffer max size 64000 receive buffer size 512000 \[output] name stdout match \[output] name opentelemetry match host otel kloudmate com port 4318 logs uri /v1/logs log response payload true header authorization \<auth token> tls on tls verify off \# add user defined labels add label db logs add label service name \<service name> after restarting the fluentbit service, redis logs will be successfully delivered to kloudmate