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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...