Skip to content

Commit ccf18cc

Browse files
committed
Update config with info on providing creds
1 parent 6492a64 commit ccf18cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config_example.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
/**
7575
* Each entry in this array represents an Elasticsearch source that 411 can query.
7676
*
77-
* 'hosts': An array of hosts powering your ES cluster.
77+
* 'hosts': An array of hosts powering your ES cluster. Credentials can be passed in the url.
78+
* Ex: 'http://user:pass@localhost:9200'
7879
* 'index_hosts': An array of hosts to use for indexing (if different from 'hosts').
7980
* 'ssl_cert': Path to an ssl certificate if your cluster uses HTTPS.
8081
* 'index': The index to query. Leave as null to query all indices.

0 commit comments

Comments
 (0)