<?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: help on where condition in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/help-on-where-condition/m-p/396377#M190835</link>
    <description>&lt;P&gt;now it works thanks&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2019 10:52:36 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2019-07-15T10:52:36Z</dc:date>
    <item>
      <title>help on where condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-on-where-condition/m-p/396374#M190832</link>
      <description>&lt;P&gt;hi&lt;/P&gt;

&lt;P&gt;I need to add a where condition on the field 'Time period with no info' below&lt;BR /&gt;
But the where command doesn't works even if there is an existing field with "08:53:07-000" value&lt;BR /&gt;
What I have to do please??&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| where 'Time period with no info' = "08:53:07-000" 
| stats dc(USERNAME)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Jul 2019 08:40:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-on-where-condition/m-p/396374#M190832</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-07-15T08:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: help on where condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-on-where-condition/m-p/396375#M190833</link>
      <description>&lt;P&gt;I tried this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval "Time period with no info" = "08:53:07-000"
| where 'Time period with no info' = "08:53:07-000"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and it seems to work so could you please send us the full search or maybe an example of your data to have more informations ? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 09:26:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-on-where-condition/m-p/396375#M190833</guid>
      <dc:creator>KailA</dc:creator>
      <dc:date>2019-07-15T09:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: help on where condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-on-where-condition/m-p/396376#M190834</link>
      <description>&lt;P&gt;@jip31 &lt;/P&gt;

&lt;P&gt;Have you tried by renaming column name before where? like below. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;YOUR_SEARCH 
| rename "Time period with no info" as Temp 
| where Temp = "08:53:07-000"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Jul 2019 09:30:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-on-where-condition/m-p/396376#M190834</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-07-15T09:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: help on where condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-on-where-condition/m-p/396377#M190835</link>
      <description>&lt;P&gt;now it works thanks&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 10:52:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-on-where-condition/m-p/396377#M190835</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-07-15T10:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: help on where condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-on-where-condition/m-p/396378#M190836</link>
      <description>&lt;P&gt;Great @jip31&lt;BR /&gt;
Can you please upvote and accept the answer to close this question?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 11:25:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-on-where-condition/m-p/396378#M190836</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-07-15T11:25:08Z</dc:date>
    </item>
  </channel>
</rss>

