

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Log file pattern matching
I am looking to monitor a log file, but unable to filter the required string.
Sample Line
2017-02-28T16:16:30.685723+04:00 neengine Engine-01[542]: [2017-02-28 15:00:00] Devices with
Unsupported Browsers |FB103318|windows|Ajax|desktop|Windows 7 Professional SP1 (64 bits)|
28.02.2017@16:15:26|HP Compaq Elite 8400 SFF|
Filter which i am trying but which does not work
<*>nexthinkengine Engine-01[542]: <*.MSG1> |<*.HOST>|<*.MSG2>
I think this is not matching due to "|" since it is also an OR operator

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Use pattern:
<*>neengine Engine-01\[542\]: <*.MSG1> \|<*.HOST>\|<*.MSG2>
HOST becomes: FB103318
MSG1: [2017-02-28 15:00:00] Devices with Unsupported Browsers
MSG2: windows|Ajax|desktop|Windows 7 Professional SP1 (64 bits)|28.02.2017@16:15:26|HP Compaq Elite 8400 SFF|

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello @pHilp
I would like to know if the information provided was useful?
Please do not hesitate to let us know if you need something else.
Daniela Gómez Alvarado
Customer Support Engineer
If you find that this or any other post resolves your issue, please be sure to mark it as an accepted solution.
If you are satisfied with anyone’s response please remember to give them a KUDOS by clicking on the STAR at the bottom left of the post and show your appreciation.