<?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 exclude values from evaluation ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-values-from-evaluation/m-p/337827#M163261</link>
    <description>&lt;P&gt;It shows the first 1500 items.. &lt;BR /&gt;
and my trans_time values are not continiuos like (1, 2, 3, 4 ..3tc..) they are more like 1, 8, 4, 13, 19  ...)&lt;BR /&gt;
I just need to make sure that I operate only on values from trans_time field whose value is less than 1500.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 17:54:41 GMT</pubDate>
    <dc:creator>zacksoft</dc:creator>
    <dc:date>2020-09-29T17:54:41Z</dc:date>
    <item>
      <title>How to exclude values from evaluation ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-values-from-evaluation/m-p/337825#M163259</link>
      <description>&lt;P&gt;I have a list of values for trans_time field ranging from 0 to 45000 (not continious values). &lt;BR /&gt;
I am performing some calculations on it such as average, summation etc...&lt;BR /&gt;&lt;BR /&gt;
I only want to perform my eval calculations on values from until 1500.   I have sorted the trans_time field. How to set up the condition such as all the follow up evals will only be calculated  from 0 to 1500. All the values above should just be excluded.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:52:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-values-from-evaluation/m-p/337825#M163259</guid>
      <dc:creator>zacksoft</dc:creator>
      <dc:date>2020-09-29T17:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude values from evaluation ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-values-from-evaluation/m-p/337826#M163260</link>
      <description>&lt;P&gt;have you tried&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| sort 1500 -_time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Jan 2018 14:10:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-values-from-evaluation/m-p/337826#M163260</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-29T14:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude values from evaluation ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-values-from-evaluation/m-p/337827#M163261</link>
      <description>&lt;P&gt;It shows the first 1500 items.. &lt;BR /&gt;
and my trans_time values are not continiuos like (1, 2, 3, 4 ..3tc..) they are more like 1, 8, 4, 13, 19  ...)&lt;BR /&gt;
I just need to make sure that I operate only on values from trans_time field whose value is less than 1500.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:54:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-values-from-evaluation/m-p/337827#M163261</guid>
      <dc:creator>zacksoft</dc:creator>
      <dc:date>2020-09-29T17:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude values from evaluation ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-values-from-evaluation/m-p/337828#M163262</link>
      <description>&lt;P&gt;If you want to exclude from your calculations all events where &lt;CODE&gt;trans_time&amp;lt;=1500&lt;/CODE&gt;, then you can add exactly that to your base search. So, for example, if your base search was &lt;CODE&gt;index=main sourcetype=some_data&lt;/CODE&gt;, then you would change it to &lt;CODE&gt;index=main sourcetype=some_data trans_time&amp;lt;=1500&lt;/CODE&gt;. If the &lt;CODE&gt;trans_time&lt;/CODE&gt; field doesn't appear in your base search and is created by calculations earlier in the search pipeline, then you can add &lt;CODE&gt;| search trans_time&amp;lt;=1500&lt;/CODE&gt; after the field is created.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 14:33:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-values-from-evaluation/m-p/337828#M163262</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2018-01-29T14:33:34Z</dc:date>
    </item>
  </channel>
</rss>

