turbot / steampipe-plugin-aws

Use SQL to instantly query AWS resources across regions and accounts. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/aws
Apache License 2.0
191 stars 103 forks source link

aws_securityhub_finding - Add key column on created_at and updated_at #2295

Closed michalz-rely closed 2 days ago

michalz-rely commented 2 months ago

Is your feature request related to a problem? Please describe. When querying aggregator account and region there are situations where the amount of findings leads to many minutes/hours of data fetching. In order to see the findings generated in past 24h, plugin needs to first dump all the findings (90 days).

Describe the solution you'd like New key columns created_at and updated_at, so the filtering would be done on the API level instead on SQL level

Describe alternatives you've considered

Additional context

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.