Analytics
Values that can be used for the field parameter in subsequent API calls
Context of the Fields Request
An object which contains response metadata information and a data array of Fields.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Values that can be used for the field parameter in subsequent search API calls.
Aliases are shortcuts for searching multiple fields of a similar nomenclature.
Examples:
ip == 8.8.8.8will be interpolated to create a search of(dstip = 8.8.8.8 or srcip = 8.8.8.8)ipname == myipnamewill create a search of(dstipname = myipname or srcipname = myipname)as.numberwill search the fieldsdstas.number, dstowneras.number, srcas.number, and srcowneras.number
Context of the Fields Request, e.g. flow
An object which contains response metadata information and a data array of Fields.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Values that can be used for the metric parameter in subsequent search API calls
Context of the Metrics Request
An object which contains response metadata information and a data array of Fields.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Request data as a time series. This is used for charts and graphs.
Data category or event type to query (e.g., alerts, audit logs, blocked traffic, network flows, DNS queries)
Start time for this time series. Negative for lookback (Eg. -3600 for 1 hour ago) or timestamp in milliseconds.
-3600End time for this time series. Negative for lookback (Eg. -3600 for 1 hour ago), 0 for NOW or timestamp in milliseconds.
3600Series data can be provided in a variety of formats which are native to some charting libraries. e.g. amcharts or highcharts
highchartsExample: highchartsPossible values: An object which contains response metadata information and a data object containing the Time Series array.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Get summarized statistics by aggregating data for the specified context over a given time range. Returns computed metrics like counts, sums, averages, etc. rather than individual events.
Data category or event type to query (e.g., alerts, audit logs, blocked traffic, network flows, DNS queries)
Start time for this time series. Negative for lookback (Eg. -3600 for 1 hour ago) or timestamp in milliseconds.
-3600End time for this time series. Negative for lookback (Eg. -3600 for 1 hour ago), 0 for NOW or timestamp in milliseconds.
0Series data can be provided in a variety of formats which are native to some charting libraries. e.g. amcharts or highcharts
highchartsExample: highchartsPossible values: An object which contains response metadata information and a data object containing the Aggregation array.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Last updated