pub async fn export(
t: &Transport,
f: &AlertFilter,
limit: Option<usize>,
) -> Result<Vec<AlertHit>>Expand description
The --out path: page the filtered set fully, or stop at limit rows
when the caller passes one (matching search dsl --out --limit).