mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
30 lines
601 B
HTML
30 lines
601 B
HTML
---
|
|
title: logstash docs for codecs/oldlogstashjson
|
|
layout: content_right
|
|
---
|
|
<h2>oldlogstashjson</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 => oldlogstashjson {
|
|
}
|
|
}
|
|
}
|
|
</code></pre>
|
|
|
|
<h3> Details </h3>
|
|
|
|
|
|
<hr>
|
|
|
|
This is documentation from <a href="https://github.com/logstash/logstash/blob/v1.2.0.beta1/lib/logstash/codecs/oldlogstashjson.rb">lib/logstash/codecs/oldlogstashjson.rb</a>
|