-
Is there a way to enable Audit logs in pub sub+ event broker and fetch those logs?
I want to enable audit logging in pubsub event broker which I am running it as docker container. Is there a way to do that? I see Audit logs are there in pubsub cloud but is it available in pub sub event broker? #audit
-
Is there a topic that captures ACL logs or is there a way to forward them to an external system?
I'm working on a logging strategy document, and I'm trying to determine if there's a way to capture ACL logs from a Solace Cloud environment and forward them to an external system. I'm open to using any method REST Delivery Point, syslog forwarding, etc. I'm aware that system, client and vpn logs are sent to a topic #LOG,…
-
Is solace 10.11 compatible with log4j2 (v2.15)?
Hi there. Because of the actual log4j issue (Log4j2 Vulnerability (CVE-2021-44228)), i was asked to change our jms client implemtation to use the latest version of log4j2 (v2.15). The previous log4j version used by the client was log4j-1.2.16. Everything was working fine there. I know this old version is not affected,…
-
In Spring cloud , i would like to print logs which will tell to which queue application is connected
Hi, I am working on spring-cloud-solace. In application i need logger to track which queue application is connected to. Could you pls help
-
Integrating Solace PubSub+ with Logstash
Logging is a crucial part of your applications, especially enterprise applications. If you're still writing logs to a database, you really need to read this :) This post shows how to use Solace as the pipeline to your ELK stack, replacing your slow and heavy JDBC insert operations with a JMS send operations. Let Solace be…
-
Subscribing to EVENTS published by Broker
Under the reserved topics section of docs - have a question This is pretty close to tracking lifecycle changes of Broker managed objects as events at runtime, really great. However, I did not receive any events even with a wild-card subscription '#LOG/>' in 'try-me' tab on the PS+ manager tool. The doc says - "Subscribed…
-
Solace Event Broker Logs: What do all those numbers mean!?
😱 So you configured syslog on your event broker and now you're getting a bunch of events. They look like they have a whole bunch of info, but what the heck do all those numbers mean!? 2021-03-12T18:56:04.763+00:00 <local3.info> b0e95afab69a event: CLIENT: CLIENT_CLIENT_CLOSE_FLOW: default…
-
Graylog Content Pack
To ease of support, I am wondering any Graylog content pack is available for Solace
-
Missing log level in the remote syslog server log files
On our solace appliances we have configured to send logs to our syslog servers. We are receiving them but in the log messages the log level and destination is missing. Do anyone have any idea why the logs not printing log level/destination on our remote syslog servers? We can see log level/destination on the solace…
-
REST Messaging
Hi Folks, Can we push messages from queue/topic to REST Endpoint? I'm pushing my application logs to Topic and now want to publish those logs to another log management system over REST endpoint.
-
Is there a way to log message payload on Broker logs?
Hi, Is it possible to log message payload in broker logs? Could someone please know how to configure it if it is possible? Thanks, Raghu
-
Download Activity Logs and Audit Controls
Using PubSub+ is there a way to download system diagnostics or view router logs? SolAdmin allows this functionality for physical routers, but is there a way to access those logs from the PubSub+ console? If not, what's the best way to access something like this? Additionally, can you export service configurations from…
-
Appropriate debug logging switch to enable to log events that keep Message spools in HA in sync
Hi, I am looking for particular DEBUG logging switches that we can use to see the critical events that are exchanged between Primary, Standby and Monitoring node that keep Message Spools in Sync. And, events that detect message spools out of sync. Also, events that are initiated when monitoring node plays a role in leader…
-
Subscribing to log messages in Solace Cloud
Hi Solace Community, I was recently working on a task which required me to look at log messages using Solace Cloud. Because Solace Cloud is a managed service, I wasn't sure whether these logs were exposed to me or not and if they were, how detailed they would be. With help from my teammates, I eventually figured out how to…