v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBlogsDataForwardingManagement
Create an S3 data forwarding rule.
Create a data forwarding rule to send data from a Partition or Scheduled View to an S3 bucket.
post/v1/logsDataForwarding/rules
Request body
Example request
{
"indexId": "1",
"destinationId": "1",
"enabled": true,
"fileFormat": "{index}_{day}_{hour}_{minute}_{second}",
"payloadSchema": "builtInFields",
"format": "csv"
}Response
The data forwarding rule was created.
Example response
{
"indexId": "1",
"destinationId": "1",
"enabled": true,
"fileFormat": "{index}_{day}_{hour}_{minute}_{second}",
"payloadSchema": "builtInFields",
"format": "csv",
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD",
"modifiedAt": "2018-10-16T09:10:00Z",
"modifiedBy": "0000000006743FE8",
"id": "1"
}