<?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 correlate log collection with specific Windows eventcode? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-correlate-log-collection-with-specific-Windows-eventcode/m-p/516557#M8367</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm trying to find a search to correlate (graph overlay) log collect with specific windows eventcode (4608 for windows is starting up ; 6005 :&lt;SPAN class="ILfuVd"&gt;&lt;SPAN class="hgKElc"&gt;The &lt;STRONG&gt;event&lt;/STRONG&gt; log service was started&lt;/SPAN&gt;&lt;/SPAN&gt; 6006 The Event log service was stopped)&lt;/P&gt;
&lt;P&gt;like this&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; host=machine | timechart count by host&lt;/LI-CODE&gt;
&lt;P&gt;and the other part would be&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;host=machine EventCode=4608 OR EventCode=6005 OR EventCode=6006  | timechart count by EventCode&lt;/LI-CODE&gt;
&lt;P&gt;I'm a little bit lost with appendcols /append/ join ...&lt;/P&gt;
&lt;P&gt;How can I do this? Thank you for your help&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 21:11:48 GMT</pubDate>
    <dc:creator>nicolsa</dc:creator>
    <dc:date>2020-08-27T21:11:48Z</dc:date>
    <item>
      <title>How to correlate log collection with specific Windows eventcode?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-correlate-log-collection-with-specific-Windows-eventcode/m-p/516557#M8367</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm trying to find a search to correlate (graph overlay) log collect with specific windows eventcode (4608 for windows is starting up ; 6005 :&lt;SPAN class="ILfuVd"&gt;&lt;SPAN class="hgKElc"&gt;The &lt;STRONG&gt;event&lt;/STRONG&gt; log service was started&lt;/SPAN&gt;&lt;/SPAN&gt; 6006 The Event log service was stopped)&lt;/P&gt;
&lt;P&gt;like this&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; host=machine | timechart count by host&lt;/LI-CODE&gt;
&lt;P&gt;and the other part would be&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;host=machine EventCode=4608 OR EventCode=6005 OR EventCode=6006  | timechart count by EventCode&lt;/LI-CODE&gt;
&lt;P&gt;I'm a little bit lost with appendcols /append/ join ...&lt;/P&gt;
&lt;P&gt;How can I do this? Thank you for your help&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 21:11:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-correlate-log-collection-with-specific-Windows-eventcode/m-p/516557#M8367</guid>
      <dc:creator>nicolsa</dc:creator>
      <dc:date>2020-08-27T21:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: correlate log collection with specific windows eventcode</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-correlate-log-collection-with-specific-Windows-eventcode/m-p/516564#M8368</link>
      <description>What is the desired output?</description>
      <pubDate>Thu, 27 Aug 2020 18:22:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-correlate-log-collection-with-specific-Windows-eventcode/m-p/516564#M8368</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-08-27T18:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: correlate log collection with specific windows eventcode</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-correlate-log-collection-with-specific-Windows-eventcode/m-p/516580#M8369</link>
      <description>&lt;P&gt;I believe the below search you shared should give you what you are expecting.&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;&lt;SPAN&gt;host=machine EventCode=4608 OR EventCode=6005 OR EventCode=6006&amp;nbsp; | timechart count by EventCode&amp;lt;/p&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 19:12:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-correlate-log-collection-with-specific-Windows-eventcode/m-p/516580#M8369</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-27T19:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: correlate log collection with specific windows eventcode</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-correlate-log-collection-with-specific-Windows-eventcode/m-p/516582#M8370</link>
      <description>&lt;P&gt;I'm searching to have a chart overlay. A curve representing the log collection (log event count) of the universal forwarder machine, and a column chart for windows eventcode for the same universal forwarder. the x-axis would be _time&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 19:20:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-correlate-log-collection-with-specific-Windows-eventcode/m-p/516582#M8370</guid>
      <dc:creator>nicolsa</dc:creator>
      <dc:date>2020-08-27T19:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: correlate log collection with specific windows eventcode</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-correlate-log-collection-with-specific-Windows-eventcode/m-p/516584#M8371</link>
      <description>&lt;P&gt;&lt;SPAN&gt;host=machine EventCode=4608 OR EventCode=6005 OR EventCode=6006&amp;nbsp; | chart count over _time by EventCode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;click on visualization format option go to y-axis choose count as chart overlay.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 19:23:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-correlate-log-collection-with-specific-Windows-eventcode/m-p/516584#M8371</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-27T19:23:30Z</dc:date>
    </item>
  </channel>
</rss>

