indices

The indices element contains a list of all indices used in the workload.

Example

  1. "indices": [
  2. {
  3. "name": "geonames",
  4. "body": "geonames-index.json",
  5. }
  6. ]

Configuration options

Use the following options with indices:

ParameterRequiredTypeDescription
nameYesStringThe name of the index template.
bodyNoStringThe file name corresponding to the index definition used in the body of the Create Index API.