How to include the timestamp filter value in the dropdown filter?

Hi,

In the drop-down filter, I want to reference the ts field value from the timestamp filter. How to do this?

Thanks,
Eason

Could any master give some examples for this? Really thanks a lot!

can you show full expressions for both controls ?

something like this should work:

timefilter:

timeFilterControl column=@timestamp compact=true filterGroup="timeGroup"

dropdown filter:

kibana | selectFilter group="timeGroup" | essql "select userMail from "mytable" | ...

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