In my dashboard, i display log messages in a table. There are logs which has double quotes. I use custom drilldown to goto search app.
Now when i click messages with double quotes, I get unbalanced quotes error. I can escape in search app with a slash and it works. But if i use eval - replace in my dashboard to add a slash, that slash is escaped automatically by splunk and i get \" instead of ".
I know i can remove double quotes in my dashboard to make it work, but im looking to escape the quotes in-order to show users accurate error messages