How to split lines based on a term in Timelion using split() or other?

You can use Regex in your label.

It will be something like:

.label(regex='.* username.keyword:(.*) > .*', label='$1')
5 Likes