Logging CSV file.
Log is separated by comma
For example
aaa,bbb,ccc,ddd,eee,fff
I only want to see bbb,eee here, what should I do?
I don’t know grafana very well.
Logging CSV file.
Log is separated by comma
For example
aaa,bbb,ccc,ddd,eee,fff
I only want to see bbb,eee here, what should I do?
I don’t know grafana very well.
pattern is probably the easiest, see Log queries | Grafana Loki documentation.
Thanks to you, I solved it.
Thank you very much!