<?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: How to use custom react visualization in Dashboard Studio? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-react-visualization-in-Dashboard-Studio/m-p/640737#M11024</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249862"&gt;@lohit8846&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229181"&gt;@rmccullagh&lt;/a&gt;&amp;nbsp;- I have not made myself use Dashboard Studio a lot yet.&lt;/P&gt;&lt;P&gt;But I think this example should help you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://splunkui.splunk.com/Create/ExamplesGallery#Dashboard%20with%20a%20simple%20table%20component" target="_blank"&gt;https://splunkui.splunk.com/Create/ExamplesGallery#Dashboard%20with%20a%20simple%20table%20component&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://github.com/splunk/dashboard-simple-table-component" target="_blank"&gt;https://github.com/splunk/dashboard-simple-table-component&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;But I'm not 100% sure, but maybe this is starting point.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 06:37:49 GMT</pubDate>
    <dc:creator>VatsalJagani</dc:creator>
    <dc:date>2023-04-20T06:37:49Z</dc:date>
    <item>
      <title>How to use custom react visualization in Dashboard Studio?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-react-visualization-in-Dashboard-Studio/m-p/614835#M10767</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently using the new splunk JSON &amp;amp; React framework to create dashboards and use custom visualizations.&amp;nbsp;&lt;A href="https://splunkui.splunk.com/Packages/dashboard-docs/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://splunkui.splunk.com/Packages/dashboard-docs/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, one big issue I have is that I cannot create dashboards using dashboard studio and include custom visualizations. Only the default splunk visualizations will show up in the toolbar when adding&lt;/P&gt;&lt;P&gt;Is there a way to include custom visualizations in dashboard studio? This would be really useful and make it easier to create &amp;amp; maintain dashboards without needing go into a react app for changes&lt;/P&gt;&lt;P&gt;Also what do these props mean?&amp;nbsp;&lt;/P&gt;&lt;P&gt;/**&lt;BR /&gt;* visualization can be added through the toolbar&lt;BR /&gt;*/&lt;BR /&gt;CustomViz.includeInToolbar = true;&lt;/P&gt;&lt;P&gt;/**&lt;BR /&gt;* can switch to this visualization through the editor viz switcher&lt;BR /&gt;*/&lt;BR /&gt;CustomViz.includeInVizSwitcher = true;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not notice any change of behavior by setting them to true and was not able to do any editing.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lohit&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 23:03:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-react-visualization-in-Dashboard-Studio/m-p/614835#M10767</guid>
      <dc:creator>lohit8846</dc:creator>
      <dc:date>2022-09-27T23:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use custom react visualization in Dashboard Studio?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-react-visualization-in-Dashboard-Studio/m-p/640722#M11023</link>
      <description>&lt;P&gt;Would love an understanding of this as well - it seems Splunk need to come to the table in enabling third-party visualizations to work in Dashboard Studio.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 04:34:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-react-visualization-in-Dashboard-Studio/m-p/640722#M11023</guid>
      <dc:creator>rmccullagh</dc:creator>
      <dc:date>2023-04-20T04:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use custom react visualization in Dashboard Studio?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-react-visualization-in-Dashboard-Studio/m-p/640737#M11024</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249862"&gt;@lohit8846&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229181"&gt;@rmccullagh&lt;/a&gt;&amp;nbsp;- I have not made myself use Dashboard Studio a lot yet.&lt;/P&gt;&lt;P&gt;But I think this example should help you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://splunkui.splunk.com/Create/ExamplesGallery#Dashboard%20with%20a%20simple%20table%20component" target="_blank"&gt;https://splunkui.splunk.com/Create/ExamplesGallery#Dashboard%20with%20a%20simple%20table%20component&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://github.com/splunk/dashboard-simple-table-component" target="_blank"&gt;https://github.com/splunk/dashboard-simple-table-component&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;But I'm not 100% sure, but maybe this is starting point.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 06:37:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-react-visualization-in-Dashboard-Studio/m-p/640737#M11024</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-04-20T06:37:49Z</dc:date>
    </item>
  </channel>
</rss>

