Skip to content

Commit 65d6c4e

Browse files
committed
Merge branch 'master' of github.com:gmr/fluent-plugin-json-in-json
2 parents d4714b8 + b4a6ec5 commit 65d6c4e

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)