Hi Experts ,
i have table view where all alerts are consolidate with different monitor information.
one of the monitor alerts is to collect folder information path.
when there is more then one folder path it separate by @ delimiter in one string
can i use grafana to create new line in table panel something like that
from : c:\test\my file\archive@c:\test\my file\Doom@c:\test\my file\FB@c:\test\my file\Cts
to
c:\test\my file\archive
@c:\test\my file\Doom
@c:\test\my file\FB
@c:\test\my file\Cts
-
What Grafana version and what operating system are you using?
version 9.3 -
What are you trying to achieve?
How to extract multiple values from a single line by delimiter “@” -
How are you trying to achieve it?
transformation -
What happened?
im not able to do it -
What did you expect to happen?
from single string every time delimiter @ is there to brake the line to next one -
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?