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

uninitialized constant Fluent::HttpInput (NameError) #1

Open
Khodesaeed opened this issue May 9, 2022 · 0 comments
Open

uninitialized constant Fluent::HttpInput (NameError) #1

Khodesaeed opened this issue May 9, 2022 · 0 comments

Comments

@Khodesaeed
Copy link

Hi,
I am getting this error with the configuration below:

Error:

lib/ruby/gems/2.7.0/gems/fluent-plugin-sentry-http-0.1.1/lib/fluent/plugin/in_sentry_http.rb:4:in `<module:Fluent>': uninitialized constant Fluent::HttpInput (NameError)
 Did you mean?  HTTPClient

Configuration:

  @type sentry_http
  port 80
  bind 192.168.50.45
  # <project 999>
  #   tag sentry.egg
  #   key 123
  #   secret 123
  # </project>
</source>

<match>
  @type file
  path /var/log/td-agent/sentry-logs
  format json
  append true
</match>
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

1 participant