Hello! As the subject of the question says, I'm trying to create SPL queries for several visualizations but it has become very tedious since spath does not work with the outputted events, as they come in a string format, making it very hard to work with more complex operations The event contents are in a valid json format (checked using jsonformatter) Here's the event output:{"time":"time_here","kubernetes":{"host":"host_name_here","pod_name":"pod_name_here","namespace_name":"namespace_name_here","labels":{"app":"app_label"}},"log":{"jobId":"job_id_here","dc":"dc_here","stdout":"{ \"Componente\" : \"componente_here\", \"channel\" : \"channel_here\", \"timestamp\" : \"timestamp_here\", \"Code\" : \"code_here\", \"logId\" : \"logid_here\", \"service\" : \"service_here\", \"responseMessage\" : \"responseMessage_here\", \"flow\" : \"flow_here\", \"log\" : \"log_here\"}","level":"info","host":"host_worker_here","flow":"flow_here","projectName":"project_name_here","caller":"caller_here"},"cluster_id":"cluster_id_here"}
... View more