<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to collect &amp;quot;Analytic and Debug logs&amp;quot; from Windows Event Log? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/238995#M46416</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;I am trying to get Splunk to read an "AD FS 2.0 Tracing/debug" log.&lt;BR /&gt;
When looking at the log in the Windows eventViewer, you have to enable the viewing by right clicking on "Applications and Services logs" select View and enable "Show Analytic and Debug logs".&lt;/P&gt;

&lt;P&gt;When looking at the eventlog properties, they show the name as "AD FS 2.0 Tracing/Debug"&lt;/P&gt;

&lt;P&gt;I paste that name into the inputs.conf, restart the Universal forwarder, and expects the logs to show up in my Splunk instance, sadly no logs show up.&lt;BR /&gt;
I have verified there are log entries when looking thru Winevent viewer.&lt;BR /&gt;
I get both the security log and an Admin log from the same server.&lt;/P&gt;

&lt;P&gt;Do I have to do something different when dealing with debug logs?&lt;/P&gt;

&lt;P&gt;My inputs.conf file for the server:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
evt_dc_name =
evt_dns_name =

[WinEventLog://AD FS 2.0/Admin]
index = wineventlog
disabled = 0

[WinEventLog://Security]
index = wineventlog
disabled = 0

[WinEventLog://AD FS 2.0 Tracing/Debug]
index = wineventlog
disabled = 0

[WinEventLog://AD FS 2.0 Tracing-Debug]
index = wineventlog
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks for the help. &lt;/P&gt;</description>
    <pubDate>Fri, 25 Nov 2016 14:20:14 GMT</pubDate>
    <dc:creator>las</dc:creator>
    <dc:date>2016-11-25T14:20:14Z</dc:date>
    <item>
      <title>How to collect "Analytic and Debug logs" from Windows Event Log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/238995#M46416</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;I am trying to get Splunk to read an "AD FS 2.0 Tracing/debug" log.&lt;BR /&gt;
When looking at the log in the Windows eventViewer, you have to enable the viewing by right clicking on "Applications and Services logs" select View and enable "Show Analytic and Debug logs".&lt;/P&gt;

&lt;P&gt;When looking at the eventlog properties, they show the name as "AD FS 2.0 Tracing/Debug"&lt;/P&gt;

&lt;P&gt;I paste that name into the inputs.conf, restart the Universal forwarder, and expects the logs to show up in my Splunk instance, sadly no logs show up.&lt;BR /&gt;
I have verified there are log entries when looking thru Winevent viewer.&lt;BR /&gt;
I get both the security log and an Admin log from the same server.&lt;/P&gt;

&lt;P&gt;Do I have to do something different when dealing with debug logs?&lt;/P&gt;

&lt;P&gt;My inputs.conf file for the server:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
evt_dc_name =
evt_dns_name =

[WinEventLog://AD FS 2.0/Admin]
index = wineventlog
disabled = 0

[WinEventLog://Security]
index = wineventlog
disabled = 0

[WinEventLog://AD FS 2.0 Tracing/Debug]
index = wineventlog
disabled = 0

[WinEventLog://AD FS 2.0 Tracing-Debug]
index = wineventlog
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks for the help. &lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 14:20:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/238995#M46416</guid>
      <dc:creator>las</dc:creator>
      <dc:date>2016-11-25T14:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to collect "Analytic and Debug logs" from Windows Event Log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/238996#M46417</link>
      <description>&lt;P&gt;Hi  las,&lt;BR /&gt;
you have to understand where your application puts its logs: in WinEventLog:Security or WinEventLog:Application?&lt;BR /&gt;
after you have to enable the relative monitoring&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Application]
disabled = 0
current_only = 0
checkpointInterval = 5
index = wineventlog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Security]
disabled = 0
current_only = 0
evt_resolve_ad_obj = 1
checkpointInterval = 5
index = wineventlog
ignoreOlderThan = 2d
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 14:28:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/238996#M46417</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-11-25T14:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to collect "Analytic and Debug logs" from Windows Event Log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/238997#M46418</link>
      <description>&lt;P&gt;Hi Giuseppe.&lt;/P&gt;

&lt;P&gt;The log is neither in the application, security or system logs.&lt;BR /&gt;
When I look at the properties for ADFS 2.0 admin log it shows this:&lt;BR /&gt;
Full Name:     AD FS 2.0/Admin&lt;BR /&gt;
This log is correctly indexed by Splunk&lt;/P&gt;

&lt;P&gt;When I look at the debug log it show the following:&lt;BR /&gt;
Full Name:    AD FS 2.0 Tracing/Debug&lt;BR /&gt;
This one is not indexed.&lt;/P&gt;

&lt;P&gt;Kind regards&lt;BR /&gt;
Lars&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 14:35:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/238997#M46418</guid>
      <dc:creator>las</dc:creator>
      <dc:date>2016-11-25T14:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to collect "Analytic and Debug logs" from Windows Event Log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/238998#M46419</link>
      <description>&lt;P&gt;are there AD FS 2.0 Tracing/Debug in WinEventViewer?&lt;BR /&gt;
Maybe Debug logging must be enabled by the application.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 14:40:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/238998#M46419</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-11-25T14:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to collect "Analytic and Debug logs" from Windows Event Log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/238999#M46420</link>
      <description>&lt;P&gt;I think this is the same problem as stcrispan has a question on here&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/443320/how-to-collect-windows-event-logs-that-are-not-fro.html"&gt;https://answers.splunk.com/answers/443320/how-to-collect-windows-event-logs-that-are-not-fro.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Kind regards&lt;BR /&gt;
Lars&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 15:04:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/238999#M46420</guid>
      <dc:creator>las</dc:creator>
      <dc:date>2016-11-25T15:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to collect "Analytic and Debug logs" from Windows Event Log?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/239000#M46421</link>
      <description>&lt;P&gt;OK - My ADFS team enabled this and they are dumping to a text file.  I'm picking them up with this stanza:&lt;/P&gt;

&lt;P&gt;[monitor://C:\Windows\System32\winevt\Logs\AD FS Tracing.evtx]&lt;/P&gt;

&lt;P&gt;I did not have to specify a sourcetype and this is what showed up:&lt;BR /&gt;
sourcetype="WinEventLog:AD FS Tracing/Debug"&lt;/P&gt;

&lt;P&gt;Our admins are not enabling Debug all of the time, because (as you expect, it sure generates events!)&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 13:24:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-collect-quot-Analytic-and-Debug-logs-quot-from-Windows/m-p/239000#M46421</guid>
      <dc:creator>wbfoxii</dc:creator>
      <dc:date>2019-03-06T13:24:46Z</dc:date>
    </item>
  </channel>
</rss>

