This issue could either be something blocking traffic or it could be as simple as a service issue with docker and stopping and restarting the app might work.
What to do
This procedure is intended for QRadar SIEM. If you are on QRadar on Cloud, you will require a case to have this issue validated as QRadar on Cloud users cannot access the command line where the application resides.
The goal of this procedure is to determine if you connect on port 8080 and port 443.
- Use SSH to log in to the QRadar Console (or App host, if present) as an administrator.
- To get your LSM app ID, type:
/opt/qradar/support/recon ps
- To connect to the container with the LSM app, type:
/opt/qradar/support/recon connect ####
- To curl for the index page of nginx, type:
curl http:
- If you receive an error message, there is likely a proxy config issue going on or the port is being blocked by an iptables rule.
For example, if I have a bad proxy or port, the following is displayed as localhost (127.0.0.1 should not be hitting the proxy):
curl: (7) Failed to connect to proxy.example.test port 8080: Connection timed out
- To confirm your environment variables, type:
printenv
- If the output does not list QRadar_NO_PROXY in the environment variables, then this might be your issue.
- When we've seen this in the past, support needed to set APP_PROXY_NO_PROXY_LIST to enable the environment variables, but the root cause ended up being a --dport 443 -j DROP in iptables that caused the issue. The logs should tell us more, but this is an issue that needs to be confirmed in nva.conf and also in the app config.
Results
As this is QRadar CE, you should check to see what the CURL command reports. As this issue is QRadar CE, there is no support for this product and only the forums are available.
------------------------------
Jonathan Pechta
QRadar Support Content Lead
Support forums: ibm.biz/qradarforums
jonathan.pechta1@ibm.com
------------------------------
Original Message:
Sent: Sun February 26, 2023 06:52 AM
From: Gafanhoto Inseto
Subject: QRadar CE APP Log Management error 404
Good morning friends all right? I have a problem with the log management app, has anyone had this problem?
i am using qradar CE

------------------------------
Gafanhoto Inseto
------------------------------