hslogstash-0.1.0.0: A library to write structured messages to a logstash server.

Safe HaskellNone

Logstash.Message

Synopsis

Documentation

data LogstashMessage Source

The Logstash message, as described in https://github.com/logstash/logstash/wiki/logstash's-internal-message-format. Please not there is no timestamp, as the logstash server will add it.

emptyLSMessage :: Text -> LogstashMessageSource

As the name implies, this creates a dummy Logstash message, only updating the message field.

value2logstash :: Value -> Maybe LogstashMessageSource

This will try to convert an arbitrary JSON value into a LogstashMessage.