Greetings Splunk Community,
I have a basice question on developing an application to display data from Splunk on a web page, in this case, a server created by node.js/express/axios.
I think I may be "barking up the wrong tree!" I do have an express/javascript app that displays data on tables on and index.ejs page from alerts condigured with the "webhook" feature. This works fine.
I am looking for a webpage that will display Splunk data from a webhook or t;wo,and a chart(s), and perhaps
may be able to run a defined searh from the page with a button click, etc. The idea I have, to to have a webpage that display status of certain data we have in Splunk. With out having to log into Splunk to view a dashboard, etc. I have looked at the splunk-sdk, and the search manager, but these seem to be deprecated.
Is it possible to create some short of a webpage on a server that just shows select data, and a chart or two?
Thanks,
eholz1
Hi @eholz1
If you simply want to have dashboard accessible without logging in then you could look at https://help.splunk.com/en/splunk-cloud-platform/create-dashboards-and-reports/dashboard-studio/9.3....
If you need/want more customisation or you have more complex setup then you might want to look at https://github.com/livehybrid/dashpub which uses the Splunk UI Framework (https://splunkui.splunk.com/Packages/dashboard-docs/Introduction) to render full dashboards and runs searches in the background against Splunk.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
Hi
i think that you are looking this https://splunkui.splunk.com?
With it you can do almost anything what you ever get. I have seen e.g. Doom inside Splunk UI 😉