logstash/docs/1.2.0.beta1/codecs/msgpack.html
2013-08-26 23:22:57 -07:00

45 lines
811 B
HTML

---
title: logstash docs for codecs/msgpack
layout: content_right
---
<h2>msgpack</h2>
<h3>Milestone: <a href="../plugin-milestones">1</a></h3>
<h3> Synopsis </h3>
This is what it might look like in your config file:
<pre><code># with an input plugin:
# you can also use this codec with an output.
input {
file {
codec =&gt; msgpack {
<a href="#format">format</a> => ... # string (optional), default: nil
}
}
}
</code></pre>
<h3> Details </h3>
<h4>
<a name="format">
format
</a>
</h4>
<ul>
<li> Value type is <a href="../configuration#string">string</a> </li>
<li> Default value is nil </li>
</ul>
<hr>
This is documentation from <a href="https://github.com/logstash/logstash/blob/v1.2.0.beta1/lib/logstash/codecs/msgpack.rb">lib/logstash/codecs/msgpack.rb</a>