I would like to create a dynamic dashboard, like below diagram. In that above diagram, selected field values should pop in field1/2/3/4 blocks in above diagram. is it possible in splunk? and if I click on any field it should drill down (or) run a new search for new results.
If a particular value is breached then I want that field should change color. is it possible ?
i answered almost the same question over here -> http://answers.splunk.com/answers/302643/in-this-image-i-want-dynamic-fields-how-can-i-crea.html#ans.... Check out that answer and see if it helps you out.
And if you would like to stick with simple XML (the answers in the other Question that @alacercogitatus suggested all require extra coding skill and custom development), check out the much simpler (but not as good) option in this answer:
as per my problem, i found some solution from Table Row Highlighting (dashboard examples).
in Table Row Highlighting, they used splunkjs/mvc/tableview , javascript file. so that can you give any suggestion that, which inbuilt java script file can help?
the path for these js files are $Splunk-home\share\splunk\search_mrsparkle\exposed\js\splunkjs\mvc
i answered almost the same question over here -> http://answers.splunk.com/answers/302643/in-this-image-i-want-dynamic-fields-how-can-i-crea.html#ans.... Check out that answer and see if it helps you out.