- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Pulling logs out of database for ESI work
Hi can anyone please let me know how to pull logs out of the database to use with the ESI tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
lsdata -events ParsedCsv -time 20100701 now -devices x.x.x.x is this correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
ESI online help has a small chapter on this. see if this helps?
"Use LSData to Obtain a Log File in Syslog Format"
Before using the LSData utility, you must push the logs from the event source that you want to integrate into enVision using the configured protocol.
To use lsdata to obtain a file in syslog format:
- On any enVision appliance, open a new command shell, and change directories to ..\nic\enVisionVersionNumber\SystemName\bin\.
- Type:
lsdata -events Syslog options -time start end -devices "devicespec"
where:
start is the starting time of returned data.
end is the ending time of returned data.
"devicespec" is the specification for an event source. You can enter more than one "devicespec" value in the command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Just for completeness:
lsdata -d 0 -time hour now -devices "foo" > e:\tempfolder\foodevice.unx
ESI will then ask you if you received these logs from lsdata.
