<?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: Search for result with double quotes in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53416#M179710</link>
    <description>&lt;P&gt;I downvoted this post because the correct syntax should have only one backslash escape.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2019 04:08:24 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2019-10-24T04:08:24Z</dc:date>
    <item>
      <title>Search for result with double quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53410#M179704</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm new to Splunk and am search for an event that would include this:&lt;/P&gt;

&lt;P&gt;toState: "stateB",", fromState: "stateA"&lt;/P&gt;

&lt;P&gt;Since the result has double quotes, if I use the above as a search, it will include a variety of events that I don't want to see because it doesn't take it as one string.&lt;/P&gt;

&lt;P&gt;Any advice you could offer?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 10:36:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53410#M179704</guid>
      <dc:creator>hendrkle</dc:creator>
      <dc:date>2013-09-03T10:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Search for result with double quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53411#M179705</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
You can use backslashes for that. The search string is:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;"toState: \"stateB\",\", fromState: \"stateA\""&lt;/CODE&gt;&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
Artem.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 12:13:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53411#M179705</guid>
      <dc:creator>apakhomov</dc:creator>
      <dc:date>2013-09-03T12:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search for result with double quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53412#M179706</link>
      <description>&lt;P&gt;However I would better suppose to extract the fields toState and formState. After extracting you will be able to use search string:&lt;BR /&gt;
toState=stateB fromState=stateA&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 12:39:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53412#M179706</guid>
      <dc:creator>apakhomov</dc:creator>
      <dc:date>2013-09-03T12:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Search for result with double quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53413#M179707</link>
      <description>&lt;P&gt;Thanks Artem,&lt;/P&gt;

&lt;P&gt;Using your suggestion, I get zero events back, even if I simply it like this:&lt;/P&gt;

&lt;P&gt;"fromState: \"StateA\""&lt;/P&gt;

&lt;P&gt;Any idead why this may be?&lt;/P&gt;

&lt;P&gt;fromState is in a a huge string and I cannot use it as a field (I think).&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:32:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53413#M179707</guid>
      <dc:creator>hendrkle</dc:creator>
      <dc:date>2013-09-03T14:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Search for result with double quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53414#M179708</link>
      <description>&lt;P&gt;Please, check the case of letters. StateA and stateA are different conditions for the system.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:51:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53414#M179708</guid>
      <dc:creator>apakhomov</dc:creator>
      <dc:date>2013-09-03T14:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search for result with double quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53415#M179709</link>
      <description>&lt;P&gt;The search string should be&lt;/P&gt;

&lt;P&gt;"toState: \"stateB\",\", fromState: \"stateA\""&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:11:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53415#M179709</guid>
      <dc:creator>rlshep</dc:creator>
      <dc:date>2018-06-05T22:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Search for result with double quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53416#M179710</link>
      <description>&lt;P&gt;I downvoted this post because the correct syntax should have only one backslash escape.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 04:08:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-result-with-double-quotes/m-p/53416#M179710</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2019-10-24T04:08:24Z</dc:date>
    </item>
  </channel>
</rss>

