Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fluent-plugin-https-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluent-plugin-https-client

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Fluent::Plugin::HTTPSClient

Output plugin for Fluentd, for sending records to an HTTP or HTTPS endpoint, with SSL, Proxy, and Header implementation.

Configuration Guide

<match *>
  type              https_client           
  endpoint_url      # endpoint_url 
  http_method       # get / post / put / delete defaults to post
  serializer        # json / form defaults to form
  include_timestamp # true / false defaults to false
  rate_limit_msec   # limit the rate in ms, defaults to 10 ms
  auth              # basic / none
  use_ssl           # true / false
  proxy_addr        # proxy url
  proxy_port        # proxy port
  username          # user name if auth is basic
  password          # password if auth is basic
  <header>          # HTTP headers (see examples below)
    Accept          application/json
    auth_token      my_secret
  </header>
</match>

Use Cases

  • send records to HTTP endpoints
  • send records to HTTPS endpoints
  • send events through proxy
  • send events by setting custom headers (header-based authentication, etc)

Credits

Exception Handling

FAQs

Package last updated on 13 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc