How can i change Display name in Grafana?

Hi !
Who can i change field string?
I need change text in ${__series.name} for exclude some of string or cut string for some char
I have:
[!] Sending error: No message, timeout exceeded or problem with response queue from: LL.GET_CARD
[!] Sending error: No message, timeout exceeded or problem with response queue from: LL.GET_ID
I would like accept:
LL.GET_CARD
LL.GET_ID

I found only this variants of changing ${__series.name.[5]} - but its show only 1 char
I know about mapping but it’s not good for my because error will be add extrimly
Thank you !

Welcome @zisoua

Have you tried an override, like this?

1 Like

i don’t know what type of error will be in log - but first text is always same and i real need cut first 50char from my fields text.