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 2504662 commit af7a2b8Copy full SHA for af7a2b8
README.md
@@ -11,9 +11,9 @@ Copy `elasticsearch-http-basic-<version>.jar` to `plugins/http-basic`. Or use `b
11
The plugin is disabled by default. Enabling basic authorization will disable the default HTTP Transport module.
12
13
```
14
-http.basic.enable = true
+http.basic.enabled = true
15
http.basic.user = "my_username"
16
http.basic.password = "my_password"
17
18
19
-Be aware that the password is stored in plain text.
+Be aware that the password is stored in plain text.
0 commit comments