We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccde4b0 commit b4a6ec5Copy full SHA for b4a6ec5
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