[Haskell-cafe] ANNOUNCE: hslogstash (library for working with Logstash and related tools)
Felipe Almeida Lessa
felipe.lessa at gmail.com
Fri Jan 25 18:00:02 CET 2013
For someone as lazy as myself:
http://hackage.haskell.org/package/hslogstash
https://github.com/bartavelle/hslogstash
Cheers,
On Fri, Jan 25, 2013 at 2:48 PM, Simon Marechal <simon at banquise.net> wrote:
> This is a library for sysadmins and/or tool writers. It provides proper
> types and correct serialization for Logstash messages, along with small
> utilities for working with ElasticSearch or Redis (using hedis). This
> library focus will be on safety (no messages lost).
>
> Right now, it can be used to:
> * send properly formated messages to Logstash
> * read Logstash messages from Redis or any socket
> * write Logstash messages to ElasticSearch or any socket
>
> This is the work of a sysadmin, thus very likely to be horrible to read.
> Suggestions are very welcome.
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
--
Felipe.
More information about the Haskell-Cafe
mailing list