<?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 Re: Need to re-create similar data chart within splunk with Windows Event ID's in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151685#M30871</link>
    <description>&lt;P&gt;MuS,&lt;/P&gt;

&lt;P&gt;I downloaded and got the app running, cloned the Table with data bars but I apologize I'm still quite new to splunk. I tried modifying the search string in the source of my clone data table, but I'm still not able to pull any results into the charts... &lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2014 14:41:07 GMT</pubDate>
    <dc:creator>jagasiab</dc:creator>
    <dc:date>2014-12-17T14:41:07Z</dc:date>
    <item>
      <title>Need to re-create similar data chart within splunk with Windows Event ID's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151681#M30867</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;

&lt;P&gt;I'm trying to re-create a similar bar chart as seen below, within splunk. &lt;/P&gt;

&lt;P&gt;Example: &lt;A href="http://i.imgur.com/9o2ppBB.jpg"&gt;http://i.imgur.com/9o2ppBB.jpg&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;As you can see, it would list event ID's, with the count and percentile of events occurred. We have about 38 event ID's that would need be calculated.&lt;/P&gt;

&lt;P&gt;Any assistance would be beneficial, as I do not yet quite understand the language splunk speaks.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2014 14:13:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151681#M30867</guid>
      <dc:creator>jagasiab</dc:creator>
      <dc:date>2014-12-16T14:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-create similar data chart within splunk with Windows Event ID's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151682#M30868</link>
      <description>&lt;P&gt;Hi jagasiab,&lt;/P&gt;

&lt;P&gt;try something like this, assuming you have a field for your event ID's called &lt;CODE&gt;EventCode&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* sourcetype="WinEventLog:Security" | stats count AS myCount by EventCode, host | eventstats sum(myCount) as total | eval percent = round(myCount/total, 2)  | fields - total
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope this helps to get you started ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2014 14:19:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151682#M30868</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-12-16T14:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-create similar data chart within splunk with Windows Event ID's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151683#M30869</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks MuS for the reply however I'm going to need a little more assistance, if I can get a search report with the template of what I'm asking, I can probably work my way from there.&lt;/P&gt;

&lt;P&gt;Thanks, &lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2014 16:54:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151683#M30869</guid>
      <dc:creator>jagasiab</dc:creator>
      <dc:date>2014-12-16T16:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-create similar data chart within splunk with Windows Event ID's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151684#M30870</link>
      <description>&lt;P&gt;Install this app &lt;A href="https://apps.splunk.com/app/1603/"&gt;https://apps.splunk.com/app/1603/&lt;/A&gt; take a closer look at the &lt;CODE&gt;Table with data bars&lt;/CODE&gt; example and use my provided search in it; this should get you started ...&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 07:44:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151684#M30870</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-12-17T07:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-create similar data chart within splunk with Windows Event ID's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151685#M30871</link>
      <description>&lt;P&gt;MuS,&lt;/P&gt;

&lt;P&gt;I downloaded and got the app running, cloned the Table with data bars but I apologize I'm still quite new to splunk. I tried modifying the search string in the source of my clone data table, but I'm still not able to pull any results into the charts... &lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 14:41:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151685#M30871</guid>
      <dc:creator>jagasiab</dc:creator>
      <dc:date>2014-12-17T14:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-create similar data chart within splunk with Windows Event ID's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151686#M30872</link>
      <description>&lt;P&gt;I found some Windows events on my indexer and was able to use this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* sourcetype="WinEventLog:Security" | top limit=0 EventCode
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;adapt the search to your needs like different index or maybe sourcetype&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 14:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151686#M30872</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-12-17T14:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-create similar data chart within splunk with Windows Event ID's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151687#M30873</link>
      <description>&lt;P&gt;Fantastic! That's what I was looking for...It's producing what I want... now I need to figure out how to start narrowing it down per each event code that is required to be audited, and the host the data is incoming from. How would I go about narrowing my search to an couple of event codes to chart out?&lt;/P&gt;

&lt;P&gt;Thanks again MuS!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:31:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151687#M30873</guid>
      <dc:creator>jagasiab</dc:creator>
      <dc:date>2014-12-17T15:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need to re-create similar data chart within splunk with Windows Event ID's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151688#M30874</link>
      <description>&lt;P&gt;see my updated answer and please mark this as answered if this answers your question &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 16:04:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-re-create-similar-data-chart-within-splunk-with-Windows/m-p/151688#M30874</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-12-17T16:04:41Z</dc:date>
    </item>
  </channel>
</rss>

