IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Cross-plugin concepts and features
editCross-plugin concepts and features
editNew section for concepts, features, and behaviours that apply to multiple plugins.
Space-deliminated URIs in list-type params
editList-type URI parameters will automatically expand strings that contain multiple whitespace-delimited URIs into separate entries. This behaviour enables the expansion of an arbitrary list of URIs from a single Environment- or Keystore-variable.
These plugins and options support this functionality:
You can use this functionality to define an environment variable with multiple whitespace-delimited URIs and use it for the options above.
Example
ES_HOSTS="es1.example.com es2.example.com:9201 es3.example.com:9201"