Skip to content

Commit 7394f23

Browse files
authored
Merge pull request #45108 from ankushnitcode/bug_fix_logstash_doc
Logstash conf file fix
2 parents 28e15f4 + 99a12d9 commit 7394f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/centralized-log-management.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ For this you can use the same `docker-compose.yml` file as above but with a diff
250250
input {
251251
tcp {
252252
port => 4560
253-
coded => json
253+
codec => json
254254
}
255255
}
256256

0 commit comments

Comments
 (0)