Advanced: Log processing
DeepSource let's you forward logs to a log aggregation system of your choice. This can be easily configured from the Config section of the Admin Console.
- To get started with log forwarding, check the
Enable exporting logs to an external destination
in the Config section.
- Upload a file with the output block of the Fluent Bit configuration file. A full list of available output plugins can be found here.
Log forwarding is only supported in standalone cluster installations.
Sample Configuration
This is a sample configuration for sending logs to an HTTP endpoint.
[OUTPUT]
Name http
Match *
Host 192.168.2.3
Port 80
URI /something