Splunking Solace Events with JMS Modular Input
In this blog post, I am going to demonstrate how to integrate Solace with Splunk using JMS Messaging Modular Input (aka
jms_ta
). Splunk can ingest data from multiple sources using variety of Data Inputs; jms_ta
is one them which is used to ingest data into Splunk from a JMS Broker. This blog builds on top of an existing blog Handling Solace Message Router Events in Applications. This is an excellent reference to build your understanding about Solace Message Router Events mechanism.
We will demonstrate how the following Solace Messaging Events gets ingested into Splunk via Modular Input JMS (jms_ta
):
- Client Connect / Disconnect
- Subscription Add / Remove
* You can refer to Solace Events Reference online documentation for complete list of Events with detailed description of each.
Solace Base Setup
Splunk can be integrated with both Solace Messaging Router Hardware Appliance and Virtual Message Router (VMR). You can refer to instructions to install and configure a local VMR running on your machine.… Read the rest