Activity Feed
- Got Karma for How to use custom react visualization in Dashboard Studio?. 09-28-2022 02:26 AM
- Posted How to use custom react visualization in Dashboard Studio? on Splunk Dev. 09-27-2022 04:03 PM
- Posted How to use custom react visualization in Dashboard Studio? on Dashboards & Visualizations. 09-27-2022 04:02 PM
Topics I've Started
09-27-2022
04:03 PM
Hello, I am currently using the new splunk JSON & React framework to create dashboards and use custom visualizations. https://splunkui.splunk.com/Packages/dashboard-docs/ 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 Is there a way to include custom visualizations in dashboard studio? This would be really useful and make it easier to create & maintain dashboards without needing go into a react app for changes Also what do these props mean? /** * visualization can be added through the toolbar */ CustomViz.includeInToolbar = true; /** * can switch to this visualization through the editor viz switcher */ CustomViz.includeInVizSwitcher = true; I did not notice any change of behavior by setting them to true and was not able to do any editing. Thanks, Lohit
... View more
Labels
- Labels:
-
Splunk Web Framework
-
visualization
09-27-2022
04:02 PM
1 Karma
Hello, I am currently using the new splunk JSON & React framework to create dashboards and use custom visualizations. https://splunkui.splunk.com/Packages/dashboard-docs/ 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 Is there a way to include custom visualizations in dashboard studio? This would be really useful and make it easier to create & maintain dashboards without needing go into a react app for changes Also what do these props mean? /** * visualization can be added through the toolbar */ CustomViz.includeInToolbar = true; /** * can switch to this visualization through the editor viz switcher */ CustomViz.includeInVizSwitcher = true; I did not notice any change of behavior by setting them to true and was not able to do any editing. Thanks, Lohit
... View more
Labels
- Labels:
-
Dashboard Studio
-
javascript