﻿<?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  » regex parser?</title><generator>InstantForum 2017-1 Final</generator><description>LogViewPlus Support</description><link>https://www.logviewplus.com/forum/</link><webMaster>LogViewPlus Support</webMaster><lastBuildDate>Tue, 28 Apr 2026 11:51:05 GMT</lastBuildDate><ttl>20</ttl><item><title>regex parser?</title><link>https://www.logviewplus.com/forum/post/68</link><description>Hi.&lt;br/&gt;&lt;br/&gt;Maybe I just haven't discovered how to do it yet, but is there any way to parse a logfile using standard regular expressions?&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;logPhreak&lt;br/&gt;</description><pubDate>Thu, 25 Apr 2019 06:04:37 GMT</pubDate><dc:creator>logphreak</dc:creator></item><item><title>RE: regex parser?</title><link>https://www.logviewplus.com/forum/post/146</link><description>No problem.  Please let me know if you have any further issues or suggestions.&lt;br/&gt;&lt;br/&gt;...and thanks for the feedback!&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Thu, 25 Apr 2019 06:04:37 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: regex parser?</title><link>https://www.logviewplus.com/forum/post/145</link><description>Thank you for adding this feature! &amp;nbsp;I am busy with other projects at the moment, but will give it a try as soon as I can.&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;logPhreak&lt;br/&gt;</description><pubDate>Thu, 25 Apr 2019 01:52:56 GMT</pubDate><dc:creator>logphreak</dc:creator></item><item><title>RE: regex parser?</title><link>https://www.logviewplus.com/forum/post/138</link><description>Hi logPhreak,&lt;br/&gt;&lt;br/&gt;I just wanted to let you know that we have added a new RegexParser to the latest BETA release of LogViewPlus - v2.3.6. The RegexParser has a significant performance disadvantage compared to the PatternParser, but it also offers a lot more power and parsing flexibility so I think it is a great addition. &lt;br/&gt;&lt;br/&gt;The RegexParser is based on named groups where the name of the group corresponds to the name of a conversion specifier (see:&amp;nbsp;&lt;a href="https://www.logviewplus.com/docs/advanced_specifiers.html"&gt;https://www.logviewplus.com/docs/advanced_specifiers.html&lt;/a&gt; ).&amp;nbsp; You can also just use a random name and this will be treated as a "string" column.&lt;br/&gt;&lt;br/&gt;For example, the log line:&lt;br/&gt;&lt;i&gt;2018-02-13 00:50:38,282 [Thread_13] TRACE MessageBus - Executing SQL statements.&lt;/i&gt;&lt;br/&gt;&lt;br/&gt;Could be parsed with:&lt;br/&gt;&lt;i&gt;(?&amp;lt;date&amp;gt;.*?) \[(?&amp;lt;thread&amp;gt;.*?)\] (?&amp;lt;priority&amp;gt;.*?) (?&amp;lt;logger&amp;gt;.*?) - (?&amp;lt;message&amp;gt;.*)&lt;/i&gt;&lt;br/&gt;&lt;br/&gt;Alternatively, if the date format is not recognized automatically, you could use:&lt;br/&gt;&lt;i&gt;(?&amp;lt;date{yyyy-MM-dd %H:mm:ss,fff}&amp;gt;.*?) \[(?&amp;lt;thread&amp;gt;.*?)\] (?&amp;lt;priority&amp;gt;.*?) (?&amp;lt;logger&amp;gt;.*?) - (?&amp;lt;message&amp;gt;.*)&lt;/i&gt;&lt;br/&gt;&lt;br/&gt;I hope that makes sense.&amp;nbsp; Documentation for this feature is still pending.&amp;nbsp; Please let me know if you have any questions or issues.&lt;br/&gt;&lt;br/&gt;Thanks for the feedback!&lt;br/&gt;&lt;br/&gt;Toby&lt;br/&gt;</description><pubDate>Wed, 24 Apr 2019 19:31:15 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: regex parser?</title><link>https://www.logviewplus.com/forum/post/72</link><description>Awesome!&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;logPhreak&lt;br/&gt;</description><pubDate>Wed, 30 Jan 2019 17:15:27 GMT</pubDate><dc:creator>logphreak</dc:creator></item><item><title>RE: regex parser?</title><link>https://www.logviewplus.com/forum/post/70</link><description>Hi logPhreak,&lt;br/&gt;&lt;br/&gt;A regex parser is a good idea.&amp;nbsp; It is not something that we currently support as we have found the PatternParser sufficient for most log files.&amp;nbsp; However the PatternParser does have a learning curve and some of our customers are already familiar with regex - so I think a regex parser makes sense.&lt;br/&gt;&lt;br/&gt;We are a bit late in the current release cycle, but I think this is something we can look into for the following release. &lt;br/&gt;&lt;br/&gt;Thanks, &lt;br/&gt;&lt;br/&gt;Toby </description><pubDate>Wed, 30 Jan 2019 16:30:41 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item></channel></rss>