<?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: anomaly detection in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597078#M207844</link>
    <description>&lt;P&gt;This is not possible with standard graphs (as far as I am aware) - having said that, you could overlay a line at 5 so that it is obvious which point are above it&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2022 06:12:57 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-05-10T06:12:57Z</dc:date>
    <item>
      <title>How to select only specific values into search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/596961#M207790</link>
      <description>&lt;P&gt;Hi all, I have a table and I need to highlight the values that are greater than lets say 5 in a line graph. how to select only those specific values into search&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 17:18:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/596961#M207790</guid>
      <dc:creator>badrinath</dc:creator>
      <dc:date>2022-05-09T17:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: anomaly detection</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/596963#M207791</link>
      <description>&lt;LI-CODE lang="markup"&gt;your search
| where value &amp;gt; 5&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 09 May 2022 13:28:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/596963#M207791</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-09T13:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: anomaly detection</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/596967#M207795</link>
      <description>&lt;P&gt;This use case is not clear.&amp;nbsp; You have a table and want to make a line graph?&amp;nbsp; Do you want to highlight the anomalous values or select them?&lt;/P&gt;&lt;P&gt;If you know you only want values greater than 5 then a where clause should do the job.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;,,, | where myField &amp;gt; 5&lt;/LI-CODE&gt;&lt;P&gt;If you don't know what the threshold value should be then consider the anomalousvalue command.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... | anomalousvalue action=filter myField&lt;/LI-CODE&gt;&lt;P&gt;Do tell us more about the use so we can offer better answers.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 13:40:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/596967#M207795</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-09T13:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: anomaly detection</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597057#M207828</link>
      <description>&lt;P&gt;thanks for the reply, but actually I have this kind of values&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="badrinath_0-1652155181764.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19538iD9F16D23932F3F7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="badrinath_0-1652155181764.png" alt="badrinath_0-1652155181764.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and I am using this query&lt;/P&gt;&lt;P&gt;..... | bucket _time span=10m&lt;/P&gt;&lt;P&gt;| chart count by _time,country&lt;/P&gt;&lt;P&gt;and I got the result as shown below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="badrinath_1-1652155565927.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19539i48EF4EF6071F6F94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="badrinath_1-1652155565927.png" alt="badrinath_1-1652155565927.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;now when I convert it into a graph I wanted to highlight pints that are greater than 5 and also to filterout those points.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 04:08:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597057#M207828</guid>
      <dc:creator>badrinath</dc:creator>
      <dc:date>2022-05-10T04:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: anomaly detection</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597065#M207833</link>
      <description>&lt;LI-CODE lang="markup"&gt;| bin _time span=10m
| stats count by _time country
| where count &amp;gt; 5
| xyseries _time country count&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 May 2022 05:41:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597065#M207833</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-10T05:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: anomaly detection</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597068#M207836</link>
      <description>&lt;P&gt;thankyou, that worked but first I need to show the graph for all the data then highlight the points greater then 5 and then filter out those points.&lt;/P&gt;&lt;P&gt;this worked well for filtering but I need to highlight them also&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 05:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597068#M207836</guid>
      <dc:creator>badrinath</dc:creator>
      <dc:date>2022-05-10T05:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: anomaly detection</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597072#M207840</link>
      <description>&lt;P&gt;A graph is a visualisation of a table of data.&lt;/P&gt;&lt;P&gt;You can have a table with all the data and you can have another table with the filtered data - the visualisation isn't normally going to change from one table to the other.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 06:01:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597072#M207840</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-10T06:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: anomaly detection</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597074#M207841</link>
      <description>&lt;P&gt;In the graph with all the data I need to highlight only the points that are greater than 5 is it possible?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 06:06:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597074#M207841</guid>
      <dc:creator>badrinath</dc:creator>
      <dc:date>2022-05-10T06:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: anomaly detection</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597078#M207844</link>
      <description>&lt;P&gt;This is not possible with standard graphs (as far as I am aware) - having said that, you could overlay a line at 5 so that it is obvious which point are above it&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 06:12:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597078#M207844</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-10T06:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: anomaly detection</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597079#M207845</link>
      <description>&lt;P&gt;But I am using dashboard studio and I think overlay is not possible in it can you please conform&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 06:14:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597079#M207845</guid>
      <dc:creator>badrinath</dc:creator>
      <dc:date>2022-05-10T06:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: anomaly detection</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597081#M207846</link>
      <description>&lt;P&gt;I don't use Dashboard Studio due to such limitations!&lt;/P&gt;&lt;P&gt;If you are already using a line graph, it could just be another series in the table&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| bin _time span=10m
| stats count by _time country
| where count &amp;gt; 5
| xyseries _time country count
| eval threshold=5&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 May 2022 06:18:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597081#M207846</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-10T06:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: anomaly detection</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597082#M207847</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 06:24:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-select-only-specific-values-into-search/m-p/597082#M207847</guid>
      <dc:creator>badrinath</dc:creator>
      <dc:date>2022-05-10T06:24:42Z</dc:date>
    </item>
  </channel>
</rss>

