fluentd-output-sumologic
fluentd-output-sumologic copied to clipboard
Fluentd output plugin to deliver logs or metrics to Sumo Logic.
**Edit:** Found the issue: I had failed to set `log_key` after the key changed from the default `message` to a non default value. I'm going to leave this open because...
This plugin doesn't inherit from `BufferedOutput` so the typical fluentd configuration options around tuning buffers are not available (e.g,. memory vs file, flush interval, etc) Is this intentional? It seems...
I've been evaluating sumo and this plugin. While using it, we noticed noise in the fluend logs like: ``` Unknown key: MAX-AGE = 604800 Unknown key: MAX-AGE = 604800 Unknown...
Prepare one example copnfiguration with proper comments and defaults included into it. This should follow approach we have in [opentelemetry collector](https://github.com/SumoLogic/sumologic-otel-collector/tree/abb158bbc87d95b6be86489cd406d43e0004941d/pkg/exporter/sumologicexporter#sumo-logic-exporter)
I'm trying to redirect application logs to the summologic collector. Installed plug-ing as mentioned in docs: gem install fluent-plugin-sumologic_output and fluent-gem install fluent-plugin-sumologic_output **What happened:** Getting following message in log:...
Are there any more information related to the `flush_interval` settings anywhere? - Is this only used for metrics? - What is the default if not set? https://github.com/SumoLogic/fluentd-output-sumologic#example-configuration
Before upgrading to 1.4.1, we used to dynamically set our Sumo source/host/category based on the K8s metadata, as follows: @type sumologic endpoint https://endpoint1.collection.us2.sumologic.com/receiver/v1/http/XXXX log_format json source_category **${record['kubernetes']['namespace_name']}** source_name **${record['kubernetes']['container_name']}** source_host...
From https://github.com/SumoLogic/fluentd-kubernetes-sumologic/issues/102