Getting Data In

Log field to Splunk using HEC appender

dlarah
New Member

Hi,
I want to log a field, in this case the app version of an application to splunk. The application runs in cloud foundry. The app version is available as an env variable.
I am using the HttpEventCollectorLogbackAppender (HECLogbackAppender)

First try: When I extend the HttpEventCollectorLogbackAppender class and add a variable appVersion, just like the other fields sourcetype, source, and so on, that doesn't work, it's not inside the json that's being sent to Splunk.

Second try: When I add the app_version with

MDC.put("app_version", my_app_version_from_env_var) 

(google for "logback MDC" for more information on MDC)
the app_version gets logged in the properties field of the json when the app starts, so all the Spring-related stuff that gets logged when a Spring application starts, contains "properties":{"app_version":"1.13"} in the json.
But after a few logs, the properties field does not appear anymore, and so doesn't the app_version.
Can someone help?

Regards

Tags (1)
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...