<?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: First Everyday in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/First-Everyday/m-p/478746#M134231</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;| eval mytime=strftime(_time, "%Y%m%d") 
| where x=100| dedup mytime
|sort _time | head 50
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 10 Sep 2019 14:10:57 GMT</pubDate>
    <dc:creator>reverse</dc:creator>
    <dc:date>2019-09-10T14:10:57Z</dc:date>
    <item>
      <title>First Everyday</title>
      <link>https://community.splunk.com/t5/Splunk-Search/First-Everyday/m-p/478744#M134229</link>
      <description>&lt;P&gt;There are multiple CSVs which I generate on a daily basis.&lt;BR /&gt;
Each CSV  has some critical data &amp;amp; has 2 columns - _time &amp;amp; XX &lt;BR /&gt;
I JOIN all CSVs to generate graphs.&lt;BR /&gt;
The common column in  each CSV  is _time.&lt;/P&gt;

&lt;P&gt;Now lets say I have 2 CSVs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1 _time &amp;amp; XX 
2 _time &amp;amp; YY
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I need to find earlier time and corresponding XX when yy=100 (first apperance)on a daily basis.. as CSVs are there since last 2 months with all the required data.&lt;/P&gt;

&lt;P&gt;How can i achieve that ?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 06:28:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/First-Everyday/m-p/478744#M134229</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-09-10T06:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: First Everyday</title>
      <link>https://community.splunk.com/t5/Splunk-Search/First-Everyday/m-p/478745#M134230</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| stats first(_time) by x | where x=100
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not working &lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 13:49:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/First-Everyday/m-p/478745#M134230</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-09-10T13:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: First Everyday</title>
      <link>https://community.splunk.com/t5/Splunk-Search/First-Everyday/m-p/478746#M134231</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| eval mytime=strftime(_time, "%Y%m%d") 
| where x=100| dedup mytime
|sort _time | head 50
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Sep 2019 14:10:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/First-Everyday/m-p/478746#M134231</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-09-10T14:10:57Z</dc:date>
    </item>
  </channel>
</rss>

