POST
/
api
/
log-analyzer
/
chart-view
{
  "categories": [
    "<string>"
  ],
  "values": [
    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

Body

application/json
indexPattern
string
filters
object[]
interval
enum<string>
Available options:
Second,
Minute,
Hour,
Day,
Week,
Month,
Quarter,
Year
top
integer
field
string
fieldDataType
string

Response

200 - */*
OK
categories
string[]
values
integer[]