Test run of new docs
This commit is contained in:
69
docs/reference-monitoring-bulk.asciidoc
Normal file
69
docs/reference-monitoring-bulk.asciidoc
Normal file
@ -0,0 +1,69 @@
|
||||
[[reference-monitoring-bulk]]
|
||||
|
||||
////////
|
||||
===========================================================================================================================
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|
||||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|
||||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|
||||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|
||||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|
||||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|
||||
|| You should update the script that does the generation, which can be found in: ||
|
||||
|| https://github.com/elastic/elastic-client-generator-js ||
|
||||
|| ||
|
||||
|| You can run the script with the following command: ||
|
||||
|| npm run elasticsearch -- --version <version> ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
===========================================================================================================================
|
||||
////////
|
||||
|
||||
[discrete]
|
||||
=== client.monitoring.bulk
|
||||
|
||||
Used by the monitoring features to send monitoring data.
|
||||
|
||||
{ref}/monitor-elasticsearch-cluster.html[{es} documentation]
|
||||
|
||||
[discrete]
|
||||
==== Function signature
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
(MonitoringBulkRequest, options?): Promise<MonitoringBulkResponse>
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `MonitoringBulkRequest`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface MonitoringBulkRequest<TDocument = unknown, TPartialDocument = unknown> extends <<shared-type-request-base, RequestBase>> {
|
||||
type?: string
|
||||
system_id: string
|
||||
system_api_version: string
|
||||
interval: <<shared-type-duration, Duration>>
|
||||
operations?: (BulkOperationContainer | BulkUpdateAction<TDocument, TPartialDocument> | TDocument)[]
|
||||
}
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `MonitoringBulkResponse`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface MonitoringBulkResponse {
|
||||
error?: <<shared-type-error-cause, ErrorCause>>
|
||||
errors: boolean
|
||||
ignored: boolean
|
||||
took: <<shared-type-long, long>>
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user