- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
About export .evt file format
christantoy
Path Finder
10-20-2012
02:27 AM
Gooday Splunkers!!!
Can you give me tips on how i can upload a .evt file to splunk?
Because i have a xxxx.evt here and how i can add as a data to splunk? and convert it as csv file.
i been reading this
http://docs.splunk.com/Documentation/Splunk/5.0/Data/Monitorwindowsdata
and it did not resolve mu issue
Thanks and Regards
Cris
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yannK

Splunk Employee
10-20-2012
09:54 PM
Usually you don't read directly the WindowsEventLogs, and use the special inputs that calls the windows system API.
However if you have evt files exported (not locked or touched by windows), you can to monitor them as regular files :
- please apply the correct sourcetype based on the actual log type ( by example WinEventLog:Application) see http://splunk-base.splunk.com/answers/37343/sourcetype-for-windows-event-logs
- please import the log file on the same OS version in order to translate them correctly see http://docs.splunk.com/Documentation/Splunk/5.0/Data/MonitorWindowsdata#Index_exported_event_log_.28...
