Hello Guys,
I have a list of job names and its status in a table format.
Now i need a action button beside every job names. So whenever i click that button, it should change the status of that particular job.
or it should trigger a script.
Can anyone help me in this?
Many thanks in advance
not sure if this needs to be done thru Splunk.
maybe, more info needed.
I have a list of job names and its status in a table format.
you have this info from Splunk? if so, please share with us the Splunk query
Here is the simple query,
index=abc | table job_name status
Now i need a action button beside every job names. So whenever i click that button, it should change the status of that particular job ///
not sure of this one. I don't think adding an action button is possible / feasible by Splunk.
or it should trigger a script ///
what I can suggest is that, you can create an alert. and thru this alert, you can run a script.
the script will be run automatically when alert condition is met.