Hello, I am on Beta 3.1.18.
Given a web-access log, like attached web.log(.txt)
with this DsvParser pattern:
%d{Elapsed}|%S{remote address}|%S{remote user}|%S{host name}|%S{Port}|%S{runtime}|%S{path}|%S{user agent}|%S{cookie}|%S{referrer}|%S{session}|%S{request}|%S{response source server/cache}|%S{response status}|%S{receive time}|%S{wait time}|%S{processing time}|%S{resolve time}|%S{transfer time}|%S{request method}|%S{PGID}|%S{PGID state}|%S{personalized flag}|%S{request type}|%S{response size external:internal}|%S{transfer size}|%S{secure flag}|%S{robot flag}|%S{binary flag}|%S{response status}|%S{page name}%n
(already configured in an earlier version)
When I open such a file, the "Log File" column is duplicated 30(!) times and is displayed every two to three columns:
(also attached)
However, I am not sure that this is something that just popped up with the beta. It could be there longer, as I usually merge these web logs with app-logs right away.