<?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 Help with A table data with multiple JSON fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-with-A-table-data-with-multiple-JSON-fields/m-p/603118#M209893</link>
    <description>&lt;P&gt;I need count of&amp;nbsp;&lt;STRONG&gt;cloudfront-viewer-country&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&amp;nbsp;&lt;STRONG&gt;sec-ch-ua-platform&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for each&amp;nbsp;&lt;STRONG&gt;Origin&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Expected Result:&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;&lt;STRONG&gt;If site1 has only 2 countries and site2 has one extra platform, then the expected result should be like below.&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE border="1" width="83.33333333333334%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;Origin&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;Platform&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;Platform Count&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;Country&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;Country Count&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&lt;A href="https://www.site1.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.site1.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;Android&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;10&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;US&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;macOS&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;12&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;UK&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;Windows&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;6&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&lt;A href="https://www.site2.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.site2.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;Android&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;4&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;US&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;8&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;macOS&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;4&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;UK&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;Windows&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;2&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;AU&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;IND&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"additional": {&lt;BR /&gt;"method": "POST",&lt;BR /&gt;"url": "/api/resource/getContentEditorData",&lt;BR /&gt;"headers": {&lt;BR /&gt;"cloudfront-viewer-country": "US",&lt;BR /&gt;"origin": "&lt;A href="https://www.site1.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.site1.com&lt;/A&gt;",&lt;BR /&gt;"sec-ch-ua-platform": "\"Android\""&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"level": "notice",&lt;BR /&gt;"message": "INCOMING REQUEST: POST /api/resource/getContentEditorData"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;============&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"additional": {&lt;BR /&gt;"method": "POST",&lt;BR /&gt;"url": "/api/resource/getContentEditorData",&lt;BR /&gt;"headers": {&lt;BR /&gt;"cloudfront-viewer-country": "UK",&lt;BR /&gt;"origin": "&lt;A href="https://www.site1.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.site1.com&lt;/A&gt;",&lt;BR /&gt;"sec-ch-ua-platform": "\"Windows\""&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"level": "notice",&lt;BR /&gt;"message": "INCOMING REQUEST: POST /api/resource/getContentEditorData"&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;=========================&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"additional": {&lt;BR /&gt;"method": "POST",&lt;BR /&gt;"url": "/api/resource/getContentEditorData",&lt;BR /&gt;"headers": {&lt;BR /&gt;"cloudfront-viewer-country": "AU",&lt;BR /&gt;"origin": "&lt;A href="https://www.site2.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.site2.com&lt;/A&gt;",&lt;BR /&gt;"sec-ch-ua-platform": "\"Windows\""&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"level": "notice",&lt;BR /&gt;"message": "INCOMING REQUEST: POST /api/resource/getContentEditorData"&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2022 15:55:24 GMT</pubDate>
    <dc:creator>shashaikhhh</dc:creator>
    <dc:date>2022-06-24T15:55:24Z</dc:date>
    <item>
      <title>Help with A table data with multiple JSON fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-A-table-data-with-multiple-JSON-fields/m-p/603118#M209893</link>
      <description>&lt;P&gt;I need count of&amp;nbsp;&lt;STRONG&gt;cloudfront-viewer-country&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&amp;nbsp;&lt;STRONG&gt;sec-ch-ua-platform&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for each&amp;nbsp;&lt;STRONG&gt;Origin&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Expected Result:&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;&lt;STRONG&gt;If site1 has only 2 countries and site2 has one extra platform, then the expected result should be like below.&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE border="1" width="83.33333333333334%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;Origin&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;Platform&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;Platform Count&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;Country&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;Country Count&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&lt;A href="https://www.site1.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.site1.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;Android&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;10&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;US&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;macOS&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;12&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;UK&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;Windows&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;6&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&lt;A href="https://www.site2.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.site2.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;Android&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;4&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;US&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;8&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;macOS&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;4&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;UK&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;Windows&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;2&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;AU&lt;/TD&gt;
