Issue with Fleet Plugin: Failed to Fetch Latest Version of Packages #13543
Replies: 2 comments
-
Hi @Anelka3523, do you have any solution for this problem? I have the same problem and I run the same version Security Onion |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Anelka3523 @stormdosertao What exactly are you all trying to accomplish when you see these errors? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
2.4.90
Installation Method
Security Onion ISO image
Description
configuration
Installation Type
Import
Location
airgap
Hardware Specs
Meets minimum requirements
CPU
12
RAM
16
Storage for /
300 GB
Storage for /nsm
1.8T
Network Traffic Collection
other (please provide detail below)
Network Traffic Speeds
Less than 1Gbps
Status
Yes, all services on all nodes are running OK
Salt Status
Yes, there are salt failures (please provide detail below)
Logs
No, there are no additional clues
Detail
I am experiencing an issue with the Fleet plugin in Kibana on Security Onion where the plugin fails to fetch the latest versions of certain packages from the Elastic Package Registry. The errors specifically mention problems with the synthetics, security_detection_engine, and elastic_agent packages. Below are the relevant error logs from Kibana:
docker logs (kibana image id) command out >
[2024-08-22T18:14:35.444+00:00][ERROR][plugins.fleet] Failed to fetch latest version of synthetics from registry: Cannot read properties of null (reading 'version')
[2024-08-22T18:14:42.312+00:00][ERROR][plugins.fleet] Failed to fetch latest version of security_detection_engine from registry: Cannot read properties of null (reading 'version')
[2024-08-22T18:14:42.317+00:00][ERROR][plugins.fleet] Failed to fetch latest version of elastic_agent from registry: Cannot read properties of null (reading 'version')
[2024-08-22T18:14:58.853+00:00][ERROR][plugins.fleet] Failed to fetch latest version of security_detection_engine from registry: Cannot read properties of null (reading 'version')
[2024-08-22T18:14:58.857+00:00][ERROR][plugins.fleet] Failed to fetch latest version of elastic_agent from registry: Cannot read properties of null (reading 'version')
...
Additional Information:
I have verified that the local Elastic Package Registry is accessible from the Kibana container using curl.
Other Fleet functionality appears to be working correctly, with agents showing as healthy and enrolled.
Environment:
Security Onion Version: 2.4.90
Elastic Package Registry: Local, running on Docker
Security onion import node (airgrap mode)
Please let me know if you need any additional information or logs. Thank you!
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions