You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #547 Fix hosts key in Elastic 8 configuration (GromNaN)
This PR was merged into the 4.x branch.
Discussion
----------
Fix `hosts` key in Elastic 8 configuration
| Q | A
| ------------- | ---
| Branch? | 3.x
| Bug fix? | yes
| New feature? | yes
| Deprecations? | no
| Issues | Fix#499
| License | MIT
Elastica 8+ client has an option `hosts` instead of `host` (ruflin/Elastica#2188).
Adding a new `monolog.handlers.(elastica|elastic_search).elasticsearch.hosts` setting that is a list of strings.
This way, we don't try to detect which version of elastica is used, an let the developers set the correct configuration depending on the version they have installed.
Commits
-------
a7f8dc0 Fix 'hosts' key in Elastic 8 configuration
0 commit comments