Issue : Capture a value from a query to timelion

I want to capture dynamically the value of the field "hosts' to inject into Timelion.

msg:
ex : [hosts=1, nodes=2, CPUs=8]
[hosts=2, nodes=2, CPUs=8]
[hosts=3, nodes=2, CPUs=8]

something like :

es(q='msg:"hosts").label("hosts", $1)

Regards

Thierry

Hi @thierrys, welcome to the discussion boards!

Timelion does not support dynamic values like this, but I found an open enhancement request asking for this functionality: https://github.com/elastic/kibana/issues/25915

I'd suggest giving that a :+1: if you have a GitHub account, so that the engineers can gauge the community's interest in this feature.