Skip to content

Commit

Permalink
Add ERR_ADDRESS_INVALID in Troubleshooting (#574) (#576)
Browse files Browse the repository at this point in the history
* Add workaround for ERR_ADDRESS_INVALID in doc

Signed-off-by: Rupal Mahajan <maharup@amazon.com>

* nit

Signed-off-by: Rupal Mahajan <maharup@amazon.com>

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit c5bb86a)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and rupal-bq authored Dec 12, 2022
1 parent 06156de commit 50408c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 50408c6

Please sign in to comment.