Skip to content

tintoy/logstash-output-seq

Repository files navigation

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.