﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LogViewPlus Support » LogViewPlus Support » Features &amp; Suggestions  » Integrate docker container logs?</title><generator>InstantForum 2017-1 Final</generator><description>LogViewPlus Support</description><link>https://www.logviewplus.com/forum/</link><webMaster>LogViewPlus Support</webMaster><lastBuildDate>Mon, 27 Jul 2026 09:52:02 GMT</lastBuildDate><ttl>20</ttl><item><title>Integrate docker container logs?</title><link>https://www.logviewplus.com/forum/post/2577</link><description>Hi, &lt;br/&gt;I was wondering if there is already a way to integrate docker container logs?&lt;br/&gt;i.e. Logs pushed by docker containers to their Std Out/err.&lt;br/&gt;Basically the data from&lt;br/&gt;docker logs --follow my-container &lt;br/&gt;See &lt;a href="https://docs.docker.com/reference/cli/docker/container/logs/"&gt;&lt;a href="https://docs.docker.com/reference/cli/docker/container/logs/"&gt;https://docs.docker.com/reference/cli/docker/container/logs/&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;The issue is that the Application, which I am developing with, shifted towards Kubernetes. Thus, for local development setups it now uses a whole lot of composed Docker containers, which do not write logs to file anymore but write to Std Out/Err.&lt;br/&gt;Currently, I use Dozzle to get a view on the logs from my Docker setup. However, this is less than ideal.&lt;br/&gt;&lt;br/&gt;What I would really love is if I could -tail LogView Plus on "docker logs --follow my-container" or something alike.</description><pubDate>Thu, 23 Jul 2026 16:10:20 GMT</pubDate><dc:creator>Vankog</dc:creator></item><item><title>RE: Integrate docker container logs?</title><link>https://www.logviewplus.com/forum/post/2582</link><description>Thanks for the update Daniel.&lt;br/&gt;&lt;br/&gt;This is something we will need to investigate further as we consider an approach for docker / kubernetes.&amp;nbsp; I think these kinds of workarounds have been applied by other users in the past with mixed results.&amp;nbsp; What is needed here is a more comprehensive solution.&lt;br/&gt;&lt;br/&gt;Thanks again,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Thu, 23 Jul 2026 16:10:20 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Integrate docker container logs?</title><link>https://www.logviewplus.com/forum/post/2581</link><description>Thanks for considering this.&lt;br/&gt;&lt;br/&gt;Just some insights: I tinkered around yesterday.&lt;br/&gt;First, I tried serving the "docker logs ..." output as TCP and added it as a TCP log source in LogView.&lt;br/&gt;However, while the TCP endpoint served well, LogView had several issues working with that.&lt;br/&gt;For one, it had issues parsing the logstash JSON, because the stream started in the middle of a JSON object.&lt;br/&gt;Then it stopped working completely. Transfer logs looked fine, but LogView seemingly did not receive anything anmore. &lt;br/&gt;Further, I couldn't figure out how to assign an existing parser. The parsers only have file name patterns, but it seems they do not apply to other log source types.&lt;br/&gt;&lt;br/&gt;Then I found out that docker itself already writes these logs to file.&amp;nbsp;Docker's default logging driver is "json-file". It already writes every stdout/stderr line to a file. But these are located inside of the docker environment and are wrapped into an outer json format&lt;br/&gt;&lt;span id="if_insertedNode_1784706097709"&gt;[code language="JavaScript"]{"log":"{\"level\":\"INFO\",\"msg\":\"...\"}\n","stream":"stdout","time":"2026-07-21T10:00:00.123456789Z"}[/code]&lt;br/&gt;&lt;br/&gt;Lastly, instead of serving "docker logs..." as TCP, I just let the output write to files and simply watch the according directory in LogView.&lt;br/&gt;Interestingly, this workaround seems to be the most robust for now, even though I don't like the overhead of having to redirect everything to file.&lt;/span&gt;</description><pubDate>Wed, 22 Jul 2026 07:50:47 GMT</pubDate><dc:creator>Vankog</dc:creator></item><item><title>RE: Integrate docker container logs?</title><link>https://www.logviewplus.com/forum/post/2580</link><description>Hi Daniel,&lt;br/&gt;&lt;br/&gt;Thanks for the suggestion.&lt;br/&gt;&lt;br/&gt;I think there is tremendous value that we can add by moving in this direction - and a lot of people could potentially benefit.&amp;nbsp; Virtualized environments, such as docker and kubernetes, can be very difficult to manage.&amp;nbsp; Being able to easily navigate and view the logs would be a big help.&amp;nbsp; &lt;br/&gt;&lt;br/&gt;This is something we are considering, but we haven't yet settled on an approach.&amp;nbsp; I think this kind of functionality would make a great LogViewPlus 4.0, but it's difficult for me to put a timeline on that at the moment.&lt;br/&gt;&lt;br/&gt;Thanks again,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Tue, 21 Jul 2026 17:13:33 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item></channel></rss>