msgpack

Milestone: 1

Synopsis

This is what it might look like in your config file:
# with an input plugin:
# you can also use this codec with an output.
input { 
  file {
    codec => msgpack {
      format => ... # string (optional), default: nil
    }
  }
}

Details

format

  • Value type is string
  • Default value is nil

This is documentation from lib/logstash/codecs/msgpack.rb