Hi
I have search for a dashboard which produces a graph and does predictions, I want to display the date when we expect a certain threshold to be crossed. I have added some smarts to the search so it now ends with
| eval DATE=if('high(future)' > "3.9", _time, null()) | search DATE!=null() | head 1 | fields _time
This gives me the date I require but in a stats table. How can I display it bigger such as a single value panel?
Thanks
Mark
↧