2012-04-17
10:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How to query a specific string in 'unknown devices' at Analysis / Query / Create new query ?
Hello, I would like to query all the unrecognized (Device type: unknown) messages text for a specific string (one word). May I ask some help about that at Analysis / Query / Create new query page what I should I choose as "Select table to access", and which row / field (deviceaddress, etc) am I need to fill with this string ? Thank you !
1 Reply
2012-04-26
08:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
hi Sib
Try to use LSDATA command from database server . Below an example for uknown device. Set correct time. If you know an IP put it insted of * behind : Result would be on d drives.
lsdata -events Syslog -me "put_specyfic_string_there" -time 20120101000000 20120223235959 -devices unknown:* > D:\unknown.txt
