Agent data collection fail: "closed: websocket: close 1001 (going away)". "transport receive error"Issue After installing ACC and checking data collection, it is connects properly to MID Web Socket but eventually fails with the below message: "closed: websocket: close 1001 (going away)"."transport receive error"ReleaseAll Versions.ResolutionThe issue is with check-allow-list.json file and the configuration for the endpoint_discovery.rb. The command that are running is this: endpoint_discovery.rb --compact --select=basic_inventory,installed_software,file_systems,serial_numbers,network_adapters,tcp_connections,storage_devices,running_processes,usage_software However, the configuration in the check-allow-list.json is this: { "args":[ "--compact --select=basic_inventory,installed_software,file_systems,serial_numbers,network_adapters,tcp_connections,storage_devices,running_processes" ], "exec":"endpoint_discovery.rb", "skip_arguments":false } Notice that the args are very similar to the arguments in the command we are running. However, the command that are running has "usage_software" at the end, which the allow list args does not include. The args need to be an exact match. Add usage_software for the above list, restart ACC and the issue should be resolved.