Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting "Unknown output plugin 'sumologic" after installation #72

Open
contactvaibhavmishra opened this issue Dec 13, 2021 · 0 comments

Comments

@contactvaibhavmishra
Copy link

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:

  • Ruby version : ruby 3.0.1p64
  • Distributor ID: Ubuntu
    Description: Ubuntu 18.04.6 LTS
    Release: 18.04
    Codename: bionic
  • Fluentd plugin version : fluent-plugin-sumologic_output-1.7.3

image

Fluentd.conf
`
@type forward
port 24224
bind 0.0.0.0

<match .>
@type sumologic
endpoint https://collectors.us2.sumologic.com/receiver/v1/http/XXXX
log_format json
source_categoryAppLog
source_name FluentD
open_timeout 10

`

@contactvaibhavmishra contactvaibhavmishra changed the title Getting "Unknown output plugin 'splunk_hec" after installation Getting "Unknown output plugin 'sumologic" after installation Dec 13, 2021
@andrzej-stencel andrzej-stencel removed their assignment May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants