I have a status field.
It has 5 values.
1 - completed
2 - pending
3 - ongoing
4 - cancelled
5 - upcoming
I want to see 5 lines in Timelion over time, giving values corresponding to the status.
But I am not getting on how to do this.
This is the expression I am using for 2 lines,
.es(index=vogo-database-2, q='status:cancelled') .es(index=vogo-database-2, q='status:completed')
But there is no change in the timelion. I think the filter is not working.
Even this expression does not change anything,
.es(index=vogo-database-2)
OR
.es(index='vogo-database-2')
How can I achieve what I want ?