Jacki posted this question for me ...
This was the inner search [search earliest=5/3/2010:17:55:00 latest=5/3/2010:18:00:00 | bucket _time span=10s | stats count(domain) as domain_count by _time host | autoregress domain_count p=1-5 | where domain_count/domain_count_p1 < .10 | eval last_time= _time | eval last_host= host | eval start_time = last_time - 36000 | fields last_time, last_host, start_time]
The above search will return back the time windows and host that I want to do the outer search on ..
search * host=last_host earliest=last_time latest=start_time ...
I get back nothing .. from the outer search ... but the inner search return the results !
Help ... I am not to sure how to get splunk to read the values from the inter search as variables for the search time window and host.
gprez
... View more