<?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: AND Condition to find the keywords in logs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448169#M166841</link>
    <description>&lt;P&gt;"Critical-Lab checkRcReady for batchId ==&amp;gt;9a508f01-4e93-4d76-9a9d-fe1cf8bd0550==true :: Output Quality 0.0%"&lt;/P&gt;</description>
    <pubDate>Mon, 29 Oct 2018 06:18:21 GMT</pubDate>
    <dc:creator>abhishekgandhe</dc:creator>
    <dc:date>2018-10-29T06:18:21Z</dc:date>
    <item>
      <title>AND Condition to find the keywords in logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448167#M166839</link>
      <description>&lt;P&gt;I have log. I want to find all 4 keywords. It should be AND condition and not OR.&lt;BR /&gt;
Critical Lab&lt;BR /&gt;
Lab&lt;BR /&gt;
Critical Process&lt;BR /&gt;
Process&lt;BR /&gt;
If any one of them is not present then fail. If all 4 present then pass. &lt;BR /&gt;
How to do it in Regex.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 04:37:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448167#M166839</guid>
      <dc:creator>abhishekgandhe</dc:creator>
      <dc:date>2018-10-29T04:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: AND Condition to find the keywords in logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448168#M166840</link>
      <description>&lt;P&gt;Can you please share some sample logs(with masking sensitive data) to create regex expression&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 04:43:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448168#M166840</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-10-29T04:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: AND Condition to find the keywords in logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448169#M166841</link>
      <description>&lt;P&gt;"Critical-Lab checkRcReady for batchId ==&amp;gt;9a508f01-4e93-4d76-9a9d-fe1cf8bd0550==true :: Output Quality 0.0%"&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 06:18:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448169#M166841</guid>
      <dc:creator>abhishekgandhe</dc:creator>
      <dc:date>2018-10-29T06:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: AND Condition to find the keywords in logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448170#M166842</link>
      <description>&lt;P&gt;If you find "Critical Lab" in an event does that also mean "Lab" has also been found?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 12:30:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448170#M166842</guid>
      <dc:creator>msivill_splunk</dc:creator>
      <dc:date>2018-10-29T12:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: AND Condition to find the keywords in logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448171#M166843</link>
      <description>&lt;P&gt;First of all, you don't need to check all four, since 1st and 3rd also cover for 2nd and 4th. &lt;/P&gt;

&lt;P&gt;Secondly, your sample does not tell us where the word(s) 'Critical Process' will occur. I doubt if people will be able to help you without a proper sample.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 13:29:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448171#M166843</guid>
      <dc:creator>pramit46</dc:creator>
      <dc:date>2018-10-29T13:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: AND Condition to find the keywords in logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448172#M166844</link>
      <description>&lt;P&gt;&lt;CODE&gt;"Critical Lab" AND "Critical Process" AND Process&lt;/CODE&gt; should do it...&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 14:44:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448172#M166844</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-10-29T14:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: AND Condition to find the keywords in logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448173#M166845</link>
      <description>&lt;P&gt;I have written REGEX for this. Is this the correct one.&lt;/P&gt;

&lt;P&gt;index="cpsprod"  sourcetype="mscs:storage:blob:cps-qa-rc-calc" (&lt;EM&gt;Critical-Lab&lt;/EM&gt; AND &lt;EM&gt;\"LAB&lt;/EM&gt; AND &lt;EM&gt;Critical-Process&lt;/EM&gt; AND &lt;EM&gt;\"Process&lt;/EM&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 06:44:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/AND-Condition-to-find-the-keywords-in-logs/m-p/448173#M166845</guid>
      <dc:creator>abhishekgandhe</dc:creator>
      <dc:date>2018-10-30T06:44:57Z</dc:date>
    </item>
  </channel>
</rss>