&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;IND&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"additional": {&lt;BR /&gt;"method": "POST",&lt;BR /&gt;"url": "/api/resource/getContentEditorData",&lt;BR /&gt;"headers": {&lt;BR /&gt;"cloudfront-viewer-country": "US",&lt;BR /&gt;"origin": "&lt;A href="https://www.site1.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.site1.com&lt;/A&gt;",&lt;BR /&gt;"sec-ch-ua-platform": "\"Android\""&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"level": "notice",&lt;BR /&gt;"message": "INCOMING REQUEST: POST /api/resource/getContentEditorData"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;============&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"additional": {&lt;BR /&gt;"method": "POST",&lt;BR /&gt;"url": "/api/resource/getContentEditorData",&lt;BR /&gt;"headers": {&lt;BR /&gt;"cloudfront-viewer-country": "UK",&lt;BR /&gt;"origin": "&lt;A href="https://www.site1.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.site1.com&lt;/A&gt;",&lt;BR /&gt;"sec-ch-ua-platform": "\"Windows\""&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"level": "notice",&lt;BR /&gt;"message": "INCOMING REQUEST: POST /api/resource/getContentEditorData"&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;=========================&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"additional": {&lt;BR /&gt;"method": "POST",&lt;BR /&gt;"url": "/api/resource/getContentEditorData",&lt;BR /&gt;"headers": {&lt;BR /&gt;"cloudfront-viewer-country": "AU",&lt;BR /&gt;"origin": "&lt;A href="https://www.site2.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.site2.com&lt;/A&gt;",&lt;BR /&gt;"sec-ch-ua-platform": "\"Windows\""&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"level": "notice",&lt;BR /&gt;"message": "INCOMING REQUEST: POST /api/resource/getContentEditorData"&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 15:55:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-A-table-data-with-multiple-JSON-fields/m-p/603118#M209893</guid>
      <dc:creator>shashaikhhh</dc:creator>
      <dc:date>2022-06-24T15:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: A table data with multiple JSON fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-A-table-data-with-multiple-JSON-fields/m-p/603132#M209900</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245980"&gt;@shashaikhhh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share some sample RAW (_raw field) events and the expected&amp;nbsp;output from those events?&lt;/P&gt;&lt;P&gt;&amp;nbsp;Bcoz I'm not able identify which events would fall under this scenario&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-06-24 at 2.08.39 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20277iC49027085BFF323A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-06-24 at 2.08.39 PM.png" alt="Screenshot 2022-06-24 at 2.08.39 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KV&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 08:39:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-A-table-data-with-multiple-JSON-fields/m-p/603132#M209900</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2022-06-24T08:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: A table data with multiple JSON fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-A-table-data-with-multiple-JSON-fields/m-p/603360#M209984</link>
      <description>&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;additional&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;method&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;POST&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;url&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;/api/login/user&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;headers&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;accept-encoding&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;gzip&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;deflate&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;br&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;appcontext&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;marketplace&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;cloudfront-forwarded-proto&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;https&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;cloudfront-is-desktop-viewer&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;true&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;cloudfront-is-mobile-viewer&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;false&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;cloudfront-is-smarttv-viewer&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;false&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;cloudfront-is-tablet-viewer&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;false&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;cloudfront-viewer-country&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;content-type&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;application/json&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;origin&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;&lt;A href="https://www.myprepaidcenter.com" target="_blank" rel="noopener"&gt;https://www.myprepaidcenter.com&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;sec-ch-ua&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;\&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class=""&gt;Not&lt;/SPAN&gt; &lt;SPAN class=""&gt;A&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Brand\&lt;/SPAN&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;SPAN class=""&gt;v=\&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;99\&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;Chromium\&lt;/SPAN&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;SPAN class=""&gt;v=\&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;102\&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;Google&lt;/SPAN&gt; &lt;SPAN class=""&gt;Chrome\&lt;/SPAN&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;SPAN class=""&gt;v=\&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;102\&lt;/SPAN&gt;&lt;SPAN&gt;"","&lt;/SPAN&gt;&lt;SPAN class=""&gt;sec-ch-ua-mobile&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;0&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;sec-ch-ua-platform&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;\&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;Windows\&lt;/SPAN&gt;&lt;SPAN&gt;"","&lt;/SPAN&gt;&lt;SPAN class=""&gt;sec-fetch-dest&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;empty&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;sec-fetch-mode&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;cors&lt;/SPAN&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;SPAN&gt;,"&lt;/SPAN&gt;&lt;SPAN class=""&gt;connection&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;Keep-Alive&lt;/SPAN&gt;&lt;SPAN&gt;"},"&lt;/SPAN&gt;&lt;SPAN class=""&gt;body&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;agg&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;prod-pri-b-10.185.32.135&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;index&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;bhn_apps&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class=""&gt;host&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;production-HI-Marketplace-&lt;SPAN class=""&gt;Y"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 10:39:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-A-table-data-with-multiple-JSON-fields/m-p/603360#M209984</guid>
      <dc:creator>shashaikhhh</dc:creator>
      <dc:date>2022-06-27T10:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with A table data with multiple JSON fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-A-table-data-with-multiple-JSON-fields/m-p/603505#M210011</link>
      <description>&lt;P&gt;What kamlesh_vaghela asks is an explanation of the requirement because the OP is extremely vague. &amp;nbsp;For example, what constitutes a "Platform Count" and what constitutes a "Country Count"? &amp;nbsp;Your illustrated outcome requires a lot more data than illustrated in the post, i.e., illustrated data is insufficient to produce the outcome, there is no mathematically unique solution.&lt;/P&gt;&lt;P&gt;Sometimes it is difficult to illustrate sufficient data. &amp;nbsp;When this happens, the next best thing is to supply some pseudo code, or some of your failed code so others can more easily understand what you need.&lt;/P&gt;&lt;P&gt;After trying to assemble some scenarios to satisfy the outcome, I, too, failed to see what kind of data set can give you distinct "Platform Count" AND "Country Count" by origin. &amp;nbsp;Please explain by additional data or by your attempted code.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 06:15:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-A-table-data-with-multiple-JSON-fields/m-p/603505#M210011</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2022-06-28T06:15:51Z</dc:date>
    </item>
  </channel>
</rss>

