v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBpartitionManagement
Create a new partition.
Create a new partition.
post/v1/partitions
Request body
Example request
{
"name": "apache",
"routingExpression": "_sourcecategory=*/Apache",
"analyticsTier": "continuous",
"retentionPeriod": 365,
"isIncludedInDefaultSearch": true
}Response
The partition has been created.
Example response
{
"name": "apache",
"routingExpression": "_sourcecategory=*/Apache",
"analyticsTier": "continuous",
"retentionPeriod": 365,
"isIncludedInDefaultSearch": true,
"newRetentionPeriod": 300,
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD",
"modifiedAt": "2018-10-16T09:10:00Z",
"modifiedBy": "0000000006743FE8",
"id": "1",
"totalBytes": 42,
"indexType": "Partition"
}