From 1b5a88e5a6ed3b05e3b2c64f3f9f622425eae524 Mon Sep 17 00:00:00 2001 From: Dylan Jones Date: Wed, 16 Feb 2022 20:35:46 +0000 Subject: [PATCH] Add region configuration option to docs Makes it clearer for users who do not use US region how to configure tool --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4176123..9766b4c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,17 @@ adding the following argument to the sample's command-line: --credentials_file ``` + +## Region + +The Chronicle instance will have a region (`US`, `ASIA` or `EUROPE`). By default, +the CLI will use `US`. If you need to point to another region, you need to +specify it explicitly by adding the following argument to the command-line: + +```shell +--region +``` + ## Usage - Getting Sample Logs