Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 593 Bytes

File metadata and controls

30 lines (23 loc) · 593 Bytes
layout title parent nav_order
default
indices
Workload reference
65

indices

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

Example

"indices": [
    {
      "name": "geonames",
      "body": "geonames-index.json",
    }
]

Configuration options

Use the following options with indices:

Parameter Required Type Description
name Yes String The name of the index template.
body No String The file name corresponding to the index definition used in the body of the Create Index API.