I have the following configuration in the inputs.conf file, but nothing seems to be happening. I loaded up the bin folder with all the jars that are needed, but there is no logging to the $SPLUNK_HOME/var/log/splunk/splunkd.log . I am just kind of wondering how we are supposed to know if a connection was made or if errors are occurring. Thanks.
[jms://topic/EventTopic]
init_mode = jndi
jms_connection_factory_name = RemoteConnectionFactory
jndi_initialcontext_factory = org.jboss.naming.remote.client.InitialContextFactory
jndi_provider_url = remote://remote.testing:4447
durable = false
sourcetype = syslog
... View more