Skip to content

Commit 776d79f

Browse files
committed
Add vale fixes
Signed-off-by: Andre Kurait <[email protected]>
1 parent 9512c54 commit 776d79f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_migration-assistant/migration-phases/replay-captured-traffic.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@ Metrics and dashboards pushed to CloudWatch may experience a visibility lag of a
325325

326326
## Troubleshooting
327327

328+
The following sections may be helpful in diagnosing common issues that arise. If you encounter an issue not documented, incorporate that feedback into this section for future readers.
329+
328330
### Elasticsearch content type and accept header compatibility
329331

330332
Newer Elasticsearch clients (version 7.11 and later, including all 8.x versions) use Elasticsearch-specific media types in both `Content-Type` and `Accept` headers. These clients may send headers such as:

_migration-assistant/migration-phases/reroute-source-to-proxy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,13 @@ After a short period, re-execute the same command again and compare the increase
6565

6666
## Troubleshooting
6767

68+
The following sections may be helpful in diagnosing common issues that arise. If you encounter an issue not documented, incorporate that feedback into this section for future readers.
69+
6870
### Host header routing configuration
6971

7072
Some systems, such as Elastic Cloud and other hosted Elasticsearch services, use the Host header for routing traffic to the appropriate cluster. When using the Capture Proxy with these systems, you need to configure the proxy to set the Host header to match your source cluster's domain.
7173

72-
**Important**: This configuration is required for Elastic Cloud deployments and any system that uses Host header-based routing. Without this setting, requests will fail with an error response like `{"ok":false,"message":"Unknown resource."}` on Elastic Cloud or be misrouted on other systems.
74+
**Important**: This configuration is required for Elastic Cloud deployments and any system that uses Host header-based routing. Without this setting, requests will fail with an error response like `{"ok":false,"message":"Unknown resource."}` on Elastic Cloud or be incorrectly routed on other systems.
7375
{: .note}
7476

7577
To configure the Host header, add the `captureProxyExtraArgs` parameter to your `cdk.context.json` file:

0 commit comments

Comments
 (0)