pub async fn handle_bulk_api_with_index(
__arg0: State<LogState>,
__arg1: Path<String>,
__arg2: Query<LogIngesterQueryParams>,
__arg3: Extension<QueryContext>,
__arg4: TypedHeader<ContentType>,
headers: HeaderMap,
payload: String,
) -> impl IntoResponse
Expand description
Process /${index}/_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.