ANNOUNCE: hslogstash (library for working with Logstash and related tools)

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.

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
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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Felipe.
participants (2)
-
Felipe Almeida Lessa
-
Simon Marechal