Groupby two or more Terms using Visual Builder

Hello All,

I have a requirement of creating a time series visualisation in Kibana using 'Visual Builder' and I need to group by using more than one terms.
[Kibana Version: 6.7.1]

My Query is like below:

AGGREGATION (AVERAGE ) on FIELDS (fields.<some_field_name>)
GROUPBY (Terms) BY (tags.<some_tag1>) and (tags.<some_tag2>)
ORDERBY (Terms)

I need to group by using the tag1 and tag2.

However, I can see we can GROUPBY using only one TERMS.

Can anyone please help me out with this?

Thanks in advance,
Vikash

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