Option 1:

XRAY: How to remove the message "JFrog Xray is unavailable. For details, please check Artifactory's log files”

AuthorFullName__c
Marwa Sharif
articleNumber
000005642
FirstPublishedDate
2023-03-21T13:37:57Z
lastModifiedDate
2025-07-28

Navigate to artifactory.config.latest.xml file found inside path $JFROG_HOME/artifactory/var/etc/artifactory and change "enabled" from "true" to "false" under the xrayConfig.

Rename the file from “artifactory.config.latest.xml” to “artifactory.config.import.xml” and then restart the Artifactory instance for the changes to take effect.
NOTE: If you have an HA cluster, please ensure to restart each node.