<?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: Receiving an error while using the mvexpand command (does not exist in the data) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/622070#M107101</link>
    <description>&lt;P&gt;anyone ?&lt;/P&gt;</description>
    <pubDate>Fri, 25 Nov 2022 09:45:02 GMT</pubDate>
    <dc:creator>super_saiyan</dc:creator>
    <dc:date>2022-11-25T09:45:02Z</dc:date>
    <item>
      <title>Receiving an error while using the mvexpand command (does not exist in the data)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/621644#M107053</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;currently, i am trying to expand one of the multiple field values but i am getting the result with the below error.&lt;BR /&gt;&lt;STRONG&gt;Field 'deployment' does not exist in the data.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;index=json&lt;BR /&gt;|rex mode=sed "s/.*-\s//g"&lt;BR /&gt;|spath&lt;BR /&gt;|rename ops{}.steps{}.steps{}.address{}.deployment as deployment&amp;nbsp;&lt;BR /&gt;|mvexpand deployment&lt;BR /&gt;|mvexpand operation&lt;BR /&gt;|table deployment&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 14:33:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/621644#M107053</guid>
      <dc:creator>super_saiyan</dc:creator>
      <dc:date>2022-11-22T14:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: getting an error while using the mvexpand command (does not exist in the data)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/621645#M107054</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244498"&gt;@super_saiyan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share some sample events?&lt;/P&gt;&lt;P&gt;Meanwhile, you can try this rename as well.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rename "ops.steps.steps.address.deployment" as deployment&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KV&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 06:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/621645#M107054</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2022-11-22T06:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: getting an error while using the mvexpand command (does not exist in the data)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/621646#M107055</link>
      <description>&lt;P&gt;Thanks much&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/127939"&gt;@kamlesh_vaghela&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have shared the logs in DM, please check&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 06:53:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/621646#M107055</guid>
      <dc:creator>super_saiyan</dc:creator>
      <dc:date>2022-11-22T06:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving an error while using the mvexpand command (does not exist in the data)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/622070#M107101</link>
      <description>&lt;P&gt;anyone ?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 09:45:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/622070#M107101</guid>
      <dc:creator>super_saiyan</dc:creator>
      <dc:date>2022-11-25T09:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving an error while using the mvexpand command (does not exist in the data)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/622072#M107102</link>
      <description>&lt;P&gt;If you don't have the deployment field, what fields do you have?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 09:49:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/622072#M107102</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-11-25T09:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving an error while using the mvexpand command (does not exist in the data)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/622080#M107103</link>
      <description>&lt;P&gt;Hi, I have shared the logs with you in DM&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 10:19:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/622080#M107103</guid>
      <dc:creator>super_saiyan</dc:creator>
      <dc:date>2022-11-25T10:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving an error while using the mvexpand command (does not exist in the data)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/622089#M107105</link>
      <description>&lt;P&gt;Put the field name in double quotes (usually it is single quotes for field names but rename seems to operate differently)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|rename "ops{}.steps{}.steps{}.address{}.deployment" as deployment &lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 25 Nov 2022 12:14:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-an-error-while-using-the-mvexpand-command-does-not/m-p/622089#M107105</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-11-25T12:14:37Z</dc:date>
    </item>
  </channel>
</rss>

