|
I have a summary indexing job that summarizes the following Top IP's hitting my website over a 5m period. I have a piechart on my dashboard that runs a search against that summary index, but it looks for "Top IP's hitting my website over a 30day period". Perfect usecase for Summary Indexing. Now, i'd like to be able to click on one of the pie chart elements and have it display the actual raw data, and not the summary indexing results. How can i do that? |
|
You can do this with something like this:
The inner HiddenSearch is the search that is getting populated with the argument from the clicked area. |
