<?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 make a search for some analytics with SPL? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-search-for-some-analytics-with-SPL/m-p/656201#M111146</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need some analytics result in Splunk but i couldn't achieve. Here what i need.&lt;/P&gt;&lt;P&gt;1) Which EventIDs is repeated in which hostnames? I need this count based. EventID, Hostname and Count&lt;/P&gt;&lt;P&gt;2) Which EventIDs is used in which alerts (correleation searches and saved searches)? EventID, Alert Name&lt;/P&gt;&lt;P&gt;3) Which EventIDs triggered which alerts? EventID, Alert Name and count&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2023 07:05:49 GMT</pubDate>
    <dc:creator>10061987</dc:creator>
    <dc:date>2023-08-31T07:05:49Z</dc:date>
    <item>
      <title>How to make a search for some analytics with SPL?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-search-for-some-analytics-with-SPL/m-p/656201#M111146</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need some analytics result in Splunk but i couldn't achieve. Here what i need.&lt;/P&gt;&lt;P&gt;1) Which EventIDs is repeated in which hostnames? I need this count based. EventID, Hostname and Count&lt;/P&gt;&lt;P&gt;2) Which EventIDs is used in which alerts (correleation searches and saved searches)? EventID, Alert Name&lt;/P&gt;&lt;P&gt;3) Which EventIDs triggered which alerts? EventID, Alert Name and count&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 07:05:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-search-for-some-analytics-with-SPL/m-p/656201#M111146</guid>
      <dc:creator>10061987</dc:creator>
      <dc:date>2023-08-31T07:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a search for some analytics with SPL?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-search-for-some-analytics-with-SPL/m-p/656203#M111147</link>
      <description>&lt;P&gt;I found 1. item with this search.&lt;/P&gt;&lt;P&gt;index=wineventlog&lt;BR /&gt;| stats count by EventCode, host&lt;BR /&gt;| where count &amp;gt; 1&lt;BR /&gt;| sort -count&lt;BR /&gt;| table EventCode, host, count&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need 2 and 3rd items&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 07:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-search-for-some-analytics-with-SPL/m-p/656203#M111147</guid>
      <dc:creator>10061987</dc:creator>
      <dc:date>2023-08-31T07:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a search for some analytics with SPL?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-search-for-some-analytics-with-SPL/m-p/656206#M111148</link>
      <description>&lt;P&gt;I tried below search for 2nd question but didn't work.&lt;/P&gt;&lt;P&gt;P.S: In my environment we parsed EventID as EventCode&lt;/P&gt;&lt;P&gt;| rest /services/saved/searches&lt;BR /&gt;| search is_scheduled=1 OR alert_type=1&lt;BR /&gt;| table title, actions&lt;BR /&gt;| mvexpand actions&lt;BR /&gt;| rex field=actions ".*EventCode=(?&amp;lt;EventCode&amp;gt;\d+).*"&lt;BR /&gt;| stats count by EventCode, title&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me..&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 07:32:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-search-for-some-analytics-with-SPL/m-p/656206#M111148</guid>
      <dc:creator>10061987</dc:creator>
      <dc:date>2023-08-31T07:32:52Z</dc:date>
    </item>
  </channel>
</rss>

