We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6492a64 commit ccf18ccCopy full SHA for ccf18cc
1 file changed
config_example.php
@@ -74,7 +74,8 @@
74
/**
75
* Each entry in this array represents an Elasticsearch source that 411 can query.
76
*
77
- * 'hosts': An array of hosts powering your ES cluster.
+ * 'hosts': An array of hosts powering your ES cluster. Credentials can be passed in the url.
78
+ * Ex: 'http://user:pass@localhost:9200'
79
* 'index_hosts': An array of hosts to use for indexing (if different from 'hosts').
80
* 'ssl_cert': Path to an ssl certificate if your cluster uses HTTPS.
81
* 'index': The index to query. Leave as null to query all indices.
0 commit comments