curl --request GET \
--url https://tenant.chronosphere.io/api/v1/config/log-allocation-config \
--header 'API-Token: <api-key>'{
"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"
}
}curl --request GET \
--url https://tenant.chronosphere.io/api/v1/config/log-allocation-config \
--header 'API-Token: <api-key>'{
"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"
}
}