aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-10-06 13:45:11 -0700
committerGerald Combs <gerald@wireshark.org>2022-10-07 17:01:17 +0000
commita1ec85089478ea88d68f10d4d68772307127845e (patch)
tree01c1bdb9c7839e12d6ba4045d66e268a78352c3e /doc
parent2b4fcae31f14d5c609530030b5375356db7e2b19 (diff)
falcodump: Prefill the Cloudtrail profile and region fields.
Make the cloudtrail-aws-profile and cloudtrail-aws-region settings prefilled selection lists. Make them editable as well.
Diffstat (limited to 'doc')
-rw-r--r--doc/falcodump.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/falcodump.adoc b/doc/falcodump.adoc
index d2a4ebf654..cecca0176a 100644
--- a/doc/falcodump.adoc
+++ b/doc/falcodump.adoc
@@ -80,6 +80,9 @@ s3://__bucket_name__/AWSLogs/__id__/CloudTrail/__region__/__year__/_month_/__day
The __region__, __year__, _month_, and __day__ components can be omitted in order to fetch more or less data.
For example, the source s3://mybucket/AWSLogs/012345678/CloudTrail/us-west-2/2023 will fetch all CloudWatch logs for the year 2023.
+The cloudtrail plugin uses the AWS SDK for Go, which can obtain profile, region, and credential settings from a set of standard https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/[environment variables and configuration files].
+Falcodump will show a list of locally configured profiles and the current regions, and will let you supply a custom value as well.
+
== EXAMPLES
To see program arguments: