Adding together kibana timelion variables

I am using a variable that holds a numeric value used later in the timelion script.

For simplicity, I have created a simple problem.

As you can see, I am using a variable threshold which holds my value. I want to reuse it inside label method.

I am able to use it by writing .label($threshold) , but appending the variable with string literal(shown in image) ignores the variable.

How should I achieve this?

@BlueSpirit

I don't think timelion scripts support this type of concatenation.

I would create an enhancement request https://github.com/elastic/kibana/issues/new

Added a request here.

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