<?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 compare same field values at different times? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-same-field-values-at-different-times/m-p/208102#M60668</link>
    <description>&lt;P&gt;Can you give us sample logs? &lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2016 17:37:11 GMT</pubDate>
    <dc:creator>Masa</dc:creator>
    <dc:date>2016-08-02T17:37:11Z</dc:date>
    <item>
      <title>How to compare same field values at different times?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-same-field-values-at-different-times/m-p/208100#M60666</link>
      <description>&lt;P&gt;How can I do a comparison with values from same field at different times? The logs belongs to the same index/sourcetype. There's a field called &lt;STRONG&gt;lagtime&lt;/STRONG&gt; which basically denotes how long it took to complete a process/action. Goal is to compare the lagtime at current time with lagtime in past 12 hours and display the results only if there is no match. &lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 17:05:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-same-field-values-at-different-times/m-p/208100#M60666</guid>
      <dc:creator>muralianup</dc:creator>
      <dc:date>2016-08-01T17:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare same field values at different times?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-same-field-values-at-different-times/m-p/208101#M60667</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... earliest=-12h@h | eventstats latest(lagtime) as currentlagtime | where currentlagtime!=lagtime | ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Aug 2016 17:25:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-same-field-values-at-different-times/m-p/208101#M60667</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-01T17:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare same field values at different times?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-same-field-values-at-different-times/m-p/208102#M60668</link>
      <description>&lt;P&gt;Can you give us sample logs? &lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-same-field-values-at-different-times/m-p/208102#M60668</guid>
      <dc:creator>Masa</dc:creator>
      <dc:date>2016-08-02T17:37:11Z</dc:date>
    </item>
  </channel>
</rss>

