Open sol1-matt opened 1 year ago
Saved filters contain unicode characters eg:
"host.__name==\"myhost\" && match(\"*my service*\", service.__name)"
becomes
"host.__name==\"myhost\" \u0026\u0026 match(\"*my service*\", service.__name)"
should save the data file in utf-8 format which can handle &
&
Saved filters contain unicode characters eg:
becomes