Hey community,
I have an issue with a Logfile I want to read in with the LogFileSource - operator.
Here the XML-Code of the operator:
<operator name="xxx" class="LogFileSource">
<parameter key="config_file" value="/Users/xxx/ConfigurationFile.xml"/>
<parameter key="log_dir" value="/Users/xxx"/>
<parameter key="filetype_filter" value="ico|gif|jpg|jpeg|css|js|GIF|JPG|png|PNG|flash|xml|Xml|DropIT|Default|Login|axd|404|edit|robots|util|css|NotFound|Util|PlugIn|Sites|admin|Templates|templates|bmp|pdf"/>
<parameter key="only_HTTP_200" value="true"/>
<list key="browser_matcher">
</list>
<list key="os_matcher">
</list>
<list key="language_matcher">
</list>
</operator>
Here the line in the file which causes the problem:
2010-03-09 00:37:48 141.76.45.35 - W3SVC9 SEAREWS002 192.168.97.8 80 GET /NotFound.aspx 404;
http://www.are360.com/sv/upplevelser/Skidakning-Alpint/Are/[glow=yellow,2,300]ctl00_ã≤∂Êr,w+HÕèæ30ûfi®8Ø?∏95?.ÜCMÖ^iâGy∞uˇÜTõd¡´•´∑˚Q‡⁄¬Ñ7ù˜Æ∆}∆ü,fm[/glow] 500 0 1596 281 16 HTTP/1.1 www.are360.com - - -
As you can see there are many special characters in this log. For the URI should be valid (at least the underlined part) these characters should not be allowed.
When reading in the file the Message viewer always writes the "WARNING: could not read line" message.
Can anyone help?
Regards,
Are