v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Logs Indexes

Get indexes order

Get the current order of your log indexes. This endpoint takes no JSON arguments.

get/api/v1/logs/config/index-order

Response

OK

index_namesstring[] required

Array of strings identifying by their name(s) the index(es) of your organization. Logs are tested against the query filter of each index one by one, following the order of the array. Logs are eventually stored in the first matching index.

Example response

{
  "index_names": [
    "main",
    "payments",
    "web"
  ]
}