Hi,
I have a dashboard which in which one of the panels features a table, currently made out of 4 separate searches (technically 4 tables just next to each other), like so:
![alt text][1]
The searches for each one look like this:
base search... | stats latest(AvailabilityFlex) AS Availability latest(RollOutFlex) AS RollOut latest(LeadershipFlex) AS Leadership
where for the other metrics the stats command looks for other metrics, i.e
base search ... | stats latest(AvailabilitySub) AS Availability latest(RollOutSub) AS RollOut latest(LeadershipSub) AS Leadership
Is there an easy way of combining these searches all into one table, with the same structure as it currently has? A table with 4 columns and 4 rows, the first column one being the 'metric' and the name of that for each row?
Thanks,
Sam
EDIT: The reason for this is because when you generate the PDF it really stretches out the table, making it look much less professional. If anyone knows how to keep panels all grouped together when doing this, that would also work!
[1]: /storage/temp/252068-table.png
↧