|
4 | 4 | A codec plugin changes the data representation of an event. Codecs are essentially stream filters that can operate as part |
5 | 5 | of an input or output. |
6 | 6 |
|
7 | | -The following codec plugins are available below. For a list of Elastic supported plugins, please consult the https://www.elastic.co/support/matrix#show_logstash_plugins[Support Matrix]. |
| 7 | +For a list of Elastic supported plugins, check out the https://www.elastic.co/support/matrix#show_logstash_plugins[Support Matrix]. |
8 | 8 |
|
9 | 9 | |======================================================================= |
10 | 10 | | Plugin | Description | Github repository |
@@ -32,6 +32,7 @@ The following codec plugins are available below. For a list of Elastic supported |
32 | 32 | | <<plugins-codecs-netflow,netflow>> | Reads Netflow v5 and Netflow v9 data | https://github.com/logstash-plugins/logstash-codec-netflow[logstash-codec-netflow] |
33 | 33 | | <<plugins-codecs-nmap,nmap>> | Reads Nmap data in XML format | https://github.com/logstash-plugins/logstash-codec-nmap[logstash-codec-nmap] |
34 | 34 | | <<plugins-codecs-plain,plain>> | Reads plaintext with no delimiting between events | https://github.com/logstash-plugins/logstash-codec-plain[logstash-codec-plain] |
| 35 | +| <<plugins-codecs-pretty,pretty>> | Prints your event data using the Ruby Awesome Print library | https://github.com/logstash-plugins/logstash-codec-pretty[logstash-codec-pretty] |
35 | 36 | | <<plugins-codecs-protobuf,protobuf>> | Reads protobuf messages and converts to Logstash Events | https://github.com/logstash-plugins/logstash-codec-protobuf[logstash-codec-protobuf] |
36 | 37 | | <<plugins-codecs-rubydebug,rubydebug>> | Applies the Ruby Awesome Print library to Logstash events | https://github.com/logstash-plugins/logstash-codec-rubydebug[logstash-codec-rubydebug] |
37 | 38 | |======================================================================= |
@@ -108,6 +109,9 @@ include::codecs/nmap.asciidoc[] |
108 | 109 | :edit_url: https://github.com/logstash-plugins/logstash-codec-plain/edit/main/docs/index.asciidoc |
109 | 110 | include::codecs/plain.asciidoc[] |
110 | 111 |
|
| 112 | +:edit_url: https://github.com/logstash-plugins/logstash-codec-pretty/edit/main/docs/index.asciidoc |
| 113 | +include::codecs/pretty.asciidoc[] |
| 114 | + |
111 | 115 | :edit_url: https://github.com/logstash-plugins/logstash-codec-protobuf/edit/main/docs/index.asciidoc |
112 | 116 | include::codecs/protobuf.asciidoc[] |
113 | 117 |
|
|
0 commit comments