<?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 Conditioning based on date in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/598554#M208424</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you very much! I made a mistake in my data example. The&lt;STRONG&gt; "&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;last_fixed"&amp;nbsp;&lt;/STRONG&gt;date is not actually on every event. With that said, if I run what you provided on the date &lt;STRONG&gt;2022-05-02&lt;/STRONG&gt;, it doesn't show any events if I run it today it shows Event 5.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Event 1:&amp;nbsp;&lt;BR /&gt;Time: &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;2022-04-29&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; 2022-04-29T05:52:57.742Z&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event2:&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Time:&lt;/STRONG&gt; 2022-04-30&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; 2022-04-30T05:52:11.663Z&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event3:&amp;nbsp;&lt;BR /&gt;Time: &lt;/STRONG&gt;2022-05-01&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; 2022-05-01T05:53:36.270Z&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event4:&amp;nbsp;&lt;BR /&gt;Time: &lt;/STRONG&gt;2022-05-02&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; 2022-05-02T05:55:02.180Z&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event5:&amp;nbsp;&lt;BR /&gt;Time: &lt;/STRONG&gt;2022-05-03&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_fixed:&lt;/STRONG&gt; 2022-05-03T05:54:03.611Z&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; 2022-05-02T05:55:02.180Z&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Here is an example of that I want to happen:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;If I ran a search on&amp;nbsp;2022-05-02, my result would show "Event 1" because the "last_fixed" date is older than "last_found" date. But if I run the same search on&amp;nbsp;2022-05-04 it will show event 5 because the "last_fixed" date is newer than "last_found" date.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Im sorry for the confusion. I really&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;appreciate your help!&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2022 19:10:56 GMT</pubDate>
    <dc:creator>Becherer</dc:creator>
    <dc:date>2022-05-19T19:10:56Z</dc:date>
    <item>
      <title>How to search the last 30 days for all events to see what device still needs attention?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/597702#M208107</link>
      <description>&lt;P&gt;I have events from a device sent to splunk every day seen in the example below.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Here is an example of that I want to happen:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;If I ran a search on&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;2022-05-02, my result would show "Event 1" because the "last_fixed" date is older than "last_found" date. But if I run the same search on&amp;nbsp;2022-05-04 it will show event 5 because the "last_fixed" date is newer than "last_found" date.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I am trying to search the last 30 days for all events to see what device still needs attention. I want to show the oldest event that has "last_found" date unless there's a newer event with the "last_fixed" date newer than "last_found"&lt;/P&gt;
&lt;P&gt;My Search:&lt;BR /&gt;index=01&amp;nbsp;&lt;BR /&gt;| dedup Device IP_Address &amp;nbsp;sortby +_time&lt;BR /&gt;| table dest ip_address&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;Event 1:&amp;nbsp;&lt;BR /&gt;&lt;SPAN class=""&gt;Time: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;2022-04-29&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;last_fixed&lt;/SPAN&gt;:&lt;/STRONG&gt; &lt;SPAN class=""&gt;2022-04-04T21:07:01.592Z&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;last_found&lt;/SPAN&gt;:&lt;/STRONG&gt; &lt;SPAN class=""&gt;2022-04-29T05:52:57.742Z&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event2:&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Time:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt; 2022-04-30&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_fixed:&lt;/STRONG&gt; &lt;SPAN class=""&gt;2022-04-04T21:07:01.592Z&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; &lt;SPAN class=""&gt;2022-04-30T05:52:11.663Z&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event3:&amp;nbsp;&lt;BR /&gt;&lt;SPAN class=""&gt;Time: &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;2022-05-01&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_fixed:&lt;/STRONG&gt; &lt;SPAN class=""&gt;2022-04-04T21:07:01.592Z&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; &lt;SPAN class=""&gt;2022-05-01T05:53:36.270Z&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event4:&amp;nbsp;&lt;BR /&gt;&lt;SPAN class=""&gt;Time: &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;2022-05-02&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_fixed&lt;/STRONG&gt;: &lt;SPAN class=""&gt;2022-04-04T21:07:01.592Z&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; &lt;SPAN class=""&gt;2022-05-02T05:55:02.180Z&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event5:&amp;nbsp;&lt;BR /&gt;&lt;SPAN class=""&gt;Time: &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;2022-05-03&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_fixed:&lt;/STRONG&gt; &lt;SPAN class=""&gt;2022-05-03T05:54:03.611Z&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; &lt;SPAN class=""&gt;2022-05-02T05:55:02.180Z&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Would the best way to do this is by using eval?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 19:12:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/597702#M208107</guid>
      <dc:creator>Becherer</dc:creator>
      <dc:date>2022-05-19T19:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Search Conditioning based on date</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/597721#M208124</link>
      <description>&lt;P&gt;Assuming Time is actually _time&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eventstats max(last_fixed) as latest_fixed by Device
