Dashboards & Visualizations

Does the SplunkJS Stack has the Dashboard Editor in it?

neilwan
Engager

Want to use the Dashboard Editor to edit a dashboard but cannot find such a component.

Tags (1)
0 Karma

niketn
Legend

@neilwan for Coding Splunk JS scripts, you can use any Rich Text Editor like NotePad++, Microsoft Code etc. While debugging

1) You can enable JS based console messages/alerts
2) Splunk JS Debugging
3) Internet Browser Inspection by pressing F12 (you can also check debug messages from above two steps in Console Logs).

If you are looking for any other information please provide more details!

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

neilwan
Engager

Sorry I did not make this clear. What I mean is the WYSIWYG dashboard editor in the Splunk web app, i.e. users can move or resize the panels by dragging and dropping, etc. I want to have this feature in my own app so want to know if it's included in the SplunkJS stack.

0 Karma

niketn
Legend

@neilwan at present Drag and Drop to move panels is available in Splunk. However, Panel resizing is through CSS. You can definitely give users inputs to apply Width (through CSS)/Height (through chart configuration) through tokens in your dashboard.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...