So I have two huge dashboards for two different indexes. These dashboard are for a current version of our app and for a customized version for a few select customers. Data is similar, for this request, but for the other data, fields vary.
These dashboard track 4 fields each. Call them Client, Access Count, Username, total errors. (these are the four fields which are the same in both dashboard.
Right now when I want to do a deeper dive to see why Client 1 has lots of errors and add the detail fields, I click on them and then add the table string to my search. All manual.
I know I can create a new page and pass the Client in a token, and have that search already there. What I Would like to do, is make one new deep dive dashboard and have both of these pass the client and index through as tokens. Since the index is not in the table, how would I pass that through to the new deep dive dashboard?
... View more