<?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: Using the like operator for raw text in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Using-the-like-operator-for-raw-text/m-p/309242#M160235</link>
    <description>&lt;P&gt;Try this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="css_dev_logs" service=Policebox | spath loggername | search loggername=HealthCheckService | where like(message, "%\"Healthy\":[\"PasswordHealthCheck\"]%")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 11 Jul 2017 16:03:48 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2017-07-11T16:03:48Z</dc:date>
    <item>
      <title>Using the like operator for raw text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-the-like-operator-for-raw-text/m-p/309241#M160234</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Can someone help me with a query please.  So I have a field called message which displays the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"message":"{\"Status\":\"HEALTHY\",\"Healthy\":[\"PasswordHealthCheck\"],\"Unhealthy\":[],\"Timestamp\":\"2017-07-11T14:08:08\",\"BuildNumber\":\"build-397-deploy-340\"}"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So far my query is like so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="css_dev_logs" service=Policebox | spath loggername | search loggername=HealthCheckService
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;how can I append add to it to say where message \"Healthy\":[\"PasswordHealthCheck\"]&lt;/P&gt;

&lt;P&gt;Any help would be greatly appreciated&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Rob&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 14:12:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-the-like-operator-for-raw-text/m-p/309241#M160234</guid>
      <dc:creator>dadomor</dc:creator>
      <dc:date>2017-07-11T14:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using the like operator for raw text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-the-like-operator-for-raw-text/m-p/309242#M160235</link>
      <description>&lt;P&gt;Try this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="css_dev_logs" service=Policebox | spath loggername | search loggername=HealthCheckService | where like(message, "%\"Healthy\":[\"PasswordHealthCheck\"]%")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Jul 2017 16:03:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-the-like-operator-for-raw-text/m-p/309242#M160235</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-07-11T16:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using the like operator for raw text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-the-like-operator-for-raw-text/m-p/309243#M160236</link>
      <description>&lt;P&gt;Thank you Rich&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:30:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-the-like-operator-for-raw-text/m-p/309243#M160236</guid>
      <dc:creator>dadomor</dc:creator>
      <dc:date>2017-07-12T09:30:13Z</dc:date>
    </item>
  </channel>
</rss>