| where last_fixed=latest_fixed
| stats earliest(*) as * earliest(_time) as _time by Device&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 13 May 2022 07:04:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/597721#M208124</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-13T07:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Search Conditioning based on date</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/598554#M208424</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you very much! I made a mistake in my data example. The&lt;STRONG&gt; "&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;last_fixed"&amp;nbsp;&lt;/STRONG&gt;date is not actually on every event. With that said, if I run what you provided on the date &lt;STRONG&gt;2022-05-02&lt;/STRONG&gt;, it doesn't show any events if I run it today it shows Event 5.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Event 1:&amp;nbsp;&lt;BR /&gt;Time: &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;2022-04-29&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; 2022-04-29T05:52:57.742Z&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event2:&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Time:&lt;/STRONG&gt; 2022-04-30&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; 2022-04-30T05:52:11.663Z&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event3:&amp;nbsp;&lt;BR /&gt;Time: &lt;/STRONG&gt;2022-05-01&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; 2022-05-01T05:53:36.270Z&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event4:&amp;nbsp;&lt;BR /&gt;Time: &lt;/STRONG&gt;2022-05-02&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; 2022-05-02T05:55:02.180Z&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Event5:&amp;nbsp;&lt;BR /&gt;Time: &lt;/STRONG&gt;2022-05-03&lt;BR /&gt;&lt;STRONG&gt;Device: &lt;/STRONG&gt;aaa.local&lt;STRONG&gt;&lt;BR /&gt;IP_Address: &lt;/STRONG&gt;10.10.10.5&lt;BR /&gt;&lt;STRONG&gt;last_fixed:&lt;/STRONG&gt; 2022-05-03T05:54:03.611Z&lt;BR /&gt;&lt;STRONG&gt;last_found:&lt;/STRONG&gt; 2022-05-02T05:55:02.180Z&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Here is an example of that I want to happen:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;If I ran a search on&amp;nbsp;2022-05-02, my result would show "Event 1" because the "last_fixed" date is older than "last_found" date. But if I run the same search on&amp;nbsp;2022-05-04 it will show event 5 because the "last_fixed" date is newer than "last_found" date.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Im sorry for the confusion. I really&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;appreciate your help!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 19:10:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/598554#M208424</guid>
      <dc:creator>Becherer</dc:creator>
      <dc:date>2022-05-19T19:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Search Conditioning based on date</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/598599#M208433</link>
      <description>&lt;P&gt;If you ran on 2022-05-02, presumably event 5 doesn't exist? If so, there is no event with last_fixed in your example, so do you just want the earliest event?&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 04:39:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/598599#M208433</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-20T04:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Search Conditioning based on date</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/598666#M208459</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes that is correct.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If there is no event with last_fixed in my example, I just want the earliest event.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 14:40:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/598666#M208459</guid>
      <dc:creator>Becherer</dc:creator>
      <dc:date>2022-05-20T14:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to search the last 30 days for all events to see what device still needs attention?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/598686#M208466</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;your base search 
| sort 0 +_time 
| eval type=if(isnotnull(last_fixed) AND strptime(last_found,"%FT%T.%3N%Z")&amp;lt;strptime(last_fixed,"%FT%T.%3N%Z"),"Fixed","Not Fixed") 
| dedup Device type 
| sort 0 Device -_time 
| dedup Device&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 20 May 2022 15:58:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-last-30-days-for-all-events-to-see-what-device/m-p/598686#M208466</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2022-05-20T15:58:15Z</dc:date>
    </item>
  </channel>
</rss>

