<?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: How to Grab Variance in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-Grab-Variance/m-p/557162#M158238</link>
    <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;With some minor modifications, it worked.&lt;BR /&gt;Appreciates.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 10:18:21 GMT</pubDate>
    <dc:creator>a_n</dc:creator>
    <dc:date>2021-06-25T10:18:21Z</dc:date>
    <item>
      <title>How to Grab Variance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Grab-Variance/m-p/557149#M158227</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am ingesting&amp;nbsp; files containing host and ports for each host.&lt;BR /&gt;&lt;BR /&gt;For each Source (FILE) The Nodes(host) and ports are being extracted and since I have many ports per node I have data as:&lt;BR /&gt;FILE #1, NodeX, Port: 443/tcp, 80/tcp,21/tcp (and more...)&lt;BR /&gt;--&amp;gt;using &lt;STRONG&gt;mvexpand&lt;/STRONG&gt;&amp;nbsp;for FILE#1 I have:&lt;BR /&gt;Node, Port&lt;BR /&gt;X, 443&lt;BR /&gt;X, 80&lt;BR /&gt;X,21&amp;nbsp;&lt;BR /&gt;--&amp;gt;for FILE#2 I have the same&lt;BR /&gt;--&amp;gt; for file #3, I have:&lt;BR /&gt;X, 443&lt;BR /&gt;X, 80&lt;BR /&gt;(one port is missing, or in other scenarios added)&lt;BR /&gt;so the count for &lt;STRONG&gt;Node X&lt;/STRONG&gt; per FILE will be&lt;BR /&gt;&lt;STRONG&gt;FILE,&amp;nbsp; &amp;nbsp; &amp;nbsp;Count&lt;/STRONG&gt;&lt;BR /&gt;File#1, 3&lt;BR /&gt;File#2, 3&lt;BR /&gt;File#3, 2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want to grab when there is a change in that count and raise an alert.&lt;BR /&gt;I managed to show it on chart, but as I have many nodes, the chart is not suitable.&lt;BR /&gt;Can any one advise the best way to grab this variance and set the alert?&lt;BR /&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 09:30:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Grab-Variance/m-p/557149#M158227</guid>
      <dc:creator>a_n</dc:creator>
      <dc:date>2021-06-25T09:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Grab Variance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Grab-Variance/m-p/557154#M158231</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| dedup source node port
| stats count by node port
| eventstats max(count) as sources by node port
| where count!= sources&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 25 Jun 2021 09:56:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Grab-Variance/m-p/557154#M158231</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-06-25T09:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Grab Variance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Grab-Variance/m-p/557162#M158238</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;With some minor modifications, it worked.&lt;BR /&gt;Appreciates.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 10:18:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Grab-Variance/m-p/557162#M158238</guid>
      <dc:creator>a_n</dc:creator>
      <dc:date>2021-06-25T10:18:21Z</dc:date>
    </item>
  </channel>
</rss>

