Security

Connect to the queues using JMS

ankithreddy777
Contributor

I have scenario where my password for connect to the queue has "=" embeded in it.
Ex: Password = "axd=jkf" .

Which giving the JNDI properties saperated by the comma delimiter.

Solace_JMS_VPN=sysvpn*,* Solace_JMS_SSL_Truststorepassword=axd=jkf, Solace_JMS_SSL_Keystore.......

Splunk facing some conflicts to detect = in password. May I know how to resolve this issue

Tags (1)
0 Karma

newbie2tech
Communicator

Try escaping it using \

Solace_JMS_VPN=sysvpn*,* Solace_JMS_SSL_Truststorepassword=axd=jkf, Solace_JMS_SSL_Keystore

OR

Solace_JMS_VPN=sysvpn*,* Solace_JMS_SSL_Truststorepassword=axd=\jkf, Solace_JMS_SSL_Keystore

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...