diff --git a/docs/reference/getting-started.md b/docs/reference/getting-started.md index 63b5d34776..39f6b5f048 100644 --- a/docs/reference/getting-started.md +++ b/docs/reference/getting-started.md @@ -35,15 +35,11 @@ var client = new ElasticsearchClient("<CLOUD_ID>", new ApiKey("<API_KEY>")); Your Elasticsearch endpoint can be found on the **My deployment** page of your deployment: -:::{image} images/es-endpoint.jpg -:alt: Finding Elasticsearch endpoint -::: + You can generate an API key on the **Management** page under Security. -:::{image} images/create-api-key.png -:alt: Create API key -::: + For other connection options, refer to the [*Connecting*](/reference/connecting.md) section. diff --git a/docs/reference/troubleshoot/logging-with-fiddler.md b/docs/reference/troubleshoot/logging-with-fiddler.md index 184819c9be..04e8c59050 100644 --- a/docs/reference/troubleshoot/logging-with-fiddler.md +++ b/docs/reference/troubleshoot/logging-with-fiddler.md @@ -11,9 +11,7 @@ A web debugging proxy such as [Fiddler](http://www.telerik.com/fiddler) is a use 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 -:::{image} ../images/elasticsearch-client-net-api-capture-requests-remotehost.png -:alt: Capturing requests to a remote host -::: + ## Capturing traffic to a local cluster [_capturing_traffic_to_a_local_cluster] @@ -37,14 +35,10 @@ var client = new ElasticClient(connectionSettings); With Fiddler running, the requests and responses will now be captured and can be inspected in the Inspectors tab -:::{image} ../images/elasticsearch-client-net-api-inspect-requests.png -:alt: Inspecting requests and responses -::: + 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. -:::{image} ../images/elasticsearch-client-net-api-capture-requests-localhost.png -:alt: Capturing requests to localhost -::: +