Hello everyone,
I am trying to create a simple hiding drill down panel. with below search
index=_internal |stats dc(user) as uniqueusers by sourcetype host which gives below table.
sourcetype host uniqueusers
aaaa ccc 4
bbbbb ddddd 2
When a user clicks on uniquesusers value for example 4 it should show a new panel below with list of 4 uniqueuser names.
↧