- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to create sample dashboard for a scheduler tool?
Hello,
We are planning to create a dashboard for Redwood scheduler tool where we want to see Service availability, Up time, jobs monitoring, HA etc. Please let me know if there is any sample dashboard available in Splunk (or link to any example dashboard ) for a scheduling and monitoring tool which we can take as a base and customize.
Need some guidance on what we can show and how we can show. Thanks and any suggestion is much appreciated.
Regards
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi purushot1234... we just published RHONDOS Redwood Analytics app to Splunkbase. https://splunkbase.splunk.com/app/6715 Let us know what you think and if you would like to see any additional use cases included.
Thanks
Ian
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@purushot1234 use the Splunk Add On Builder app from Splunkbase to create data input to Splunk using REST or Scripted input.
Check out documentation on Splunk Add On Builder app.
| makeresults | eval message= "Happy Splunking!!!"
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Hi @purushot1234,
the site to find free apps is apps.splunk.com.
If you don't find anything about Redwood, the only way is build you own app.
The sequence is the following:
- ingest logs,
- extract fields using the guided web interface or regexes,
- build your searches,
- and then your dashboards.
If you share an example of your logs I could help you.
Ciao.
Giuseppe
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Giuseppe
