<?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 search a exception in splunk which didn't occurred in past in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-exception-in-splunk-which-didn-t-occurred-in/m-p/516063#M144947</link>
    <description>&lt;P&gt;Like I said, finding something that has never happened before is a challenge.&amp;nbsp; The definition of "never" will depend on how far back your indexed data goes.&amp;nbsp; Because you'll be comparing a given event to all other events in your index(es) you can expect this to be very slow.&amp;nbsp; A simple example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=foo earliest=-1y
| stats count by _raw
| where count = 1
| fields - count&lt;/LI-CODE&gt;&lt;P&gt;This search will return all unique events from the "foo" index over the past year.&amp;nbsp; You can speed up the search by being more specific about what you search for.&amp;nbsp; Perhaps you only want events with "Exception" or "ERROR" in them, for instance.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 15:20:16 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-08-25T15:20:16Z</dc:date>
    <item>
      <title>How to search a exception in splunk which didn't occurred in past</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-exception-in-splunk-which-didn-t-occurred-in/m-p/516002#M144925</link>
      <description>&lt;P&gt;How to search a exception in splunk which didn't occurred in past&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 11:42:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-exception-in-splunk-which-didn-t-occurred-in/m-p/516002#M144925</guid>
      <dc:creator>koushik91</dc:creator>
      <dc:date>2020-08-25T11:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to search a exception in splunk which didn't occurred in past</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-exception-in-splunk-which-didn-t-occurred-in/m-p/516008#M144927</link>
      <description>Please say more about what you are trying to accomplish.&lt;BR /&gt;Understand that searching for something that did not happen is a challenge.</description>
      <pubDate>Tue, 25 Aug 2020 12:28:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-exception-in-splunk-which-didn-t-occurred-in/m-p/516008#M144927</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-08-25T12:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to search a exception in splunk which didn't occurred in past</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-exception-in-splunk-which-didn-t-occurred-in/m-p/516043#M144937</link>
      <description>&lt;P&gt;Hi richgalloway,&lt;/P&gt;&lt;P&gt;Yes, i want to search a exception which was not occurred in past. I am creating a Alert Notification for a exception which was not occurred in past. Please share me search query which you have&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 14:25:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-exception-in-splunk-which-didn-t-occurred-in/m-p/516043#M144937</guid>
      <dc:creator>koushik91</dc:creator>
      <dc:date>2020-08-25T14:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to search a exception in splunk which didn't occurred in past</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-exception-in-splunk-which-didn-t-occurred-in/m-p/516063#M144947</link>
      <description>&lt;P&gt;Like I said, finding something that has never happened before is a challenge.&amp;nbsp; The definition of "never" will depend on how far back your indexed data goes.&amp;nbsp; Because you'll be comparing a given event to all other events in your index(es) you can expect this to be very slow.&amp;nbsp; A simple example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=foo earliest=-1y
| stats count by _raw
| where count = 1
| fields - count&lt;/LI-CODE&gt;&lt;P&gt;This search will return all unique events from the "foo" index over the past year.&amp;nbsp; You can speed up the search by being more specific about what you search for.&amp;nbsp; Perhaps you only want events with "Exception" or "ERROR" in them, for instance.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 15:20:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-a-exception-in-splunk-which-didn-t-occurred-in/m-p/516063#M144947</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-08-25T15:20:16Z</dc:date>
    </item>
  </channel>
</rss>

