No commit activity in last 3 years
No release in over 3 years
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install logstash-output-seq. This gem is not a stand-alone program
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 0.8
~> 0.10
~> 11.2
~> 3.0
~> 1.4
~> 1.3

Runtime

 Project Readme

Seq output plugin for Logstash

Travis Build Status Gem Version Coverage Status (master)

This is an output plugin for Logstash that publishes events to Seq.

It is fully free and fully open source. The license is MIT, meaning you are pretty much free to use it however you want in whatever way.

Usage

To install the Seq output plugin for Logstash:

# Logstash 2.3 and higher
${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-seq

The plugin has the following configuration options:

  • url (Required) - The Seq server URL (e.g. http://localhost:5341/)
  • api_key (Optional) - The Seq API key (if any) to use for authentication.
  • Any parameters from the Logstash HttpClient mix-in (e.g. configuring SSL behaviour, etc).

Docker

There is also a docker image available that has this plugin preinstalled.

Developing

Developing

Contributing

All contributions are welcome: ideas, patches, documentation, bug reports, complaints, and even something you drew up on a napkin.

For more information about contributing, see the CONTRIBUTING file.