Hello,
this is my query :
(index="uno") OR (index="secundo" earliest=-36mon)
|fields Closed_Date Incident_Number Description Up Overal IDno
|eval ID=coalesce(Incident_Number, IDno)
When the dashboard is loading, it is in Fast mode and don't show the good result.
The good result appears in Verbose mode.
Some fields of the index secundo are empty when the fast mode is used and filled in verbose mode.
I don't get it : with or without "fields" the result is the same, why ?
Thanks for your help.
... View more