<?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: Issue with point separator, after conversion from a json file in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Issue-with-point-separator-after-conversion-from-a-json-file/m-p/603156#M209907</link>
    <description>&lt;P&gt;The rename command in my answer will change the dots in all field names to underscores.&lt;/P&gt;&lt;P&gt;The spath and xpath commands will use dots to separate field name parts.&amp;nbsp; There is no setting/option to change that.&lt;/P&gt;&lt;P&gt;Universal Forwarders cannot change data.&amp;nbsp; Heavy forwarders may be able to, depending on when and how the fields are extracted.&amp;nbsp; If the extraction is at search-time then the HF cannot do it.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2022 12:40:47 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2022-06-24T12:40:47Z</dc:date>
    <item>
      <title>Issue with point separator, after conversion from a json file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-with-point-separator-after-conversion-from-a-json-file/m-p/603044#M209872</link>
      <description>&lt;P&gt;Hi together!&lt;/P&gt;&lt;P&gt;I have an issue with the point separator, after conversion from a json file.&lt;/P&gt;&lt;P&gt;This is raw json:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;customfield_26202&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; { "&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "link&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;Software:&lt;/SPAN&gt; &lt;SPAN class=""&gt;Softwareentwicklung&lt;/SPAN&gt; &lt;SPAN class=""&gt;und&lt;/SPAN&gt; &lt;SPAN class=""&gt;Product&lt;/SPAN&gt; &lt;SPAN class=""&gt;Security&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;30705&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;disabled&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;, "&lt;/SPAN&gt;&lt;SPAN class=""&gt;child&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; { "&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "link&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;Software-Projektleiter&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;30771&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;disabled&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Splunk extracts the field:&amp;nbsp;customfield_26202.child.value="&lt;SPAN class=""&gt;Software-Projektleiter" (Done with _json sourcetype)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now I want to merge to fields like this:&lt;/P&gt;&lt;P&gt;| eval output = mvappend(customfield_26202.child.value, customfield_26204.child.value)&lt;BR /&gt;| mvexpand output&lt;BR /&gt;| table output&lt;/P&gt;&lt;P&gt;When I do exactly the same thing without .child.value everything works fine.&lt;/P&gt;&lt;P&gt;I tried it with several quotation marks (", ' etc.) nothing helps.&lt;/P&gt;&lt;P&gt;Any idea what I do wrong? Thank you!&lt;/P&gt;&lt;P&gt;Timo&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 16:21:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-with-point-separator-after-conversion-from-a-json-file/m-p/603044#M209872</guid>
      <dc:creator>timo258</dc:creator>
      <dc:date>2022-06-23T16:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with point separator, after conversion from a json file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-with-point-separator-after-conversion-from-a-json-file/m-p/603096#M209885</link>
      <description>&lt;P&gt;The dot operator is overloaded so it often causes confusing results.&amp;nbsp; Try renaming fields with dots into something else as soon as possible.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rename *.*.* as *_*_*
| eval output = mvappend(customfield_26202_child_value, customfield_26204_child_value)
| mvexpand output
| table output&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 24 Jun 2022 00:49:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-with-point-separator-after-conversion-from-a-json-file/m-p/603096#M209885</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-06-24T00:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with point separator, after conversion from a json file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-with-point-separator-after-conversion-from-a-json-file/m-p/603151#M209903</link>
      <description>&lt;P&gt;Thank you very much! It works!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have a lot of fields like that, is it possible to extract the fields already with "_" instad of "." while forwarding?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 11:08:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-with-point-separator-after-conversion-from-a-json-file/m-p/603151#M209903</guid>
      <dc:creator>timo258</dc:creator>
      <dc:date>2022-06-24T11:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with point separator, after conversion from a json file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-with-point-separator-after-conversion-from-a-json-file/m-p/603156#M209907</link>
      <description>&lt;P&gt;The rename command in my answer will change the dots in all field names to underscores.&lt;/P&gt;&lt;P&gt;The spath and xpath commands will use dots to separate field name parts.&amp;nbsp; There is no setting/option to change that.&lt;/P&gt;&lt;P&gt;Universal Forwarders cannot change data.&amp;nbsp; Heavy forwarders may be able to, depending on when and how the fields are extracted.&amp;nbsp; If the extraction is at search-time then the HF cannot do it.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 12:40:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-with-point-separator-after-conversion-from-a-json-file/m-p/603156#M209907</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-06-24T12:40:47Z</dc:date>
    </item>
  </channel>
</rss>

