Hi everyone, Does anyone here have experience with sending Mendix logs to Splunk Cloud using HEC (HTTP Event Collector)? I’ve configured the Mendix app to send logs via HEC and it’s working — I can see the logs arriving in SplunkCloud. However, I’m trying to structure the logs better. My goal is to send certain values as separate fields/events, like: App name: Demo app Env: test Level: ERROR Module: Product Microflow: ACT_Product_Create Latest error message: abcsd Http response: access denied Http status: 401 But currently all of these details are sent in a single event within message I know that i am sending them in a single string value from mendix. Can someone suggest or give me idea how to send the log messages with a structured way to Splunk and not within a single message.
You are sending the log message as a JSON so it is expected that is will be shown the same way in Splunk. Perhaps you could create your own dashboard to present the message contents another way if that is indeed what you need.