New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fluent-plugin-seq

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluent-plugin-seq

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

fluent-plugin-seq

Fluentd output plugin for Seq.

This plugin takes the following parameters:

  • host: The Seq server's hostname (required)
  • port: The Seq server's port (default: 5341)
  • scheme: "http" or "https" (default: http)
  • path: The base path for the Seq server, if not in the URL root (optional, default: nil)
  • api_key: An API key for the Seq HTTP API (optional, default: nil)
  • default_level: The default level for records with unknown levels (default: DEBUG)

Installation

RubyGems

$ gem install fluent-plugin-seq

Bundler

Add following line to your Gemfile:

gem "fluent-plugin-seq"

And then execute:

$ bundle

Configuration

You can generate configuration template:

$ fluent-plugin-config-format output seq

You can copy and paste generated documents here.

  • Copyright © 2023 - Kryon Systems
  • License
    • Apache License, Version 2.0

FAQs

Package last updated on 29 Jan 2023

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