<?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: Splunk HEC extract value incorrect when there is curly braces in value of key-value pairs. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493265#M99862</link>
    <description>&lt;P&gt;I receiver data via SPLUNK HEC, and the {} is in data, not in the filed name.&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2020 12:59:35 GMT</pubDate>
    <dc:creator>cdp_fap</dc:creator>
    <dc:date>2020-05-11T12:59:35Z</dc:date>
    <item>
      <title>Splunk HEC extract value incorrect when there is curly braces in value of key-value pairs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493263#M99860</link>
      <description>&lt;P&gt;Using HTTP Event Collector to receier data. When there is unwanted curly brace(s) in value. Event parse incorrect. How can I extract the data when there is {} in the data?&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 10:21:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493263#M99860</guid>
      <dc:creator>cdp_fap</dc:creator>
      <dc:date>2020-05-11T10:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk HEC extract value incorrect when there is curly braces in value of key-value pairs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493264#M99861</link>
      <description>&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SEDCMD-trim = s/{(.*)}/\1/g s/=([^\"].*?)(,|$)/="\1"\2/g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 May 2020 12:42:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493264#M99861</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-11T12:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk HEC extract value incorrect when there is curly braces in value of key-value pairs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493265#M99862</link>
      <description>&lt;P&gt;I receiver data via SPLUNK HEC, and the {} is in data, not in the filed name.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 12:59:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493265#M99862</guid>
      <dc:creator>cdp_fap</dc:creator>
      <dc:date>2020-05-11T12:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk HEC extract value incorrect when there is curly braces in value of key-value pairs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493266#M99863</link>
      <description>&lt;P&gt;well, Is it JSON format?&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 13:01:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493266#M99863</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-11T13:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk HEC extract value incorrect when there is curly braces in value of key-value pairs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493267#M99864</link>
      <description>&lt;P&gt;Yes JSON fomat. something like: {key1=value1, key2=value2,....key3="xxxx{yyyyy", keyn1=valuen1}. The curly brace in value3 will result incorrect event parse.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 13:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493267#M99864</guid>
      <dc:creator>cdp_fap</dc:creator>
      <dc:date>2020-05-11T13:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk HEC extract value incorrect when there is curly braces in value of key-value pairs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493268#M99865</link>
      <description>&lt;P&gt;please provide actual log. (PII data masking)&lt;/P&gt;

&lt;P&gt;your log looks like non-valid JSON. &lt;/P&gt;

&lt;P&gt;reference: &lt;A href="https://www.json.org/json-en.html"&gt;https://www.json.org/json-en.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 13:31:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493268#M99865</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-11T13:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk HEC extract value incorrect when there is curly braces in value of key-value pairs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493269#M99866</link>
      <description>&lt;P&gt;{RCD=MC, ASID=006F, TIMESTAMP=20132 07.04.48.140 -0400, SMFID=MYSSTEM , TEXT=" +This is a control {line FAPFENG} This is the last message line", path=SYSLOG, timezone=-0400, sourcetype=SYSLOG-logmsg, system=XY}&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 13:49:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493269#M99866</guid>
      <dc:creator>cdp_fap</dc:creator>
      <dc:date>2020-05-11T13:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk HEC extract value incorrect when there is curly braces in value of key-value pairs.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493270#M99867</link>
      <description>&lt;P&gt;&lt;CODE&gt;TIMESTAMP=20132 07.04.48.140 -0400&lt;/CODE&gt; really?&lt;BR /&gt;
how about my updated answer?&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 14:03:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-extract-value-incorrect-when-there-is-curly-braces-in/m-p/493270#M99867</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-11T14:03:29Z</dc:date>
    </item>
  </channel>
</rss>

