servers::elasticsearch

Function handle_bulk_api

Source
pub async fn handle_bulk_api(
    __arg0: State<LogState>,
    __arg1: Query<LogIngesterQueryParams>,
    __arg2: Extension<QueryContext>,
    __arg3: TypedHeader<ContentType>,
    headers: HeaderMap,
    payload: String,
) -> impl IntoResponse
Expand description

Process _bulk API requests. Only support to create logs. Reference: https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html#docs-bulk-api-request.