Multiple fields used for Timelion?

Hello!

I am trying to create a graph using Timelion to tell me the average temperture, however I need to specify two aspects in my index. I want this graph to show the growing temperature only for Green Beans e.g.,

Fields:
(Term) Green: Green Apples, Green Asparagus, Green Beans
(Term) Growing Temp: xx (Range from 2-70 degrees)

I currently am using:

.es(index=plants_bayarea_wws-*, metric=avg:value).range(2-45)

I am using range because I know that the apples don't go above 45 deg. However is there a way that I can specify that I want to use "Green: Green Beans" instead of taking in data from all three?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.