Maurizio Branca
Maurizio Branca
> IIRC getting organization info requires an additional API call, right? Yep! Unfortunately, I didn't keep this info about my research when I created the issue, but I remember the...
We are lucky, then! It seems that at least our test project falls into this "no organization" category, so we can double-check how it works.
@Linu-Elias I have a Google account with [Cloud Identity Free](https://cloud.google.com/identity/docs/editions) which allows me to have an actual Google Cloud organization. We can start by using this for testing.
> could you please share the details of the Google account? That would be helpful. If you have an existing project that belongs to an organization, sharing the credentials of...
Hey @Linu-Elias, I set up the following structure, and there is a service account with access to the "My First Project" project.  I shared...
I am running some manual tests ingesting CloudTrail logs using the SQS mode. I'm using a very simple setup, here are the differences with the default `modules.d/aws.yml` file: ```yaml -...
I am also running manual tests ingesting CloudTrail logs from the same S3 bucket using the S3 polling. Here's the config: ```yaml - module: aws cloudtrail: enabled: true # AWS...
A recent change in the main branch created an inconsistency in the versions of the AWS SDK core and services modules. In practice, all the AWS inputs I tested failed...
> Engaging code owners, @elastic/obs-cloud-monitoring , for validation. Hey @agithomas, thanks for the heads up. We are sunsetting elastic/obs-cloud-monitoring, so the reference handle for our team is now @elastic/obs-ds-hosted-services.
> I cannot comment the lines you did not change, but is there reason to leave this? > > https://github.com/zmoog/beats/blob/cc1d24512dad1a0d8f09055c12cb6e4d49c18ced/x-pack/filebeat/input/azureeventhub/metrics.go#L34 > > And again in the test: > > https://github.com/zmoog/beats/blob/cc1d24512dad1a0d8f09055c12cb6e4d49c18ced/x-pack/filebeat/input/azureeventhub/metrics_test.go#L146...