dashpub
dashpub copied to clipboard
Generate next.js apps to publish Splunk dashboards
Overview of updates ---------------- ### Functionality Enhancements * **Dashboard Parsing:** Dashboards and their tags can now be dynamically parsed and selected during project setup, allowing for greater flexibility in dashboard...
Hi, First of all, just to clarify what our goal is: We want to set in package.json which app, title and app the dashpub app should load. This is a...
Hi, We have tested dashpub from the oct23 branch (should it be merged to master?) on a classic Linux VM. Would it also be possible running it on a kubernetes...
Multiple Updates in this release: - Upgrade to version 25 of the Dashboard Framework - Addition of the timelapse code - Added two new pages: rotator and advanced rotator
Hey. Just FYI, I ran into a bug: When installing dashpub via npm, the yarn.lock file is missing locally. Copying the file from source to ‘/usr/lib/node_modules/@splunk/dashpub/ fixed the problem. Then...
For this, the fix would be to add something like this on line 30: `const agent = (process.env.SPLUNKD_URL || 'https://localhost').startsWith('https') ` In the following file https://github.com/splunk/dashpub/blob/master/template/src/pages/api/data/%5Bdsid%5D.js
When using the timelapse feature in (not in the released version of dashpub), we need to ensure that we are looking for timelapse macros in the post-process search as well...