Foglight Agent Manager (FglAM) connections to Foglight Cloud are failing and agents are not collecting data. The follow error message is present in the FglAM logs:
ERROR [Quartz[0]-30] com.quest.glue.core.comms.transport.http.Client - Could not send upstream request to https://foglight_host:443/catalyst-glue-service/message/secure. Received response code 401. Explanation: Authorization header(s) not valid.Complete the following steps to install a new Auth Token on the FglAM(s):
fglam-installer.config file and extract the value of the authToken property.
Example:
fips.approved.mode.enabled=false;
fmsUrl="https://foglight_host:443";
security.default_encryption_algorithm="AES";
authToken="auth_token_value";
[FGLAM_HOME]/state/access.token file in the Foglight Agent Manager installation and paste the authToken value as the file content.