OpenTelemetry Support
...
Service Integration Guides
Server Logs to KloudMate

Server Logs to KloudMate Using Fluentbit

1min
this document provides a guide on how to send logs from from amazon ec2 instances/ azure vms / on premise servers to kloudmate using fluentbit in the described setup, fluentbit is used as the log exporting agent to send logs the ec2 system log files are generally stored in different file locations fluentbit will deliver those file logs to kloudmate step 1 prerequisites fluentbit binaries and packages as per your system requirement step 2 configure fluentbit to send telemetry data to kloudmate's 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 fluent bit service the instance logs will be successfully delivered to kloudmate