|
I have a search that is expensive so I am building a datacube, returning multiple stats such as number of views, number of distinct views per domain. I want to use HiddenPostProcess to display each stat on a separate chart. The following works with SimpleResultsTable, but not with FlashChart. Thanks, Dan sourcetype=syslog | stats count as views,dc(client_ip) as distinct_views by uri_domain | fields + client_ip,views | sort - views |