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 4406330 commit 8d28eebCopy full SHA for 8d28eeb
README.md
@@ -65,6 +65,7 @@ An example of the configuration:
65
"elastic_host": "localhost", // address to elasticsearch
66
"elastic_tls": false, // set to true to use tls when indexing
67
"authentication": false, // sends an "Authentication" header if true.
68
+ "default_index": "excelastic" // the default index to use from the web interface.
69
"basic": "username:password" // if authentication is true this is used as basic authentication.
70
}
71
```
0 commit comments