You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/client-concepts/connection/configuration-options.asciidoc
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,6 @@ the low level and high level client:
30
30
31
31
Api Key to send with all requests to Elasticsearch
32
32
33
-
`ApiKeyAuthentication`::
34
-
35
-
Api Key to send with all requests to Elasticsearch
36
-
37
-
`ApiKeyAuthentication`::
38
-
39
-
Api Key to send with all requests to Elasticsearch
40
-
41
-
`BasicAuthentication`::
42
-
43
-
Basic Authentication credentials to send with all requests to Elasticsearch
44
-
45
33
`BasicAuthentication`::
46
34
47
35
Basic Authentication credentials to send with all requests to Elasticsearch
@@ -50,10 +38,6 @@ Basic Authentication credentials to send with all requests to Elasticsearch
50
38
51
39
Use a `X509Certificate` to authenticate all HTTP requests. You can also set them on individual request using `ClientCertificates`
52
40
53
-
`ClientCertificate`::
54
-
55
-
Use a file path to a certificate to authenticate all HTTP requests. You can also set them on individual request using `ClientCertificates`
56
-
57
41
`ClientCertificates`::
58
42
59
43
Use the following certificates to authenticate all HTTP requests. You can also set them on individual request using `ClientCertificates`
@@ -158,10 +142,6 @@ Forces all requests to have ?pretty=true querystring parameter appended, causing
158
142
159
143
If your connection has to go through proxy, use this method to specify the proxy url
160
144
161
-
`Proxy`::
162
-
163
-
If your connection has to go through proxy, use this method to specify the proxy url
164
-
165
145
`RequestTimeout`::
166
146
167
147
Sets the default timeout in milliseconds for each request to Elasticsearch. Defaults to `60` seconds.
@@ -244,10 +224,6 @@ The default index to use for a request when no index has been explicitly specifi
244
224
245
225
Specify how the mapping is inferred for a given CLR type. The mapping can infer the index, id and relation name for a given CLR type, as well as control serialization behaviour for CLR properties.
246
226
247
-
`DefaultMappingFor`::
248
-
249
-
Specify how the mapping is inferred for a given CLR type. The mapping can infer the index and relation name for a given CLR type.
0 commit comments