How do to use fluentD to parse multi-line docker logs? How do to use fluentD to parse multi-line docker logs? docker docker

How do to use fluentD to parse multi-line docker logs?


Tkwon123 - Am i correct that you want to write JSON logs in your docker containers and have each JSON object show up as 1 log in kibana?

If I am understanding you correctly it seems like you just need to make sure your JSON logs are being printed with only an ending carriage return. In looking at your screen shot it sort of looks like you may be pretty printing the JSON object which is breaking it apart over multiple lines.

Hope i understood your question.