Hi @Gr0und_Z3r0 , thank you for your quick answer. When i try your idea i get the error message "unbalanced parantheses". I changed the Example Search for understanding. Direct search without inputfield in test_dashboard: |tstats count where index=_internal AND (TERM(name=dump) OR TERM(name=exec)) by PREFIX(name=) Example search with _internal index and text field named inputfield in test_dashboard: inputfield="dump,exec" |tstats count where index=_internal AND (TERM(name=mvindex(split($inputfield$,","),0)) OR TERM(name=mvindex(split($inputfield$,","),1))) by PREFIX(name=) Any idea why?
... View more