POST
/
api
/
log-analyzer
/
top-x-values
/
{indexPattern}
/
{field}
/
{top}
{
  "total": 123,
  "top": [
    {
      "value": "<string>",
      "count": 123,
      "percent": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Path Parameters

indexPattern
string
required
field
string
required
top
integer
required

Query Parameters

pageable
object
required

Body

application/json · object[]

The body is of type object[].

Response

200 - */*

OK

The response is of type object.