The first operator is not supported in dashboards
I am trying to add a search (that runs properly with results) to a dashboard.
The search has "... count first(company_domain) as company by userID ...".
Why cant this be added to the dashboard, or is there another way?
Add to Dashboard close
Unable to create a monitor.
The first operator is not supported in dashboards.
-
First and last are ambiguous, it depends on whether you are looking at the most recent event first (as what happens in search) or if you are looking at most recent event last (as it happens in dashboards)
Most of the time, you can use max and min to do what you want. Does that work in your case?
kumar
Please sign in to leave a comment.
Comments
1 comment