From cf60a8b9abab72a6d32353d9f303550d86f74fd0 Mon Sep 17 00:00:00 2001 From: Rupal Mahajan Date: Mon, 12 Dec 2022 19:33:24 +0000 Subject: [PATCH 1/2] Add workaround for ERR_ADDRESS_INVALID in doc Signed-off-by: Rupal Mahajan --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9c1cca06..1ba8400e 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,13 @@ If you are using a Ubuntu/Debian system, install the following packages: The installation command for both systems can be found [here](./dashboards-reports/rendering-engine/headless-chrome/README.md). +### Download Error: + +If you see Error: net::ERR_ADDRESS_INVALID in the logs while downlaoding report, enable plugin config and add the following configurations that can be set in opensearch_dashboards.yml +``` +opensearch_reporting.osd_server.hostname: '127.0.0.1' +``` + ## Code of Conduct This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) with any additional questions or comments. From cf847cead94137011491a929cbb81e640114879d Mon Sep 17 00:00:00 2001 From: Rupal Mahajan Date: Mon, 12 Dec 2022 20:09:23 +0000 Subject: [PATCH 2/2] nit Signed-off-by: Rupal Mahajan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba8400e..20043a05 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ The installation command for both systems can be found [here](./dashboards-repor ### Download Error: -If you see Error: net::ERR_ADDRESS_INVALID in the logs while downlaoding report, enable plugin config and add the following configurations that can be set in opensearch_dashboards.yml +If you see Error: net::ERR_ADDRESS_INVALID in the logs while downlaoding report, add the following configurations in opensearch_dashboards.yml ``` opensearch_reporting.osd_server.hostname: '127.0.0.1' ```