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 d109bbc commit 9b7f93fCopy full SHA for 9b7f93f
docs/setup/settings.asciidoc
@@ -67,6 +67,8 @@ connects to this Kibana instance.
67
`elasticsearch.requestHeadersWhitelist:`:: *Default: `[ 'authorization' ]`* List
68
of Kibana client-side headers to send to Elasticsearch. To send *no* client-side
69
headers, set this value to [] (an empty list).
70
+Removing the `authorization` header from being whitelisted means that you cannot
71
+use <<basic-authentication, basic authentication>> in Kibana.
72
73
`elasticsearch.requestTimeout:`:: *Default: 30000* Time in milliseconds to wait
74
for responses from the back end or Elasticsearch. This value must be a positive
0 commit comments