I looked through the docs and other Splunk Answers, but it still isn't making sense to me, so please bear with me. 🙂
I have a simple "top" chart on a dashboard that lists web categories, their count, and percentage. I would like to be able to click on one of those categories and open a new search, in a new window (or tab), and insert that clicked category into a new search like this:
index=index type=type subtype=subtype action=action category=**CLICKED CATEGORY** | table _time srcip level dstip SourceZone reqtype service hostname url referralurl sentbyte rcvdbyte action msg catdesc crscore crlevel
How would I go about doing this?
Thanks for your continued, great help!
... View more