Skip to main content

apply_import

Function apply_import 

Source
pub async fn apply_import(
    transport: &Transport,
    plan: &DashboardImportPlan,
) -> Result<DashboardImportReport>
Expand description

Apply a guard-approved dashboard import without rereading its source file.

The final dashboard GET immediately precedes each possible PUT. Kibana has no conditional-write token, so the interval after that read is the smallest unavoidable race window. Independent objects continue after failures, and successful earlier writes are never rolled back.