Skip to content

Commit c7d7c1f

Browse files
authored
Add add_cloud_metadata processor error to exclusion list (#4632)
1 parent 5503e4c commit c7d7c1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/integration/logs_ingestion_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ func testMonitoringLogsAreShipped(
278278
"add_cloud_metadata: received error failed requesting openstack metadata: Get \\\"https://169.254.169.254/2009-04-04/meta-data/hostname\\\": dial tcp 169.254.169.254:443: connect: connection refused", // okay for the cloud metadata to not work
279279
"add_cloud_metadata: received error failed requesting openstack metadata: Get \\\"https://169.254.169.254/2009-04-04/meta-data/placement/availability-zone\\\": dial tcp 169.254.169.254:443: connect: connection refused", // okay for the cloud metadata to not work
280280
"add_cloud_metadata: received error failed requesting openstack metadata: Get \\\"https://169.254.169.254/2009-04-04/meta-data/instance-type\\\": dial tcp 169.254.169.254:443: connect: connection refused", // okay for the cloud metadata to not work
281-
"add_cloud_metadata: received error failed with http status code 404", // okay for the cloud metadata to not work
281+
"add_cloud_metadata: received error failed with http status code 404", // okay for the cloud metadata to not work
282+
"add_cloud_metadata: received error failed fetching EC2 Identity Document: not found, Signing", // okay for the cloud metadata to not work
282283
"add_cloud_metadata: received error failed fetching EC2 Identity Document: operation error ec2imds: GetInstanceIdentityDocument, http response error StatusCode: 404, request to EC2 IMDS failed", // okay for the cloud metadata to not work
283284
"failed to invoke rollback watcher: failed to start Upgrade Watcher: fork/exec /var/lib/elastic-agent/elastic-agent: no such file or directory", //on debian this happens probably need to fix.
284285
})

0 commit comments

Comments
 (0)