Skip to main content

CustomLogsUploadRequestSchema

custom_logs_filenamestringrequired

Original filename of the uploaded logs file.

save_logs_with_tagsstring[]required

Tags to automatically apply to all log entries ingested from this file.

make_synthetic_versionboolean

When true, triggers synthetic data generation from the uploaded logs immediately after ingestion.

Default: false
CustomLogsUploadRequestSchema
{
"custom_logs_filename": "string",
"save_logs_with_tags": [
"string"
],
"make_synthetic_version": false
}