Skip to content

Commit c9b0d62

Browse files
committed
images
1 parent 238546b commit c9b0d62

4 files changed

+3
-3
lines changed
Loading
Loading
Loading

docs/reference/troubleshoot/logging-with-fiddler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A web debugging proxy such as [Fiddler](http://www.telerik.com/fiddler) is a use
1111

1212
To capture traffic against a remote cluster is as simple as launching Fiddler! You may want to also filter traffic to only show requests to the remote cluster by using the filters tab
1313

14-
:::{image} /troubleshoot/images/elasticsearch-client-net-api-capture-requests-remotehost.png
14+
:::{image} ../images/elasticsearch-client-net-api-capture-requests-remotehost.png
1515
:alt: Capturing requests to a remote host
1616
:::
1717

@@ -37,13 +37,13 @@ var client = new ElasticClient(connectionSettings);
3737

3838
With Fiddler running, the requests and responses will now be captured and can be inspected in the Inspectors tab
3939

40-
:::{image} /troubleshoot/images/elasticsearch-client-net-api-inspect-requests.png
40+
:::{image} ../images/elasticsearch-client-net-api-inspect-requests.png
4141
:alt: Inspecting requests and responses
4242
:::
4343

4444
As before, you may also want to filter traffic to only show requests to `ipv4.fiddler` on the port on which you are running Elasticsearch.
4545

46-
:::{image} /troubleshoot/images/elasticsearch-client-net-api-capture-requests-localhost.png
46+
:::{image} ../images/elasticsearch-client-net-api-capture-requests-localhost.png
4747
:alt: Capturing requests to localhost
4848
:::
4949

0 commit comments

Comments
 (0)