Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion specification/monitoring/bulk/BulkMonitoringRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ import { RequestBase } from '@_types/Base'
import { Duration } from '@_types/Time'

/**
* Send monitoring data.
* This API is used by the monitoring features to send monitoring data.
* @rest_spec_name monitoring.bulk
* @availability stack since=6.3.0 stability=stable
* @availability stack since=6.3.0 stability=stable visibility=private
*/
export interface Request<TDocument, TPartialDocument> extends RequestBase {
path_parts: {
Expand Down
Loading