Get Current Dataset
DescriptionGets a current dataset
Request
URLURL
Query Parameters
Query Parameters
Unique Org Id
Authentication
Response
Response BodyResponse Body
200 OK
{
"constraints": {
"constraints": [
{
"fieldName": "text",
"operator": "CONTAINS",
"value": "error"
}
],
"fieldName": "string",
"operator": "AND",
"tags": [
"string"
],
"value": "string"
},
"createdAt": "string",
"createdBy": "string",
"cspOrgId": "string",
"description": "string",
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"restrictAutocomplete": false,
"restricts": false
}
A unique dataset name
ISO8601 date string that when this dataset was created
Unique ID associated with the org
Dataset description that is shown in the UI
A unique dataset identifier
ISO8601 date string that when this dataset was updated
Email ID of the user who updated this dataset
Email ID of the user who created this dataset
Represents whether autocomplete is restricted in the Explore Logs feature
Determines how a data set should behave when combined with other data sets. E.g., consider if you have two data sets Data set 1 (hostname contains host, appname contains app) and Data set 2 (severity contains error). If both of these data sets are added to a role, the resulting combined data set would be: (hostname contains host AND appname contains app) OR (severity contains error). However, if the ‘restrict’ is true for data set 2, the combined data set would be: (hostname contains host AND appname contains app) AND (severity contains error)