<?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 How to use 'where' command in multiple places? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-where-command-in-multiple-places/m-p/427328#M172587</link>
    <description>&lt;P&gt;Hello everyone.&lt;/P&gt;

&lt;P&gt;Want to display the output only for the time which crosses 18 months (earliest time)&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 07:13:19 GMT</pubDate>
    <dc:creator>rajhemant26</dc:creator>
    <dc:date>2019-03-11T07:13:19Z</dc:date>
    <item>
      <title>How to use 'where' command in multiple places?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-where-command-in-multiple-places/m-p/427328#M172587</link>
      <description>&lt;P&gt;Hello everyone.&lt;/P&gt;

&lt;P&gt;Want to display the output only for the time which crosses 18 months (earliest time)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 07:13:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-where-command-in-multiple-places/m-p/427328#M172587</guid>
      <dc:creator>rajhemant26</dc:creator>
      <dc:date>2019-03-11T07:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 'where' command in multiple places?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-where-command-in-multiple-places/m-p/427329#M172588</link>
      <description>&lt;P&gt;What exactly is your question? Is the search you have now not producing the results you want? If so, please provide info on what is wrong with this search and what out put you want (and perhaps also some info on the data itself).&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 07:58:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-where-command-in-multiple-places/m-p/427329#M172588</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-03-11T07:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 'where' command in multiple places?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-where-command-in-multiple-places/m-p/427330#M172589</link>
      <description>&lt;P&gt;Does this do what you need:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=appweec sourcetype=dxejje host=* 
|stats p90(CURDEPTH) AS "QueueDepth" p90(MSGAGE) as "MessageAge" by QUEUE _time
where (QUEUE=MESSAGE.ACTION.Q   QueueDepth &amp;gt; 1200 MessageAge &amp;gt; 400) OR (QUEUE=INCOMING.MESSAGEACTION.WIN.SYSLOW.Q QueueDepth &amp;gt; 0 AND MessageAge &amp;gt; 0)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Mar 2019 08:13:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-where-command-in-multiple-places/m-p/427330#M172589</guid>
      <dc:creator>chrisyounger</dc:creator>
      <dc:date>2019-03-11T08:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 'where' command in multiple places?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-where-command-in-multiple-places/m-p/427331#M172590</link>
      <description>&lt;P&gt;You're missing a &lt;CODE&gt;|&lt;/CODE&gt; before the where, other than that, I think that should do it indeed.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 08:42:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-where-command-in-multiple-places/m-p/427331#M172590</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-03-11T08:42:17Z</dc:date>
    </item>
  </channel>
</rss>

