Skip to content

Commit e700a69

Browse files
committed
Add entry for codec-pretty
1 parent 56cf24d commit e700a69

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/plugins/codecs.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A codec plugin changes the data representation of an event. Codecs are essentially stream filters that can operate as part
55
of an input or output.
66

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].
88

99
|=======================================================================
1010
| Plugin | Description | Github repository
@@ -32,6 +32,7 @@ The following codec plugins are available below. For a list of Elastic supported
3232
| <<plugins-codecs-netflow,netflow>> | Reads Netflow v5 and Netflow v9 data | https://github.com/logstash-plugins/logstash-codec-netflow[logstash-codec-netflow]
3333
| <<plugins-codecs-nmap,nmap>> | Reads Nmap data in XML format | https://github.com/logstash-plugins/logstash-codec-nmap[logstash-codec-nmap]
3434
| <<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]
3536
| <<plugins-codecs-protobuf,protobuf>> | Reads protobuf messages and converts to Logstash Events | https://github.com/logstash-plugins/logstash-codec-protobuf[logstash-codec-protobuf]
3637
| <<plugins-codecs-rubydebug,rubydebug>> | Applies the Ruby Awesome Print library to Logstash events | https://github.com/logstash-plugins/logstash-codec-rubydebug[logstash-codec-rubydebug]
3738
|=======================================================================
@@ -108,6 +109,9 @@ include::codecs/nmap.asciidoc[]
108109
:edit_url: https://github.com/logstash-plugins/logstash-codec-plain/edit/main/docs/index.asciidoc
109110
include::codecs/plain.asciidoc[]
110111

112+
:edit_url: https://github.com/logstash-plugins/logstash-codec-pretty/edit/main/docs/index.asciidoc
113+
include::codecs/pretty.asciidoc[]
114+
111115
:edit_url: https://github.com/logstash-plugins/logstash-codec-protobuf/edit/main/docs/index.asciidoc
112116
include::codecs/protobuf.asciidoc[]
113117

0 commit comments

Comments
 (0)