logstash_json v0.7.5 LogstashJson.Event
This module contains functions for generating and serializing logs events.
Link to this section Summary
Link to this section Functions
Link to this function
event(level, msg, ts, md, map)
Generate a log event from log data
Link to this function
format_fields(fields, metadata, field_overrides)
Link to this function
json(event)
Serialize a log event to a JSON string
Link to this function