<?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: Need Help in creating dashboard in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667560#M12277</link>
    <description>&lt;P&gt;Your script is doing you a disservice.&amp;nbsp; For example, "Bob": 30, should possibly be "Name": "Bob", "count": 30&lt;/P&gt;&lt;P&gt;This would make the handling of the data easier in Splunk.&lt;/P&gt;&lt;P&gt;Also, have you considered extracting the data in Splunk using DBConnect, and building your dashboard directly from the data rather than trying to manipulate a report that your script has generated?&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2023 15:23:45 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-11-06T15:23:45Z</dc:date>
    <item>
      <title>Need Help in converting Json data to table</title>
      <link>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667544#M12272</link>
      <description>&lt;P&gt;I have a sample data something like below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
"Year": {
"Top30RequesterInOneYear": {
"Bob": 22,
"Marry": 12
},
"TotalRequestCountInOneYear": {
"9": "K",
"10": "C"
},
"Top10ActionInOneYear": {
"31": "update table",
"33": "Display log"
}
},
"Month": {
"Top30RequsterInOneMonth": {
"Foo": 3,
"Bob": 6
},
"TotalRequestCountInOneMonth": {
"1": "K",
"5": "C"
},
"Top10ActionInOneMonth": {
"10": "Display log",
"11": "update table"
}
},
"Week": {
"Top30RequesterInOneWeek": {
"Bob": 6
},
"TotalRequestCountInOneWeek": {
"15": "C"
},
"Top10ActionInOneWeek": {
"3": "update table",
"7": "display reboot"
}
}
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output is expected is as below. Can someone please help me on this.&lt;/P&gt;&lt;P&gt;Top30RequesterInOneYear&lt;BR /&gt;Name | Count&lt;BR /&gt;Bob 22&lt;BR /&gt;Marry 12&lt;/P&gt;&lt;P&gt;TotalRequestCountInOneYear&lt;BR /&gt;Count | Status&lt;BR /&gt;9 K&lt;BR /&gt;10 C&lt;/P&gt;&lt;P&gt;Top10ActionInOneYear&lt;BR /&gt;Count | Action&lt;BR /&gt;31 update table&lt;BR /&gt;33 Display log&lt;/P&gt;&lt;P&gt;Top30RequsterInOneMonth&lt;BR /&gt;Name | Count&lt;BR /&gt;Foo 3&lt;BR /&gt;Bob 6&lt;/P&gt;&lt;P&gt;TotalRequestCountInOneMonth&lt;BR /&gt;Count | Status&lt;BR /&gt;1 K&lt;BR /&gt;6 C&lt;/P&gt;&lt;P&gt;Top10ActionInOneMonth&lt;BR /&gt;Count | Action&lt;BR /&gt;10 display log&lt;BR /&gt;11 update table&lt;/P&gt;&lt;P&gt;Top30RequesterInOneWeek&lt;BR /&gt;Name | Count&lt;BR /&gt;Bob 6&lt;/P&gt;&lt;P&gt;TotalRequestCountInOneWeek&lt;BR /&gt;Count | Status&lt;BR /&gt;15 C&lt;/P&gt;&lt;P&gt;Top10ActionInOneWeek&lt;BR /&gt;Count | Action&lt;BR /&gt;3 update table&lt;BR /&gt;7 display reboot&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 04:25:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667544#M12272</guid>
      <dc:creator>Priyabrata</dc:creator>
      <dc:date>2023-11-08T04:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in creating dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667545#M12273</link>
      <description>&lt;P&gt;What is your question?&amp;nbsp; We need a lot more information before we can help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What help do you need?&amp;nbsp; What is the dashboard expected to do?&amp;nbsp; Is the data already onboarded with fields extracted?&amp;nbsp; What have you tried so far and what have been the results?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 14:33:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667545#M12273</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-11-06T14:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in creating dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667553#M12274</link>
      <description>&lt;P&gt;It looks like you just want to reformat the JSON output - I am not sure Splunk is the right tool for this. Have you considered using a scripting or text processing language, e.g. perl, awk, python, etc.?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 15:01:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667553#M12274</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-11-06T15:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in creating dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667554#M12275</link>
      <description>&lt;P&gt;I have a python script which talks to database and get the data in json format. Now I need to create a dashboard in splunk out of the data after retrieving in tabular format.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 15:14:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667554#M12275</guid>
      <dc:creator>Priyabrata</dc:creator>
      <dc:date>2023-11-06T15:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in creating dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667556#M12276</link>
      <description>&lt;P&gt;Data is not onboarded with field extracted.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 15:10:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667556#M12276</guid>
      <dc:creator>Priyabrata</dc:creator>
      <dc:date>2023-11-06T15:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in creating dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667560#M12277</link>
      <description>&lt;P&gt;Your script is doing you a disservice.&amp;nbsp; For example, "Bob": 30, should possibly be "Name": "Bob", "count": 30&lt;/P&gt;&lt;P&gt;This would make the handling of the data easier in Splunk.&lt;/P&gt;&lt;P&gt;Also, have you considered extracting the data in Splunk using DBConnect, and building your dashboard directly from the data rather than trying to manipulate a report that your script has generated?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 15:23:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667560#M12277</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-11-06T15:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in creating dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667631#M12278</link>
      <description>&lt;P&gt;No, I am not using DB connect as that is a sort of limitation in my project.&lt;/P&gt;&lt;P&gt;As i am new to splunk, looking for some help in visualizing data in tabular format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 04:09:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667631#M12278</guid>
      <dc:creator>Priyabrata</dc:creator>
      <dc:date>2023-11-07T04:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in creating dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667786#M12281</link>
      <description>&lt;P class="lia-align-left"&gt;Can i please get some expert help on this ?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 04:19:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667786#M12281</guid>
      <dc:creator>Priyabrata</dc:creator>
      <dc:date>2023-11-08T04:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in creating dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667787#M12282</link>
      <description>&lt;P&gt;Can i please get some help ?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 04:20:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-Help-in-converting-Json-data-to-table/m-p/667787#M12282</guid>
      <dc:creator>Priyabrata</dc:creator>
      <dc:date>2023-11-08T04:20:03Z</dc:date>
    </item>
  </channel>
</rss>

