Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case the Elasticsearch extension is enabled, update the related configuration properties from

Code Block
elasticsearch.scheme=http
elasticsearch.port=9200
elasticsearch.scheme=http

to

Code Block
elasticsearch.hosts[0]=http://localhost:9200

Please note that the new format allows to define multiple Elasticsearch nodes from the same cluster.