Skip to content

Commit b4a6ec5

Browse files
committed
Update README.md
1 parent ccde4b0 commit b4a6ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# fluent-plugon-json-in-json
22

33
This fluentd parser plugin parses JSON log lines with nested JSON strings. For
4-
example, given a docker log of ``{"log": "{\"foo\": \"bar\"}"}, the log record
4+
example, given a docker log of ``{"log": "{\"foo\": \"bar\"}"}``, the log record
55
will be parsed into ``{:log => { :foo => "bar" }}``.
66

77
## Installation

0 commit comments

Comments
 (0)