Logs are not available in Splunk after Java 17 upgrade
I am trying to upgrade mule application to Java 17 and runtime 4.6 (LTS). We have Splunk configured and it is observed that after the upgrade the logs are not going to Splunk.
Logs are not available in Splunk after Java 17 upgrade
I am trying to upgrade mule application to Java 17 and runtime 4.6 (LTS). We have Splunk configured and it is observed that after the upgrade the logs are not going to Splunk.
How to preserve case in header keys in http requester mule 4
I am facing issue while calling the rest api from http requester in mule 4 where the rest api is expecting Key in header in capitalize format like Key and i defined in capitalize format only in headers but it’s converting automatically in lower case by default.
Is there any way to fix this in mule4.
How to escape any special character while reading csv file using Mule file connectors
I have a requirement where I need to read a csv file and in one of the column they have a special character using File connector. However the column value is getting truncated from the special character while reading itself.