<?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 Splunk search - is it possible to automatically expand a result property wrap? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-is-it-possible-to-automatically-expand-a-result/m-p/564338#M196592</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;In my query:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;index="my_local" | sort -Date&lt;BR /&gt;&lt;BR /&gt;I get a list of items, and if I look at one item (and lick "show as raw text") it looks like this:&lt;BR /&gt;&lt;BR /&gt;{"Level":"Info","MessageTemplate":"ApiRequest","RenderedMessage":"ApiRequest","Properties":{"httpMethod":"GET","statusCode":200}, ...}&lt;BR /&gt;&lt;BR /&gt;Since a lot of the properties are wrapped inside "Properties", I always have to expand it manually by clicking the expand icon (with plus sign).&lt;/P&gt;&lt;P&gt;Is there any way to get the search results already expanded (so I don't always have to click "Properties" to manually expand it)?&lt;/P&gt;&lt;P&gt;Many thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Aug 2021 13:47:02 GMT</pubDate>
    <dc:creator>gunnist</dc:creator>
    <dc:date>2021-08-23T13:47:02Z</dc:date>
    <item>
      <title>Splunk search - is it possible to automatically expand a result property wrap?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-is-it-possible-to-automatically-expand-a-result/m-p/564338#M196592</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;In my query:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;index="my_local" | sort -Date&lt;BR /&gt;&lt;BR /&gt;I get a list of items, and if I look at one item (and lick "show as raw text") it looks like this:&lt;BR /&gt;&lt;BR /&gt;{"Level":"Info","MessageTemplate":"ApiRequest","RenderedMessage":"ApiRequest","Properties":{"httpMethod":"GET","statusCode":200}, ...}&lt;BR /&gt;&lt;BR /&gt;Since a lot of the properties are wrapped inside "Properties", I always have to expand it manually by clicking the expand icon (with plus sign).&lt;/P&gt;&lt;P&gt;Is there any way to get the search results already expanded (so I don't always have to click "Properties" to manually expand it)?&lt;/P&gt;&lt;P&gt;Many thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 13:47:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-is-it-possible-to-automatically-expand-a-result/m-p/564338#M196592</guid>
      <dc:creator>gunnist</dc:creator>
      <dc:date>2021-08-23T13:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search - is it possible to automatically expand a result property wrap?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-is-it-possible-to-automatically-expand-a-result/m-p/564345#M196595</link>
      <description>&lt;P&gt;You can use mvexpand.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.2/SearchReference/Mvexpand" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.2/SearchReference/Mvexpand&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 14:02:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-is-it-possible-to-automatically-expand-a-result/m-p/564345#M196595</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2021-08-23T14:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search - is it possible to automatically expand a result property wrap?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-is-it-possible-to-automatically-expand-a-result/m-p/564390#M196611</link>
      <description>&lt;P&gt;source=&lt;SPAN&gt;my_local&lt;/SPAN&gt;| sort -Date | mvexpand Properties&lt;/P&gt;&lt;P&gt;gives me:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Field 'Properties' does not exist in the data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am I missing something?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 16:26:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-is-it-possible-to-automatically-expand-a-result/m-p/564390#M196611</guid>
      <dc:creator>gunnist</dc:creator>
      <dc:date>2021-08-23T16:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search - is it possible to automatically expand a result property wrap?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-is-it-possible-to-automatically-expand-a-result/m-p/564398#M196615</link>
      <description>&lt;P&gt;Does that field exist? And is it a multi-value field?&lt;/P&gt;&lt;P&gt;To verify try something like: source=my_local | table +&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 17:12:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-is-it-possible-to-automatically-expand-a-result/m-p/564398#M196615</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2021-08-23T17:12:51Z</dc:date>
    </item>
  </channel>
</rss>

