{
"log_allocation_config": {
"created_at": "2023-11-07T05:31:56Z",
"dataset_allocations": [
{
"allocation": {
"percent_of_license": 123
},
"dataset_slug": "<string>",
"priorities": {
"high_priority_filters": [
{
"query": "<string>"
}
],
"low_priority_filters": [
{
"query": "<string>"
}
]
}
}
],
"default_dataset": {
"allocation": {
"percent_of_license": 123
},
"priorities": {
"high_priority_filters": [
{
"query": "<string>"
}
],
"low_priority_filters": [
{
"query": "<string>"
}
]
}
},
"updated_at": "2023-11-07T05:31:56Z"
}
}{
"log_allocation_config": {
"created_at": "2023-11-07T05:31:56Z",
"dataset_allocations": [
{
"allocation": {
"percent_of_license": 123
},
"dataset_slug": "<string>",
"priorities": {
"high_priority_filters": [
{
"query": "<string>"
}
],
"low_priority_filters": [
{
"query": "<string>"
}
]
}
}
],
"default_dataset": {
"allocation": {
"percent_of_license": 123
},
"priorities": {
"high_priority_filters": [
{
"query": "<string>"
}
],
"low_priority_filters": [
{
"query": "<string>"
}
]
}
},
"updated_at": "2023-11-07T05:31:56Z"
}
}Chronosphere API token
If true, validates the specified configuration without creating the LogAllocationConfig. If the specified configuration is valid, the endpoint returns a partial response without the LogAllocationConfig. If the specified configuration is invalid, the endpoint returns an error.
The LogAllocationConfig to create.
Show child attributes
Defines datasets and budget allocations. Datasets are evaluated in order.
Show child attributes
Specifies the percentage of the budget to allocate to this dataset.
Show child attributes
Sets the percentage of the license limit to allocate to the default dataset.
Slug of the dataset.
Defines explicit high and low priority match criteria to specify which logs to drop first (low) and last (high). Anything not matched by either set of rules is considered default priority and is dropped after low priority but before high priority data.
Show child attributes
A list of search filters defining which logs are considered high priority in this dataset. Filters are combined as OR statements so only one filter needs to match.
Show child attributes
Returns logs that match this query. The query can include only top-level
operations. Nested clauses aren't supported. Only one type of AND or OR
operator is allowed.
A list of search filters defining which logs are considered low priority in this dataset. Filters are combined as OR statements so only one filter needs to match.
Show child attributes
Returns logs that match this query. The query can include only top-level
operations. Nested clauses aren't supported. Only one type of AND or OR
operator is allowed.
The default dataset applies to logs that aren't included in any other dataset.
Show child attributes
Sets the percentage of the license limit to allocate to this dataset.
Show child attributes
Sets the percentage of the license limit to allocate to the default dataset.
Defines explicit high and low priority match criteria to specify which logs to drop first (low) and last (high). Anything not matched by either set of rules is considered default priority and is dropped after low priority but before high priority data.
Show child attributes
A list of search filters defining which logs are considered high priority in this dataset. Filters are combined as OR statements so only one filter needs to match.
Show child attributes
Returns logs that match this query. The query can include only top-level
operations. Nested clauses aren't supported. Only one type of AND or OR
operator is allowed.
A list of search filters defining which logs are considered low priority in this dataset. Filters are combined as OR statements so only one filter needs to match.
Show child attributes
Returns logs that match this query. The query can include only top-level
operations. Nested clauses aren't supported. Only one type of AND or OR
operator is allowed.
A successful response containing the created LogAllocationConfig.
LogAllocationConfig is a singleton configuration object that specifies the configuration for Log budget allocations.
Show child attributes
Timestamp of when the LogAllocationConfig was created. Cannot be set by clients.
Defines datasets and budget allocations. Datasets are evaluated in order.
Show child attributes
Specifies the percentage of the budget to allocate to this dataset.
Show child attributes
Sets the percentage of the license limit to allocate to the default dataset.
Slug of the dataset.
Defines explicit high and low priority match criteria to specify which logs to drop first (low) and last (high). Anything not matched by either set of rules is considered default priority and is dropped after low priority but before high priority data.
Show child attributes
A list of search filters defining which logs are considered high priority in this dataset. Filters are combined as OR statements so only one filter needs to match.
Show child attributes
Returns logs that match this query. The query can include only top-level
operations. Nested clauses aren't supported. Only one type of AND or OR
operator is allowed.
A list of search filters defining which logs are considered low priority in this dataset. Filters are combined as OR statements so only one filter needs to match.
Show child attributes
Returns logs that match this query. The query can include only top-level
operations. Nested clauses aren't supported. Only one type of AND or OR
operator is allowed.
The default dataset applies to logs that aren't included in any other dataset.
Show child attributes
Sets the percentage of the license limit to allocate to this dataset.
Show child attributes
Sets the percentage of the license limit to allocate to the default dataset.
Defines explicit high and low priority match criteria to specify which logs to drop first (low) and last (high). Anything not matched by either set of rules is considered default priority and is dropped after low priority but before high priority data.
Show child attributes
A list of search filters defining which logs are considered high priority in this dataset. Filters are combined as OR statements so only one filter needs to match.
Show child attributes
Returns logs that match this query. The query can include only top-level
operations. Nested clauses aren't supported. Only one type of AND or OR
operator is allowed.
A list of search filters defining which logs are considered low priority in this dataset. Filters are combined as OR statements so only one filter needs to match.
Show child attributes
Returns logs that match this query. The query can include only top-level
operations. Nested clauses aren't supported. Only one type of AND or OR
operator is allowed.
Timestamp of when the LogAllocationConfig was last updated. Cannot be set by clients.