You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
contactvaibhavmishra
changed the title
Getting "Unknown output plugin 'splunk_hec" after installation
Getting "Unknown output plugin 'sumologic" after installation
Dec 13, 2021
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: 2019-05-02 15:48:38 -0700 [info]: parsing config file is succeeded path="/etc/td-agent/td-agent.conf"
2021-12-13 20:33:34 +0000 [error]: config error file="/fluentd/etc/fluent.conf" error_class=Fluent::ConfigError error="Unknown output plugin 'sumologic'. Run 'gem search -rd fluent-plugin' to find plugins"
Environment:
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic
Fluentd.conf
`
<match .>
@type sumologic
endpoint https://collectors.us2.sumologic.com/receiver/v1/http/XXXX
log_format json
source_categoryAppLog
source_name FluentD
open_timeout 10
`
The text was updated successfully, but these errors were encountered: