|
"source="jun_jan.csv" | stats count by date_month" lists all months, but if I want to include another field like status ""source="jun_jan.csv" | stats count by date_month, STATUS" It lists only two months. Plese suggest how do we get the other field source="jun_jan.csv" | stats count by date_mont
date_month count source="jun_jan.csv" | stats count by date_month, STATUS
date_month STATUS count |
|
Look at the events that are in months, not displayed in the second result and see if the STATUS field is present there. The search For all the events there is a status as well as process field,
(22 Feb, 16:59)
iamniks
is there a date_month field too for all of them?
(27 Feb, 01:00)
ziegfried ♦
|
