- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is it possible to create a dynamic business process flow in Splunk?
Hello,
is it possible to create a dynamic business process flow in Splunk?
something similar to the queue flow that Splunk provides in the deployer server?
prefer not to use html or css. maybe there is an external app for this?
thanks
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Are you looking for something like Splunk's ITSI app: https://splunkbase.splunk.com/app/1841/ ?
| makeresults | eval message= "Happy Splunking!!!"
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
im looking for something free 🙂
i guess the ITSI can provide this kind of dashboard but it is very expensive
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

You can create your own custom app but that will use html, js and css. You can refer to Image Overlay with Single Values example on Splunk 6.x Dashboard Examples, for displaying data on top of an existing image.
You can also refer to my answer on displaying dynamic status icons overlaid on a base image, which is kind of an extension to the example provided in the app.
https://answers.splunk.com/answers/399332/image-overlay-with-icons-based-on-value.html.
PS: Working with static files like images, css and js requires you to restart Splunk and clear browser cache for the changes to take effect.
| makeresults | eval message= "Happy Splunking!!!"
