We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2ce3d commit 1e5e6f0Copy full SHA for 1e5e6f0
docs/setup/settings.asciidoc
@@ -65,6 +65,8 @@ connects to this Kibana instance.
65
`elasticsearch.requestHeadersWhitelist:`:: *Default: `[ 'authorization' ]`* List
66
of Kibana client-side headers to send to Elasticsearch. To send *no* client-side
67
headers, set this value to [] (an empty list).
68
+Removing the `authorization` header from being whitelisted means that you cannot
69
+use <<basic-authentication, basic authentication>> in Kibana.
70
71
`elasticsearch.requestTimeout:`:: *Default: 30000* Time in milliseconds to wait
72
for responses from the back end or Elasticsearch. This value must be a positive
0 commit comments