All Apps and Add-ons

Protobuf data into Splunk

mloobo
Engager

Hi all,

I have a Java application that sends data using protobuf protocol to an endpoint. The protobuf specification (to be shared with the destination) is compiled as a JAR file. I want to continue using this application but sending data to Splunk.

I already look for this in the Internet, but I did not find anything clear.

Could you please give a set of steps to be able to insert data coming as protobuf messages into Splunk?

Thank you.

1 Solution

Damien_Dallimor
Ultra Champion

You can use the Protocol Data Inputs App for this purpose.

https://www.splunk.com/blog/2014/11/11/protocol-data-inputs.html

You'll just need to write a custom data handler to decode the received binary using your compiled jar.

Example data handlers ship with the app to get you started. Links in the above blog post.

View solution in original post

Damien_Dallimor
Ultra Champion

You can use the Protocol Data Inputs App for this purpose.

https://www.splunk.com/blog/2014/11/11/protocol-data-inputs.html

You'll just need to write a custom data handler to decode the received binary using your compiled jar.

Example data handlers ship with the app to get you started. Links in the above blog post.

Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...