Hi,
I have a field 'source' in my elasticsearch(please refer the below image) and i want to use the values in source field to add filter in my timelion grapg
Timelion expression
.es(index=server-*, q='com.clarify.api.exception.DataNotFoundException', timefield='@timestamp').label('DataNotFoundException').bars(stack=false width=20).color(black)
Thanks in advance
Vineet