diff --git a/README.md b/README.md index 9c1cca06..20043a05 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, add the following configurations 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.