<?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: json to table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/json-to-table/m-p/515755#M144813</link>
    <description>&lt;P&gt;index=_internal | head 1 | fields _raw | eval FEATURES="[{\"featureName\":\"TOKEN_VALIDATION\",\"addedIn\":\"1.0.7\",\"description\":\"This feature is used to Validate the JWT token\"},{\"featureName\":\"REQUETS_VALIDATION\",\"addedIn\":\"1.0.7\",\"description\":\"This feature is used to Validate request URL\"},{\"featureName\":\"REQUEST_PAYLOAD_VALIDATION\",\"addedIn\":\"1.0.7\",\"description\":\"This feature is used to Validate request body\"},{\"featureName\":\"RESPONSE_PAYLOAD_VALIDATION\",\"addedIn\":\"1.0.7\",\"description\":\"This feature is used to Validate response body\"},{\"featureName\":\"AOP\",\"addedIn\":\"1.0.6\",\"description\":\"This feature is used to check method execution time\"},{\"featureName\":\"TIBCO_COMMUNICATOR\",\"addedIn\":\"1.0.8\",\"description\":\"This feature is used to connect Benefits service \"},{\"featureName\":\"SECRETS_SECURE\",\"addedIn\":\"1.0.7\",\"description\":\"This feature is used to Validate\"}]"&lt;BR /&gt;| spath input=FEATURES {} output=raw&lt;BR /&gt;| stats count by raw&lt;BR /&gt;| spath input=raw&lt;BR /&gt;| table featureName,addedIn,description&lt;/P&gt;</description>
    <pubDate>Mon, 24 Aug 2020 11:07:54 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-08-24T11:07:54Z</dc:date>
    <item>
      <title>json to table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/json-to-table/m-p/515754#M144812</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have a log like below,which is having JSON object&lt;BR /&gt;&lt;BR /&gt;FEATURES=[&lt;BR /&gt;{&lt;BR /&gt;"featureName":"TOKEN_VALIDATION",&lt;BR /&gt;"addedIn":"1.0.7",&lt;BR /&gt;"description":"This feature is used to Validate the JWT token"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"featureName":"REQUETS_VALIDATION",&lt;BR /&gt;"addedIn":"1.0.7",&lt;BR /&gt;"description":"This feature is used to Validate request URL"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"featureName":"REQUEST_PAYLOAD_VALIDATION",&lt;BR /&gt;"addedIn":"1.0.7",&lt;BR /&gt;"description":"This feature is used to Validate request body"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"featureName":"RESPONSE_PAYLOAD_VALIDATION",&lt;BR /&gt;"addedIn":"1.0.7",&lt;BR /&gt;"description":"This feature is used to Validate response body"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"featureName":"AOP",&lt;BR /&gt;"addedIn":"1.0.6",&lt;BR /&gt;"description":"This feature is used to check method execution time"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"featureName":"TIBCO_COMMUNICATOR",&lt;BR /&gt;"addedIn":"1.0.8",&lt;BR /&gt;"description":"This feature is used to connect Benefits service "&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"featureName":"SECRETS_SECURE",&lt;BR /&gt;"addedIn":"1.0.7",&lt;BR /&gt;"description":"This feature is used to Validate"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I want the out put table should be as shown in below&lt;BR /&gt;&lt;BR /&gt;featureName&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;addedIn&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;description&lt;BR /&gt;&lt;BR /&gt;TOKEN_VALIDATION&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.0.7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;This feature is used to Validate the JWT token&lt;BR /&gt;REQUETS_VALIDATION&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0.7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;This feature is used to Validate request URL&lt;BR /&gt;REQUEST_PAYLOAD_VALIDATION&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0.7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;This feature is used to Validate request body&lt;BR /&gt;RESPONSE_PAYLOAD_VALIDATION&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.0.7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;This feature is used to Validate response body&lt;BR /&gt;AOP&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.0.6&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; This feature is used to check method execution time&lt;BR /&gt;TIBCO_COMMUNICATOR&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0.8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;This feature is used to connect Benefits service&lt;BR /&gt;SECRETS_SECURE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.0.7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; This feature is used to Validate SECRETS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 11:03:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/json-to-table/m-p/515754#M144812</guid>
      <dc:creator>vinod0313</dc:creator>
      <dc:date>2020-08-24T11:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: json to table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/json-to-table/m-p/515755#M144813</link>
      <description>&lt;P&gt;index=_internal | head 1 | fields _raw | eval FEATURES="[{\"featureName\":\"TOKEN_VALIDATION\",\"addedIn\":\"1.0.7\",\"description\":\"This feature is used to Validate the JWT token\"},{\"featureName\":\"REQUETS_VALIDATION\",\"addedIn\":\"1.0.7\",\"description\":\"This feature is used to Validate request URL\"},{\"featureName\":\"REQUEST_PAYLOAD_VALIDATION\",\"addedIn\":\"1.0.7\",\"description\":\"This feature is used to Validate request body\"},{\"featureName\":\"RESPONSE_PAYLOAD_VALIDATION\",\"addedIn\":\"1.0.7\",\"description\":\"This feature is used to Validate response body\"},{\"featureName\":\"AOP\",\"addedIn\":\"1.0.6\",\"description\":\"This feature is used to check method execution time\"},{\"featureName\":\"TIBCO_COMMUNICATOR\",\"addedIn\":\"1.0.8\",\"description\":\"This feature is used to connect Benefits service \"},{\"featureName\":\"SECRETS_SECURE\",\"addedIn\":\"1.0.7\",\"description\":\"This feature is used to Validate\"}]"&lt;BR /&gt;| spath input=FEATURES {} output=raw&lt;BR /&gt;| stats count by raw&lt;BR /&gt;| spath input=raw&lt;BR /&gt;| table featureName,addedIn,description&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 11:07:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/json-to-table/m-p/515755#M144813</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-08-24T11:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: json to table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/json-to-table/m-p/515768#M144818</link>
      <description>&lt;P&gt;I am getting result as shown below&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vinod0313_0-1598271544539.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/10467i87AFE2DD2AE927D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vinod0313_0-1598271544539.png" alt="vinod0313_0-1598271544539.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;i am getting the order in alphabetical order.&lt;BR /&gt;&lt;BR /&gt;if it come as in json object order,I mean Token_validation is first,Request_validation second so on.&lt;BR /&gt;&lt;BR /&gt;But thanks for the solution&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 12:20:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/json-to-table/m-p/515768#M144818</guid>
      <dc:creator>vinod0313</dc:creator>
      <dc:date>2020-08-24T12:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: json to table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/json-to-table/m-p/515769#M144819</link>
      <description>&lt;P&gt;| stats count by raw → | mvexpand raw&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 12:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/json-to-table/m-p/515769#M144819</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-08-24T12:23:04Z</dc:date>
    </item>
  </channel>
</rss>

