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.7 && <0.8), attoparsec (>=0.10 && <0.11), base (>=4.6 && <4.8), blaze-builder (>=0.3 && <0.4), bytestring (>=0.10 && <0.11), conduit (>=1.0.9 && <1.1), containers (>=0.5 && <0.6), data-default, hedis (>=0.6 && <0.7), http-conduit (>=2.0 && <2.1), http-types (>=0.8 && <0.9), iconv (>=0.4 && <0.5), lens (>=4 && <4.1), network (>=2.4 && <2.5), network-conduit (>=1.0 && <1.1), parallel-io (>=0.3 && <0.4), stm (>=2.4 && <2.5), stm-chans (>=3.0 && <3.1), stm-conduit (>=2.1 && <2.2), stm-firehose (>=0.1.4 && <0.2), text (>=0.11 && <1.2), text-format (>=0.3 && <0.4), time (>=1.4 && <1.5), transformers (>=0.3 && <0.4), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.11), wai (>=2.0 && <2.1) [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 2014-02-13T12:57:49Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 10670 total (38 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed [all 1 reports]

Readme for hslogstash-0.3.7

[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.