hslogstash: A library to work with, or as, a logstash server

[ bsd3, library, logstash, system ] [ Propose Tags ]

This library contains a few modules that let you work with Logstash messages, read them from a Redis list, store them in or get them from Elasticsearch, and more.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.7.1, 0.4.2
Change log Changelog
Dependencies aeson (>=0.8 && <0.11), attoparsec (>=0.12 && <0.14), base (>=4.6 && <5), blaze-builder, bytestring, conduit (>=1.1.7 && <1.3), conduit-extra (>=1.1.9.1 && <1.2), containers, data-default, hedis, http-client, http-conduit, http-types, iconv, lens (>=4.12 && <4.14), lens-aeson (>=1.0.0.5 && <1.1), network, parallel-io (>=0.3.3 && <0.4), resourcet, stm, stm-chans, stm-conduit, stm-firehose (>=0.3.0), text, text-format, time (>=1.5 && <1.6), transformers (>=0.3 && <0.5), unordered-containers, vector, wai [details]
License BSD-3-Clause
Author Simon Marechal
Maintainer bartavelle@gmail.com
Category System, Logstash
Home page https://github.com/bartavelle/hslogstash
Source repo head: git clone git://github.com/bartavelle/hslogstash.git
Uploaded by SimonMarechal at 2015-09-26T07:31:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 10705 total (36 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-09-29 [all 2 reports]

Readme for hslogstash-0.4.2

[back to package description]

Hslogstash

This library is designed to let you work with logstash messages. It provides a LogstashMessage type, the instances that let you convert it from and to JSON, and some IO helpers.

It also includes several possibly useful functions for elasticsearch.