Getting Data In

Getting info from the details tab within Server 2008 event logs.

JSapienza
Contributor

Does anyone know how to get the full output (including the details tab) or XML version of event logs out of Server 2008?
This is not very helpful in troubleshooting when I don't have the Details section:

Message=For more details for this event, please refer to the "Details" section

My input.conf:

[WinEventLog:Microsoft-Windows-CAPI2/Operational]
disabled = false

Actual captured event:

10/03/2012 03:42:48 PM
LogName=Microsoft-Windows-CAPI2/Operational
SourceName=Microsoft-Windows-CAPI2
EventCode=70
EventType=4
Type=Information
ComputerName=xxxxxxxx
User=SYSTEM
Sid=S-1-5-18
SidType=1
TaskCategory=Acquire Certificate Private Key
OpCode=Info
RecordNumber=207625
Keywords=Private Key
Message=For more details for this event, please refer to the "Details" section

Thanks !

Tags (1)
1 Solution

JSapienza
Contributor

Finally figured this one out. If you use wevtutil to dump the event log to XML it will show all details from the event. So, I ended up using a scripted input like such :

wevtutil qe Microsoft-Windows-CAPI2/Operational "/q:*[System[TimeCreated[timediff(@SystemTime)<=60000]]]" /F:xml

Its very Microsoft to not display the details in the text output and only in the XML format.

View solution in original post

glen_drivas
Explorer

If you use the Splunk Add-on for Microsoft Windows https://splunkbase.splunk.com/app/742/ you can use the following stanza in that app to capture the CAPI2 log.

[WinEventLog://Microsoft-Windows-CAPI2/Operational]
Sourcename=Microsoft-Windows-CAPI2
disabled = 0
renderXml = 1
current_only = 0
0 Karma

JSapienza
Contributor

Finally figured this one out. If you use wevtutil to dump the event log to XML it will show all details from the event. So, I ended up using a scripted input like such :

wevtutil qe Microsoft-Windows-CAPI2/Operational "/q:*[System[TimeCreated[timediff(@SystemTime)<=60000]]]" /F:xml

Its very Microsoft to not display the details in the text output and only in the XML format.

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...