Hello, I have been using Kibana for a couple days for now and i've ran into an issue with handling a JSON field that gets interptreted as a string somehow. Here is a peek into usual logs:
The log field should work as a JSON-field, but when you look ath the raw data it is littered with backslashes from previous sources:
I can't visualize on any of the sub-fields nor process it any further.
What should i do about it ? Is it possible to solve it using pure Kibana features ? Do i need to install a plugin or tamper with whole efk stack ? Or should I rather fix the data at its source (this solution isn't preferrable due to security issues) ?

