You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Failed to connect to backoff(elasticsearch(http://127.0.0.1:9200)): Get \"http://127.0.0.1:9200\": dial tcp 127.0.0.1:9200: connect: connection refused", // Deb test
202
202
"Failed to download artifact",
203
203
"Failed to initialize artifact",
204
-
"Global configuration artifact is not available", // Endpoint: failed to load user artifact due to connectivity issues
205
-
"add_cloud_metadata: received error failed fetching EC2 Identity Document", // okay for the cloud metadata to not work
206
-
"add_cloud_metadata: received error failed requesting openstack metadata", // okay for the cloud metadata to not work
207
-
"add_cloud_metadata: received error failed with http status code 404", // okay for the cloud metadata to not work
204
+
"Global configuration artifact is not available", // Endpoint: failed to load user artifact due to connectivity issues
205
+
"add_cloud_metadata: received error for provider aws: failed fetching EC2 Identity Document", // okay for the cloud metadata to not work
206
+
"add_cloud_metadata: received error for provider openstack: failed requesting openstack metadata", // okay for the cloud metadata to not work
207
+
"add_cloud_metadata: received error for provider hetzner: failed with http status code 404",
208
+
"add_cloud_metadata: received error for provider digitalocean: failed with http status code 404",
209
+
"add_cloud_metadata: received error for provider azure: failed with http status code 404",
210
+
"add_cloud_metadata: received error for provider openstack: failed with http status code 404",
208
211
"elastic-agent-client error: rpc error: code = Canceled desc = context canceled", // can happen on restart
209
212
"failed to invoke rollback watcher: failed to start Upgrade Watcher", // on debian this happens probably need to fix.
210
213
"falling back to IMDSv1: operation error ec2imds: getToken", // okay for the cloud metadata to not work
0 commit comments