We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4714b8 + b4a6ec5 commit 65d6c4eCopy full SHA for 65d6c4e
1 file changed
README.md
@@ -1,7 +1,7 @@
1
# fluent-plugon-json-in-json
2
3
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
+example, given a docker log of ``{"log": "{\"foo\": \"bar\"}"}``, the log record
5
will be parsed into ``{:log => { :foo => "bar" }}``.
6
7
## Installation
0 commit comments