<?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: Search to identify the most volatile values in a field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-to-identify-the-most-volatile-values-in-a-field/m-p/497303#M138524</link>
    <description>&lt;P&gt;1000s of values?&lt;BR /&gt;
I don't  understand 1.25 is  1000s of values.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2020 12:48:48 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-03-18T12:48:48Z</dc:date>
    <item>
      <title>Search to identify the most volatile values in a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-to-identify-the-most-volatile-values-in-a-field/m-p/497302#M138523</link>
      <description>&lt;P&gt;Hello Splunkers!&lt;/P&gt;

&lt;P&gt;I have the following fields being populated by 1000s of values every 1 minute:&lt;/P&gt;

&lt;P&gt;Name Cost&lt;/P&gt;

&lt;P&gt;E.g.&lt;BR /&gt;
Luke 1.25&lt;BR /&gt;
Luke 1.22&lt;BR /&gt;
Dave 2.45&lt;BR /&gt;
Dave 2.57&lt;/P&gt;

&lt;P&gt;Bearing in mind, there are over 1000 Cost values coming in for each Name each minute, I want to identify the biggest movers in terms of Cost over a 5 minute period thereby identifying the most volatile Names in a timechart.&lt;/P&gt;

&lt;P&gt;Can anyone tell me how I would do this please? &lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 10:39:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-to-identify-the-most-volatile-values-in-a-field/m-p/497302#M138523</guid>
      <dc:creator>luke222010</dc:creator>
      <dc:date>2020-03-18T10:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Search to identify the most volatile values in a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-to-identify-the-most-volatile-values-in-a-field/m-p/497303#M138524</link>
      <description>&lt;P&gt;1000s of values?&lt;BR /&gt;
I don't  understand 1.25 is  1000s of values.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 12:48:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-to-identify-the-most-volatile-values-in-a-field/m-p/497303#M138524</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-03-18T12:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Search to identify the most volatile values in a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-to-identify-the-most-volatile-values-in-a-field/m-p/497304#M138525</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... earliest=-5m latest=now | stats range(Cost) AS volatility BY Name
| sort 0 - volatility
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also maybe this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... earliest=-24h latest=now | streamstats time_window=5m range(Cost) AS volatility BY Name
| sort 0 - volatility
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:31:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-to-identify-the-most-volatile-values-in-a-field/m-p/497304#M138525</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-18T14:31:56Z</dc:date>
    </item>
  </channel>
</rss>

