<?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: filed ignore textx within &amp;amp;quot; &amp;amp;quot; in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/filed-ignore-textx-within-amp-quot-amp-quot/m-p/582456#M202865</link>
    <description>&lt;P&gt;Thanks, but it can be risky as you mentioned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Was hoping Splunk should have ignore internal " ".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could be a bug?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 23:20:42 GMT</pubDate>
    <dc:creator>patelmc</dc:creator>
    <dc:date>2022-01-25T23:20:42Z</dc:date>
    <item>
      <title>filed ignore textx within &amp;quot; &amp;quot;</title>
      <link>https://community.splunk.com/t5/Splunk-Search/filed-ignore-textx-within-amp-quot-amp-quot/m-p/582451#M202860</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see following in _raw.&amp;nbsp; However, when I run search with table or fields it does not display text within double quote despite its in _raw.&amp;nbsp; "ptp-slave" does not get displayed as a value for field title. it only displays PTP State is ptp-listeining, should be.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2022-01-25 21:47:57.047, id="12342ee7c-757e-71ec-1090-777c841f0000", version="15119", title="PTP State is ptp-listening, should be "ptp-slave"", state="OPEN", severity="CRITICAL", priority="MEDIUM", --&amp;gt; there are more fields after this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can get entire test to be displayed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 22:08:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/filed-ignore-textx-within-amp-quot-amp-quot/m-p/582451#M202860</guid>
      <dc:creator>patelmc</dc:creator>
      <dc:date>2022-01-25T22:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: filed ignore textx within &amp;quot; &amp;quot;</title>
      <link>https://community.splunk.com/t5/Splunk-Search/filed-ignore-textx-within-amp-quot-amp-quot/m-p/582453#M202862</link>
      <description>&lt;P&gt;Embedded double quotes would normally be escaped, but since they aren't, you could use a look ahead to use another pattern to find the end of the field, e.g. ", the caveat being that if you have an embedded ", this will also fail to extract the field correctly&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval _raw="2022-01-25 21:47:57.047, id=\"12342ee7c-757e-71ec-1090-777c841f0000\", version=\"15119\", title=\"PTP State is ptp-listening, should be \"ptp-slave\"\", state=\"OPEN\", severity=\"CRITICAL\", priority=\"MEDIUM\""
| rex max_match=0 "=\"(?&amp;lt;field&amp;gt;.+?)(?=\"(,|$))"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 25 Jan 2022 22:54:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/filed-ignore-textx-within-amp-quot-amp-quot/m-p/582453#M202862</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-01-25T22:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: filed ignore textx within &amp;quot; &amp;quot;</title>
      <link>https://community.splunk.com/t5/Splunk-Search/filed-ignore-textx-within-amp-quot-amp-quot/m-p/582456#M202865</link>
      <description>&lt;P&gt;Thanks, but it can be risky as you mentioned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Was hoping Splunk should have ignore internal " ".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could be a bug?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 23:20:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/filed-ignore-textx-within-amp-quot-amp-quot/m-p/582456#M202865</guid>
      <dc:creator>patelmc</dc:creator>
      <dc:date>2022-01-25T23:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: filed ignore textx within &amp;quot; &amp;quot;</title>
      <link>https://community.splunk.com/t5/Splunk-Search/filed-ignore-textx-within-amp-quot-amp-quot/m-p/582477#M202875</link>
      <description>&lt;P&gt;It is not a bug, at least not a bug in splunk - how would splunk know whether a double quote was an internal one or not?&lt;/P&gt;&lt;P&gt;The bug (if you want to call it that) lies with the application generating the message. The quoted string needs to escape embedded delimiters, double quotes in this instance, but if the string was enclosed in single quotes instead, then any embedded single quotes (including apostrophes) would need to be escaped.&lt;/P&gt;&lt;P&gt;Depending on how you are extracting the fields, you may be able to reduce the risk even further, but extracting one field at a time and using the name of the following field as part of the end marker for the field.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 06:15:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/filed-ignore-textx-within-amp-quot-amp-quot/m-p/582477#M202875</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-01-26T06:15:39Z</dc:date>
    </item>
  </channel>
</rss>

