Skip to content

Commit 8d28eeb

Browse files
author
Robin Duda
committed
add new configuration option 'default_index' to readme.
1 parent 4406330 commit 8d28eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ An example of the configuration:
6565
"elastic_host": "localhost", // address to elasticsearch
6666
"elastic_tls": false, // set to true to use tls when indexing
6767
"authentication": false, // sends an "Authentication" header if true.
68+
"default_index": "excelastic" // the default index to use from the web interface.
6869
"basic": "username:password" // if authentication is true this is used as basic authentication.
6970
}
7071
```

0 commit comments

Comments
 (0)