typedapi

package
v8.19.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2025 License: Apache-2.0 Imports: 552 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	AsyncSearch         AsyncSearch
	Autoscaling         Autoscaling
	Capabilities        Capabilities
	Cat                 Cat
	Ccr                 Ccr
	Cluster             Cluster
	Connector           Connector
	Core                Core
	DanglingIndices     DanglingIndices
	Enrich              Enrich
	Eql                 Eql
	Esql                Esql
	Features            Features
	Fleet               Fleet
	Graph               Graph
	Ilm                 Ilm
	Indices             Indices
	Inference           Inference
	Ingest              Ingest
	License             License
	Logstash            Logstash
	Migration           Migration
	Ml                  Ml
	Monitoring          Monitoring
	Nodes               Nodes
	Profiling           Profiling
	QueryRules          QueryRules
	Rollup              Rollup
	SearchApplication   SearchApplication
	SearchableSnapshots SearchableSnapshots
	Security            Security
	Shutdown            Shutdown
	Simulate            Simulate
	Slm                 Slm
	Snapshot            Snapshot
	Sql                 Sql
	Ssl                 Ssl
	Streams             Streams
	Synonyms            Synonyms
	Tasks               Tasks
	TextStructure       TextStructure
	Transform           Transform
	Watcher             Watcher
	Xpack               Xpack

	Bulk                    core_bulk.NewBulk
	ClearScroll             core_clear_scroll.NewClearScroll
	ClosePointInTime        core_close_point_in_time.NewClosePointInTime
	Count                   core_count.NewCount
	Create                  core_create.NewCreate
	Delete                  core_delete.NewDelete
	DeleteByQuery           core_delete_by_query.NewDeleteByQuery
	DeleteByQueryRethrottle core_delete_by_query_rethrottle.NewDeleteByQueryRethrottle
	DeleteScript            core_delete_script.NewDeleteScript
	Exists                  core_exists.NewExists
	ExistsSource            core_exists_source.NewExistsSource
	Explain                 core_explain.NewExplain
	FieldCaps               core_field_caps.NewFieldCaps
	Get                     core_get.NewGet
	GetScript               core_get_script.NewGetScript
	GetScriptContext        core_get_script_context.NewGetScriptContext
	GetScriptLanguages      core_get_script_languages.NewGetScriptLanguages
	GetSource               core_get_source.NewGetSource
	HealthReport            core_health_report.NewHealthReport
	Index                   core_index.NewIndex
	Info                    core_info.NewInfo
	KnnSearch               core_knn_search.NewKnnSearch
	Mget                    core_mget.NewMget
	Msearch                 core_msearch.NewMsearch
	MsearchTemplate         core_msearch_template.NewMsearchTemplate
	Mtermvectors            core_mtermvectors.NewMtermvectors
	OpenPointInTime         core_open_point_in_time.NewOpenPointInTime
	Ping                    core_ping.NewPing
	PutScript               core_put_script.NewPutScript
	RankEval                core_rank_eval.NewRankEval
	Reindex                 core_reindex.NewReindex
	ReindexRethrottle       core_reindex_rethrottle.NewReindexRethrottle
	RenderSearchTemplate    core_render_search_template.NewRenderSearchTemplate
	ScriptsPainlessExecute  core_scripts_painless_execute.NewScriptsPainlessExecute
	Scroll                  core_scroll.NewScroll
	Search                  core_search.NewSearch
	SearchMvt               core_search_mvt.NewSearchMvt
	SearchShards            core_search_shards.NewSearchShards
	SearchTemplate          core_search_template.NewSearchTemplate
	TermsEnum               core_terms_enum.NewTermsEnum
	Termvectors             core_termvectors.NewTermvectors
	Update                  core_update.NewUpdate
	UpdateByQuery           core_update_by_query.NewUpdateByQuery
	UpdateByQueryRethrottle core_update_by_query_rethrottle.NewUpdateByQueryRethrottle
}

func New

type AsyncSearch added in v8.7.1

type Capabilities added in v8.15.0

type Capabilities struct {
	Capabilities capabilities.NewCapabilities
}

type Connector added in v8.15.0

type Connector struct {
	CheckIn                   connector_check_in.NewCheckIn
	Delete                    connector_delete.NewDelete
	Get                       connector_get.NewGet
	LastSync                  connector_last_sync.NewLastSync
	List                      connector_list.NewList
	Post                      connector_post.NewPost
	Put                       connector_put.NewPut
	SecretPost                connector_secret_post.NewSecretPost
	SyncJobCancel             connector_sync_job_cancel.NewSyncJobCancel
	SyncJobCheckIn            connector_sync_job_check_in.NewSyncJobCheckIn
	SyncJobClaim              connector_sync_job_claim.NewSyncJobClaim
	SyncJobDelete             connector_sync_job_delete.NewSyncJobDelete
	SyncJobError              connector_sync_job_error.NewSyncJobError
	SyncJobGet                connector_sync_job_get.NewSyncJobGet
	SyncJobList               connector_sync_job_list.NewSyncJobList
	SyncJobPost               connector_sync_job_post.NewSyncJobPost
	SyncJobUpdateStats        connector_sync_job_update_stats.NewSyncJobUpdateStats
	UpdateActiveFiltering     connector_update_active_filtering.NewUpdateActiveFiltering
	UpdateApiKeyId            connector_update_api_key_id.NewUpdateApiKeyId
	UpdateConfiguration       connector_update_configuration.NewUpdateConfiguration
	UpdateError               connector_update_error.NewUpdateError
	UpdateFeatures            connector_update_features.NewUpdateFeatures
	UpdateFiltering           connector_update_filtering.NewUpdateFiltering
	UpdateFilteringValidation connector_update_filtering_validation.NewUpdateFilteringValidation
	UpdateIndexName           connector_update_index_name.NewUpdateIndexName
	UpdateName                connector_update_name.NewUpdateName
	UpdateNative              connector_update_native.NewUpdateNative
	UpdatePipeline            connector_update_pipeline.NewUpdatePipeline
	UpdateScheduling          connector_update_scheduling.NewUpdateScheduling
	UpdateServiceType         connector_update_service_type.NewUpdateServiceType
	UpdateStatus              connector_update_status.NewUpdateStatus
}

type Core

type Core struct {
	Bulk                    core_bulk.NewBulk
	ClearScroll             core_clear_scroll.NewClearScroll
	ClosePointInTime        core_close_point_in_time.NewClosePointInTime
	Count                   core_count.NewCount
	Create                  core_create.NewCreate
	Delete                  core_delete.NewDelete
	DeleteByQuery           core_delete_by_query.NewDeleteByQuery
	DeleteByQueryRethrottle core_delete_by_query_rethrottle.NewDeleteByQueryRethrottle
	DeleteScript            core_delete_script.NewDeleteScript
	Exists                  core_exists.NewExists
	ExistsSource            core_exists_source.NewExistsSource
	Explain                 core_explain.NewExplain
	FieldCaps               core_field_caps.NewFieldCaps
	Get                     core_get.NewGet
	GetScript               core_get_script.NewGetScript
	GetScriptContext        core_get_script_context.NewGetScriptContext
	GetScriptLanguages      core_get_script_languages.NewGetScriptLanguages
	GetSource               core_get_source.NewGetSource
	HealthReport            core_health_report.NewHealthReport
	Index                   core_index.NewIndex
	Info                    core_info.NewInfo
	KnnSearch               core_knn_search.NewKnnSearch
	Mget                    core_mget.NewMget
	Msearch                 core_msearch.NewMsearch
	MsearchTemplate         core_msearch_template.NewMsearchTemplate
	Mtermvectors            core_mtermvectors.NewMtermvectors
	OpenPointInTime         core_open_point_in_time.NewOpenPointInTime
	Ping                    core_ping.NewPing
	PutScript               core_put_script.NewPutScript
	RankEval                core_rank_eval.NewRankEval
	Reindex                 core_reindex.NewReindex
	ReindexRethrottle       core_reindex_rethrottle.NewReindexRethrottle
	RenderSearchTemplate    core_render_search_template.NewRenderSearchTemplate
	ScriptsPainlessExecute  core_scripts_painless_execute.NewScriptsPainlessExecute
	Scroll                  core_scroll.NewScroll
	Search                  core_search.NewSearch
	SearchMvt               core_search_mvt.NewSearchMvt
	SearchShards            core_search_shards.NewSearchShards
	SearchTemplate          core_search_template.NewSearchTemplate
	TermsEnum               core_terms_enum.NewTermsEnum
	Termvectors             core_termvectors.NewTermvectors
	Update                  core_update.NewUpdate
	UpdateByQuery           core_update_by_query.NewUpdateByQuery
	UpdateByQueryRethrottle core_update_by_query_rethrottle.NewUpdateByQueryRethrottle
}

type Eql

type Eql struct {
	Delete    eql_delete.NewDelete
	Get       eql_get.NewGet
	GetStatus eql_get_status.NewGetStatus
	Search    eql_search.NewSearch
}

type Esql added in v8.12.0

type Features

type Features struct {
	GetFeatures   features_get_features.NewGetFeatures
	ResetFeatures features_reset_features.NewResetFeatures
}

type Graph

type Graph struct {
	Explore graph_explore.NewExplore
}

type Indices

type Indices struct {
	AddBlock                indices_add_block.NewAddBlock
	Analyze                 indices_analyze.NewAnalyze
	CancelMigrateReindex    indices_cancel_migrate_reindex.NewCancelMigrateReindex
	ClearCache              indices_clear_cache.NewClearCache
	Clone                   indices_clone.NewClone
	Close                   indices_close.NewClose
	Create                  indices_create.NewCreate
	CreateDataStream        indices_create_data_stream.NewCreateDataStream
	CreateFrom              indices_create_from.NewCreateFrom
	DataStreamsStats        indices_data_streams_stats.NewDataStreamsStats
	Delete                  indices_delete.NewDelete
	DeleteAlias             indices_delete_alias.NewDeleteAlias
	DeleteDataLifecycle     indices_delete_data_lifecycle.NewDeleteDataLifecycle
	DeleteDataStream        indices_delete_data_stream.NewDeleteDataStream
	DeleteIndexTemplate     indices_delete_index_template.NewDeleteIndexTemplate
	DeleteTemplate          indices_delete_template.NewDeleteTemplate
	DiskUsage               indices_disk_usage.NewDiskUsage
	Downsample              indices_downsample.NewDownsample
	Exists                  indices_exists.NewExists
	ExistsAlias             indices_exists_alias.NewExistsAlias
	ExistsIndexTemplate     indices_exists_index_template.NewExistsIndexTemplate
	ExistsTemplate          indices_exists_template.NewExistsTemplate
	ExplainDataLifecycle    indices_explain_data_lifecycle.NewExplainDataLifecycle
	FieldUsageStats         indices_field_usage_stats.NewFieldUsageStats
	Flush                   indices_flush.NewFlush
	Forcemerge              indices_forcemerge.NewForcemerge
	Get                     indices_get.NewGet
	GetAlias                indices_get_alias.NewGetAlias
	GetDataLifecycle        indices_get_data_lifecycle.NewGetDataLifecycle
	GetDataLifecycleStats   indices_get_data_lifecycle_stats.NewGetDataLifecycleStats
	GetDataStream           indices_get_data_stream.NewGetDataStream
	GetFieldMapping         indices_get_field_mapping.NewGetFieldMapping
	GetIndexTemplate        indices_get_index_template.NewGetIndexTemplate
	GetMapping              indices_get_mapping.NewGetMapping
	GetMigrateReindexStatus indices_get_migrate_reindex_status.NewGetMigrateReindexStatus
	GetSettings             indices_get_settings.NewGetSettings
	GetTemplate             indices_get_template.NewGetTemplate
	MigrateReindex          indices_migrate_reindex.NewMigrateReindex
	MigrateToDataStream     indices_migrate_to_data_stream.NewMigrateToDataStream
	ModifyDataStream        indices_modify_data_stream.NewModifyDataStream
	Open                    indices_open.NewOpen
	PromoteDataStream       indices_promote_data_stream.NewPromoteDataStream
	PutAlias                indices_put_alias.NewPutAlias
	PutDataLifecycle        indices_put_data_lifecycle.NewPutDataLifecycle
	PutIndexTemplate        indices_put_index_template.NewPutIndexTemplate
	PutMapping              indices_put_mapping.NewPutMapping
	PutSettings             indices_put_settings.NewPutSettings
	PutTemplate             indices_put_template.NewPutTemplate
	Recovery                indices_recovery.NewRecovery
	Refresh                 indices_refresh.NewRefresh
	ReloadSearchAnalyzers   indices_reload_search_analyzers.NewReloadSearchAnalyzers
	ResolveCluster          indices_resolve_cluster.NewResolveCluster
	ResolveIndex            indices_resolve_index.NewResolveIndex
	Rollover                indices_rollover.NewRollover
	Segments                indices_segments.NewSegments
	ShardStores             indices_shard_stores.NewShardStores
	Shrink                  indices_shrink.NewShrink
	SimulateIndexTemplate   indices_simulate_index_template.NewSimulateIndexTemplate
	SimulateTemplate        indices_simulate_template.NewSimulateTemplate
	Split                   indices_split.NewSplit
	Stats                   indices_stats.NewStats
	Unfreeze                indices_unfreeze.NewUnfreeze
	UpdateAliases           indices_update_aliases.NewUpdateAliases
	ValidateQuery           indices_validate_query.NewValidateQuery
}

type Inference added in v8.12.0

type Inference struct {
	ChatCompletionUnified inference_chat_completion_unified.NewChatCompletionUnified
	Completion            inference_completion.NewCompletion
	Delete                inference_delete.NewDelete
	Get                   inference_get.NewGet
	Inference             inference_inference.NewInference
	Put                   inference_put.NewPut
	PutAlibabacloud       inference_put_alibabacloud.NewPutAlibabacloud
	PutAmazonbedrock      inference_put_amazonbedrock.NewPutAmazonbedrock
	PutAmazonsagemaker    inference_put_amazonsagemaker.NewPutAmazonsagemaker
	PutAnthropic          inference_put_anthropic.NewPutAnthropic
	PutAzureaistudio      inference_put_azureaistudio.NewPutAzureaistudio
	PutAzureopenai        inference_put_azureopenai.NewPutAzureopenai
	PutCohere             inference_put_cohere.NewPutCohere
	PutCustom             inference_put_custom.NewPutCustom
	PutDeepseek           inference_put_deepseek.NewPutDeepseek
	PutElasticsearch      inference_put_elasticsearch.NewPutElasticsearch
	PutElser              inference_put_elser.NewPutElser
	PutGoogleaistudio     inference_put_googleaistudio.NewPutGoogleaistudio
	PutGooglevertexai     inference_put_googlevertexai.NewPutGooglevertexai
	PutHuggingFace        inference_put_hugging_face.NewPutHuggingFace
	PutJinaai             inference_put_jinaai.NewPutJinaai
	PutMistral            inference_put_mistral.NewPutMistral
	PutOpenai             inference_put_openai.NewPutOpenai
	PutVoyageai           inference_put_voyageai.NewPutVoyageai
	PutWatsonx            inference_put_watsonx.NewPutWatsonx
	Rerank                inference_rerank.NewRerank
	SparseEmbedding       inference_sparse_embedding.NewSparseEmbedding
	StreamCompletion      inference_stream_completion.NewStreamCompletion
	TextEmbedding         inference_text_embedding.NewTextEmbedding
	Update                inference_update.NewUpdate
}

type Ml

type Ml struct {
	ClearTrainedModelDeploymentCache ml_clear_trained_model_deployment_cache.NewClearTrainedModelDeploymentCache
	CloseJob                         ml_close_job.NewCloseJob
	DeleteCalendar                   ml_delete_calendar.NewDeleteCalendar
	DeleteCalendarEvent              ml_delete_calendar_event.NewDeleteCalendarEvent
	DeleteCalendarJob                ml_delete_calendar_job.NewDeleteCalendarJob
	DeleteDataFrameAnalytics         ml_delete_data_frame_analytics.NewDeleteDataFrameAnalytics
	DeleteDatafeed                   ml_delete_datafeed.NewDeleteDatafeed
	DeleteExpiredData                ml_delete_expired_data.NewDeleteExpiredData
	DeleteFilter                     ml_delete_filter.NewDeleteFilter
	DeleteForecast                   ml_delete_forecast.NewDeleteForecast
	DeleteJob                        ml_delete_job.NewDeleteJob
	DeleteModelSnapshot              ml_delete_model_snapshot.NewDeleteModelSnapshot
	DeleteTrainedModel               ml_delete_trained_model.NewDeleteTrainedModel
	DeleteTrainedModelAlias          ml_delete_trained_model_alias.NewDeleteTrainedModelAlias
	EstimateModelMemory              ml_estimate_model_memory.NewEstimateModelMemory
	EvaluateDataFrame                ml_evaluate_data_frame.NewEvaluateDataFrame
	ExplainDataFrameAnalytics        ml_explain_data_frame_analytics.NewExplainDataFrameAnalytics
	FlushJob                         ml_flush_job.NewFlushJob
	Forecast                         ml_forecast.NewForecast
	GetBuckets                       ml_get_buckets.NewGetBuckets
	GetCalendarEvents                ml_get_calendar_events.NewGetCalendarEvents
	GetCalendars                     ml_get_calendars.NewGetCalendars
	GetCategories                    ml_get_categories.NewGetCategories
	GetDataFrameAnalytics            ml_get_data_frame_analytics.NewGetDataFrameAnalytics
	GetDataFrameAnalyticsStats       ml_get_data_frame_analytics_stats.NewGetDataFrameAnalyticsStats
	GetDatafeedStats                 ml_get_datafeed_stats.NewGetDatafeedStats
	GetDatafeeds                     ml_get_datafeeds.NewGetDatafeeds
	GetFilters                       ml_get_filters.NewGetFilters
	GetInfluencers                   ml_get_influencers.NewGetInfluencers
	GetJobStats                      ml_get_job_stats.NewGetJobStats
	GetJobs                          ml_get_jobs.NewGetJobs
	GetMemoryStats                   ml_get_memory_stats.NewGetMemoryStats
	GetModelSnapshotUpgradeStats     ml_get_model_snapshot_upgrade_stats.NewGetModelSnapshotUpgradeStats
	GetModelSnapshots                ml_get_model_snapshots.NewGetModelSnapshots
	GetOverallBuckets                ml_get_overall_buckets.NewGetOverallBuckets
	GetRecords                       ml_get_records.NewGetRecords
	GetTrainedModels                 ml_get_trained_models.NewGetTrainedModels
	GetTrainedModelsStats            ml_get_trained_models_stats.NewGetTrainedModelsStats
	InferTrainedModel                ml_infer_trained_model.NewInferTrainedModel
	Info                             ml_info.NewInfo
	OpenJob                          ml_open_job.NewOpenJob
	PostCalendarEvents               ml_post_calendar_events.NewPostCalendarEvents
	PostData                         ml_post_data.NewPostData
	PreviewDataFrameAnalytics        ml_preview_data_frame_analytics.NewPreviewDataFrameAnalytics
	PreviewDatafeed                  ml_preview_datafeed.NewPreviewDatafeed
	PutCalendar                      ml_put_calendar.NewPutCalendar
	PutCalendarJob                   ml_put_calendar_job.NewPutCalendarJob
	PutDataFrameAnalytics            ml_put_data_frame_analytics.NewPutDataFrameAnalytics
	PutDatafeed                      ml_put_datafeed.NewPutDatafeed
	PutFilter                        ml_put_filter.NewPutFilter
	PutJob                           ml_put_job.NewPutJob
	PutTrainedModel                  ml_put_trained_model.NewPutTrainedModel
	PutTrainedModelAlias             ml_put_trained_model_alias.NewPutTrainedModelAlias
	PutTrainedModelDefinitionPart    ml_put_trained_model_definition_part.NewPutTrainedModelDefinitionPart
	PutTrainedModelVocabulary        ml_put_trained_model_vocabulary.NewPutTrainedModelVocabulary
	ResetJob                         ml_reset_job.NewResetJob
	RevertModelSnapshot              ml_revert_model_snapshot.NewRevertModelSnapshot
	SetUpgradeMode                   ml_set_upgrade_mode.NewSetUpgradeMode
	StartDataFrameAnalytics          ml_start_data_frame_analytics.NewStartDataFrameAnalytics
	StartDatafeed                    ml_start_datafeed.NewStartDatafeed
	StartTrainedModelDeployment      ml_start_trained_model_deployment.NewStartTrainedModelDeployment
	StopDataFrameAnalytics           ml_stop_data_frame_analytics.NewStopDataFrameAnalytics
	StopDatafeed                     ml_stop_datafeed.NewStopDatafeed
	StopTrainedModelDeployment       ml_stop_trained_model_deployment.NewStopTrainedModelDeployment
	UpdateDataFrameAnalytics         ml_update_data_frame_analytics.NewUpdateDataFrameAnalytics
	UpdateDatafeed                   ml_update_datafeed.NewUpdateDatafeed
	UpdateFilter                     ml_update_filter.NewUpdateFilter
	UpdateJob                        ml_update_job.NewUpdateJob
	UpdateModelSnapshot              ml_update_model_snapshot.NewUpdateModelSnapshot
	UpdateTrainedModelDeployment     ml_update_trained_model_deployment.NewUpdateTrainedModelDeployment
	UpgradeJobSnapshot               ml_upgrade_job_snapshot.NewUpgradeJobSnapshot
	Validate                         ml_validate.NewValidate
	ValidateDetector                 ml_validate_detector.NewValidateDetector
}

type Monitoring added in v8.9.0

type Monitoring struct {
	Bulk monitoring_bulk.NewBulk
}

type Profiling added in v8.15.0

type Request added in v8.5.0

type Request interface {
	Perform(ctx context.Context) (*http.Response, error)
}

Request defines the TypedApi requests.

type Security

type Security struct {
	ActivateUserProfile         security_activate_user_profile.NewActivateUserProfile
	Authenticate                security_authenticate.NewAuthenticate
	BulkDeleteRole              security_bulk_delete_role.NewBulkDeleteRole
	BulkPutRole                 security_bulk_put_role.NewBulkPutRole
	BulkUpdateApiKeys           security_bulk_update_api_keys.NewBulkUpdateApiKeys
	ChangePassword              security_change_password.NewChangePassword
	ClearApiKeyCache            security_clear_api_key_cache.NewClearApiKeyCache
	ClearCachedPrivileges       security_clear_cached_privileges.NewClearCachedPrivileges
	ClearCachedRealms           security_clear_cached_realms.NewClearCachedRealms
	ClearCachedRoles            security_clear_cached_roles.NewClearCachedRoles
	ClearCachedServiceTokens    security_clear_cached_service_tokens.NewClearCachedServiceTokens
	CreateApiKey                security_create_api_key.NewCreateApiKey
	CreateCrossClusterApiKey    security_create_cross_cluster_api_key.NewCreateCrossClusterApiKey
	CreateServiceToken          security_create_service_token.NewCreateServiceToken
	DelegatePki                 security_delegate_pki.NewDelegatePki
	DeletePrivileges            security_delete_privileges.NewDeletePrivileges
	DeleteRole                  security_delete_role.NewDeleteRole
	DeleteRoleMapping           security_delete_role_mapping.NewDeleteRoleMapping
	DeleteServiceToken          security_delete_service_token.NewDeleteServiceToken
	DeleteUser                  security_delete_user.NewDeleteUser
	DisableUser                 security_disable_user.NewDisableUser
	DisableUserProfile          security_disable_user_profile.NewDisableUserProfile
	EnableUser                  security_enable_user.NewEnableUser
	EnableUserProfile           security_enable_user_profile.NewEnableUserProfile
	EnrollKibana                security_enroll_kibana.NewEnrollKibana
	EnrollNode                  security_enroll_node.NewEnrollNode
	GetApiKey                   security_get_api_key.NewGetApiKey
	GetBuiltinPrivileges        security_get_builtin_privileges.NewGetBuiltinPrivileges
	GetPrivileges               security_get_privileges.NewGetPrivileges
	GetRole                     security_get_role.NewGetRole
	GetRoleMapping              security_get_role_mapping.NewGetRoleMapping
	GetServiceAccounts          security_get_service_accounts.NewGetServiceAccounts
	GetServiceCredentials       security_get_service_credentials.NewGetServiceCredentials
	GetSettings                 security_get_settings.NewGetSettings
	GetToken                    security_get_token.NewGetToken
	GetUser                     security_get_user.NewGetUser
	GetUserPrivileges           security_get_user_privileges.NewGetUserPrivileges
	GetUserProfile              security_get_user_profile.NewGetUserProfile
	GrantApiKey                 security_grant_api_key.NewGrantApiKey
	HasPrivileges               security_has_privileges.NewHasPrivileges
	HasPrivilegesUserProfile    security_has_privileges_user_profile.NewHasPrivilegesUserProfile
	InvalidateApiKey            security_invalidate_api_key.NewInvalidateApiKey
	InvalidateToken             security_invalidate_token.NewInvalidateToken
	OidcAuthenticate            security_oidc_authenticate.NewOidcAuthenticate
	OidcLogout                  security_oidc_logout.NewOidcLogout
	OidcPrepareAuthentication   security_oidc_prepare_authentication.NewOidcPrepareAuthentication
	PutPrivileges               security_put_privileges.NewPutPrivileges
	PutRole                     security_put_role.NewPutRole
	PutRoleMapping              security_put_role_mapping.NewPutRoleMapping
	PutUser                     security_put_user.NewPutUser
	QueryApiKeys                security_query_api_keys.NewQueryApiKeys
	QueryRole                   security_query_role.NewQueryRole
	QueryUser                   security_query_user.NewQueryUser
	SamlAuthenticate            security_saml_authenticate.NewSamlAuthenticate
	SamlCompleteLogout          security_saml_complete_logout.NewSamlCompleteLogout
	SamlInvalidate              security_saml_invalidate.NewSamlInvalidate
	SamlLogout                  security_saml_logout.NewSamlLogout
	SamlPrepareAuthentication   security_saml_prepare_authentication.NewSamlPrepareAuthentication
	SamlServiceProviderMetadata security_saml_service_provider_metadata.NewSamlServiceProviderMetadata
	SuggestUserProfiles         security_suggest_user_profiles.NewSuggestUserProfiles
	UpdateApiKey                security_update_api_key.NewUpdateApiKey
	UpdateCrossClusterApiKey    security_update_cross_cluster_api_key.NewUpdateCrossClusterApiKey
	UpdateSettings              security_update_settings.NewUpdateSettings
	UpdateUserProfileData       security_update_user_profile_data.NewUpdateUserProfileData
}

type Shutdown

type Shutdown struct {
	DeleteNode shutdown_delete_node.NewDeleteNode
	GetNode    shutdown_get_node.NewGetNode
	PutNode    shutdown_put_node.NewPutNode
}

type Simulate added in v8.18.0

type Simulate struct {
	Ingest simulate_ingest.NewIngest
}

type Ssl

type Ssl struct {
	Certificates ssl_certificates.NewCertificates
}

type Streams added in v8.19.0

type Streams struct {
	LogsDisable streams_logs_disable.NewLogsDisable
	LogsEnable  streams_logs_enable.NewLogsEnable
	Status      streams_status.NewStatus
}

type Tasks

type Tasks struct {
	Cancel tasks_cancel.NewCancel
	Get    tasks_get.NewGet
	List   tasks_list.NewList
}

type Xpack

type Xpack struct {
	Info  xpack_info.NewInfo
	Usage xpack_usage.NewUsage
}

Directories

Path Synopsis
asyncsearch
delete
Delete an async search.
Delete an async search.
get
Get async search results.
Get async search results.
status
Get the async search status.
Get the async search status.
submit
Run an async search.
Run an async search.
autoscaling
deleteautoscalingpolicy
Delete an autoscaling policy.
Delete an autoscaling policy.
getautoscalingcapacity
Get the autoscaling capacity.
Get the autoscaling capacity.
getautoscalingpolicy
Get an autoscaling policy.
Get an autoscaling policy.
putautoscalingpolicy
Create or update an autoscaling policy.
Create or update an autoscaling policy.
Checks if the specified combination of method, API, parameters, and arbitrary capabilities are supported
Checks if the specified combination of method, API, parameters, and arbitrary capabilities are supported
cat
aliases
Get aliases.
Get aliases.
allocation
Get shard allocation information.
Get shard allocation information.
componenttemplates
Get component templates.
Get component templates.
count
Get a document count.
Get a document count.
fielddata
Get field data cache information.
Get field data cache information.
health
Get the cluster health status.
Get the cluster health status.
help
Get CAT help.
Get CAT help.
indices
Get index information.
Get index information.
master
Get master node information.
Get master node information.
mldatafeeds
Get datafeeds.
Get datafeeds.
mldataframeanalytics
Get data frame analytics jobs.
Get data frame analytics jobs.
mljobs
Get anomaly detection jobs.
Get anomaly detection jobs.
mltrainedmodels
Get trained models.
Get trained models.
nodeattrs
Get node attribute information.
Get node attribute information.
nodes
Get node information.
Get node information.
pendingtasks
Get pending task information.
Get pending task information.
plugins
Get plugin information.
Get plugin information.
recovery
Get shard recovery information.
Get shard recovery information.
repositories
Get snapshot repository information.
Get snapshot repository information.
segments
Get segment information.
Get segment information.
shards
Get shard information.
Get shard information.
snapshots
Get snapshot information.
Get snapshot information.
tasks
Get task information.
Get task information.
templates
Get index template information.
Get index template information.
threadpool
Get thread pool statistics.
Get thread pool statistics.
transforms
Get transform information.
Get transform information.
ccr
deleteautofollowpattern
Delete auto-follow patterns.
Delete auto-follow patterns.
follow
Create a follower.
Create a follower.
followinfo
Get follower information.
Get follower information.
followstats
Get follower stats.
Get follower stats.
forgetfollower
Forget a follower.
Forget a follower.
getautofollowpattern
Get auto-follow patterns.
Get auto-follow patterns.
pauseautofollowpattern
Pause an auto-follow pattern.
Pause an auto-follow pattern.
pausefollow
Pause a follower.
Pause a follower.
putautofollowpattern
Create or update auto-follow patterns.
Create or update auto-follow patterns.
resumeautofollowpattern
Resume an auto-follow pattern.
Resume an auto-follow pattern.
resumefollow
Resume a follower.
Resume a follower.
stats
Get cross-cluster replication stats.
Get cross-cluster replication stats.
unfollow
Unfollow an index.
Unfollow an index.
cluster
allocationexplain
Explain the shard allocations.
Explain the shard allocations.
deletecomponenttemplate
Delete component templates.
Delete component templates.
deletevotingconfigexclusions
Clear cluster voting config exclusions.
Clear cluster voting config exclusions.
existscomponenttemplate
Check component templates.
Check component templates.
getcomponenttemplate
Get component templates.
Get component templates.
getsettings
Get cluster-wide settings.
Get cluster-wide settings.
health
Get the cluster health status.
Get the cluster health status.
info
Get cluster info.
Get cluster info.
pendingtasks
Get the pending cluster tasks.
Get the pending cluster tasks.
postvotingconfigexclusions
Update voting configuration exclusions.
Update voting configuration exclusions.
putcomponenttemplate
Create or update a component template.
Create or update a component template.
putsettings
Update the cluster settings.
Update the cluster settings.
remoteinfo
Get remote cluster information.
Get remote cluster information.
reroute
Reroute the cluster.
Reroute the cluster.
state
Get the cluster state.
Get the cluster state.
stats
Get cluster statistics.
Get cluster statistics.
connector
checkin
Check in a connector.
Check in a connector.
delete
Delete a connector.
Delete a connector.
get
Get a connector.
Get a connector.
lastsync
Update the connector last sync stats.
Update the connector last sync stats.
list
Get all connectors.
Get all connectors.
post
Create a connector.
Create a connector.
put
Create or update a connector.
Create or update a connector.
secretpost
Creates a secret for a Connector.
Creates a secret for a Connector.
syncjobcancel
Cancel a connector sync job.
Cancel a connector sync job.
syncjobcheckin
Check in a connector sync job.
Check in a connector sync job.
syncjobclaim
Claim a connector sync job.
Claim a connector sync job.
syncjobdelete
Delete a connector sync job.
Delete a connector sync job.
syncjoberror
Set a connector sync job error.
Set a connector sync job error.
syncjobget
Get a connector sync job.
Get a connector sync job.
syncjoblist
Get all connector sync jobs.
Get all connector sync jobs.
syncjobpost
Create a connector sync job.
Create a connector sync job.
syncjobupdatestats
Set the connector sync job stats.
Set the connector sync job stats.
updateactivefiltering
Activate the connector draft filter.
Activate the connector draft filter.
updateapikeyid
Update the connector API key ID.
Update the connector API key ID.
updateconfiguration
Update the connector configuration.
Update the connector configuration.
updateerror
Update the connector error field.
Update the connector error field.
updatefeatures
Update the connector features.
Update the connector features.
updatefiltering
Update the connector filtering.
Update the connector filtering.
updatefilteringvalidation
Update the connector draft filtering validation.
Update the connector draft filtering validation.
updateindexname
Update the connector index name.
Update the connector index name.
updatename
Update the connector name and description.
Update the connector name and description.
updatenative
Update the connector is_native flag.
Update the connector is_native flag.
updatepipeline
Update the connector pipeline.
Update the connector pipeline.
updatescheduling
Update the connector scheduling.
Update the connector scheduling.
updateservicetype
Update the connector service type.
Update the connector service type.
updatestatus
Update the connector status.
Update the connector status.
core
bulk
Bulk index or delete documents.
Bulk index or delete documents.
clearscroll
Clear a scrolling search.
Clear a scrolling search.
closepointintime
Close a point in time.
Close a point in time.
count
Count search results.
Count search results.
create
Create a new document in the index.
Create a new document in the index.
delete
Delete a document.
Delete a document.
deletebyquery
Delete documents.
Delete documents.
deletebyqueryrethrottle
Throttle a delete by query operation.
Throttle a delete by query operation.
deletescript
Delete a script or search template.
Delete a script or search template.
exists
Check a document.
Check a document.
existssource
Check for a document source.
Check for a document source.
explain
Explain a document match result.
Explain a document match result.
fieldcaps
Get the field capabilities.
Get the field capabilities.
get
Get a document by its ID.
Get a document by its ID.
getscript
Get a script or search template.
Get a script or search template.
getscriptcontext
Get script contexts.
Get script contexts.
getscriptlanguages
Get script languages.
Get script languages.
getsource
Get a document's source.
Get a document's source.
healthreport
Get the cluster health.
Get the cluster health.
index
Create or update a document in an index.
Create or update a document in an index.
info
Get cluster info.
Get cluster info.
knnsearch
Run a knn search.
Run a knn search.
mget
Get multiple documents.
Get multiple documents.
msearch
Run multiple searches.
Run multiple searches.
msearchtemplate
Run multiple templated searches.
Run multiple templated searches.
mtermvectors
Get multiple term vectors.
Get multiple term vectors.
openpointintime
Open a point in time.
Open a point in time.
ping
Ping the cluster.
Ping the cluster.
putscript
Create or update a script or search template.
Create or update a script or search template.
rankeval
Evaluate ranked search results.
Evaluate ranked search results.
reindex
Reindex documents.
Reindex documents.
reindexrethrottle
Throttle a reindex operation.
Throttle a reindex operation.
rendersearchtemplate
Render a search template.
Render a search template.
scriptspainlessexecute
Run a script.
Run a script.
scroll
Run a scrolling search.
Run a scrolling search.
search
Run a search.
Run a search.
searchmvt
Search a vector tile.
Search a vector tile.
searchshards
Get the search shards.
Get the search shards.
searchtemplate
Run a search with a search template.
Run a search with a search template.
termsenum
Get terms in an index.
Get terms in an index.
termvectors
Get term vector information.
Get term vector information.
update
Update a document.
Update a document.
updatebyquery
Update documents.
Update documents.
updatebyqueryrethrottle
Throttle an update by query operation.
Throttle an update by query operation.
danglingindices
deletedanglingindex
Delete a dangling index.
Delete a dangling index.
importdanglingindex
Import a dangling index.
Import a dangling index.
listdanglingindices
Get the dangling indices.
Get the dangling indices.
enrich
deletepolicy
Delete an enrich policy.
Delete an enrich policy.
executepolicy
Run an enrich policy.
Run an enrich policy.
getpolicy
Get an enrich policy.
Get an enrich policy.
putpolicy
Create an enrich policy.
Create an enrich policy.
stats
Get enrich stats.
Get enrich stats.
eql
delete
Delete an async EQL search.
Delete an async EQL search.
get
Get async EQL search results.
Get async EQL search results.
getstatus
Get the async EQL status.
Get the async EQL status.
search
Get EQL search results.
Get EQL search results.
esql
asyncquery
Run an async ES|QL query.
Run an async ES|QL query.
asyncquerydelete
Delete an async ES|QL query.
Delete an async ES|QL query.
asyncqueryget
Get async ES|QL query results.
Get async ES|QL query results.
asyncquerystop
Stop async ES|QL query.
Stop async ES|QL query.
query
Run an ES|QL query.
Run an ES|QL query.
features
getfeatures
Get the features.
Get the features.
resetfeatures
Reset the features.
Reset the features.
fleet
globalcheckpoints
Get global checkpoints.
Get global checkpoints.
msearch
Executes several fleet searches with a single API request.
Executes several fleet searches with a single API request.
postsecret
Creates a secret stored by Fleet.
Creates a secret stored by Fleet.
search
The purpose of the fleet search api is to provide a search api where the search will only be executed after provided checkpoint has been processed and is visible for searches inside of Elasticsearch.
The purpose of the fleet search api is to provide a search api where the search will only be executed after provided checkpoint has been processed and is visible for searches inside of Elasticsearch.
graph
explore
Explore graph analytics.
Explore graph analytics.
ilm
deletelifecycle
Delete a lifecycle policy.
Delete a lifecycle policy.
explainlifecycle
Explain the lifecycle state.
Explain the lifecycle state.
getlifecycle
Get lifecycle policies.
Get lifecycle policies.
getstatus
Get the ILM status.
Get the ILM status.
migratetodatatiers
Migrate to data tiers routing.
Migrate to data tiers routing.
movetostep
Move to a lifecycle step.
Move to a lifecycle step.
putlifecycle
Create or update a lifecycle policy.
Create or update a lifecycle policy.
removepolicy
Remove policies from an index.
Remove policies from an index.
retry
Retry a policy.
Retry a policy.
start
Start the ILM plugin.
Start the ILM plugin.
stop
Stop the ILM plugin.
Stop the ILM plugin.
indices
addblock
Add an index block.
Add an index block.
analyze
Get tokens from text analysis.
Get tokens from text analysis.
cancelmigratereindex
Cancel a migration reindex operation.
Cancel a migration reindex operation.
clearcache
Clear the cache.
Clear the cache.
clone
Clone an index.
Clone an index.
close
Close an index.
Close an index.
create
Create an index.
Create an index.
createdatastream
Create a data stream.
Create a data stream.
createfrom
Create an index from a source index.
Create an index from a source index.
datastreamsstats
Get data stream stats.
Get data stream stats.
delete
Delete indices.
Delete indices.
deletealias
Delete an alias.
Delete an alias.
deletedatalifecycle
Delete data stream lifecycles.
Delete data stream lifecycles.
deletedatastream
Delete data streams.
Delete data streams.
deleteindextemplate
Delete an index template.
Delete an index template.
deletetemplate
Delete a legacy index template.
Delete a legacy index template.
diskusage
Analyze the index disk usage.
Analyze the index disk usage.
downsample
Downsample an index.
Downsample an index.
exists
Check indices.
Check indices.
existsalias
Check aliases.
Check aliases.
existsindextemplate
Check index templates.
Check index templates.
existstemplate
Check existence of index templates.
Check existence of index templates.
explaindatalifecycle
Get the status for a data stream lifecycle.
Get the status for a data stream lifecycle.
fieldusagestats
Get field usage stats.
Get field usage stats.
flush
Flush data streams or indices.
Flush data streams or indices.
forcemerge
Force a merge.
Force a merge.
get
Get index information.
Get index information.
getalias
Get aliases.
Get aliases.
getdatalifecycle
Get data stream lifecycles.
Get data stream lifecycles.
getdatalifecyclestats
Get data stream lifecycle stats.
Get data stream lifecycle stats.
getdatastream
Get data streams.
Get data streams.
getfieldmapping
Get mapping definitions.
Get mapping definitions.
getindextemplate
Get index templates.
Get index templates.
getmapping
Get mapping definitions.
Get mapping definitions.
getmigratereindexstatus
Get the migration reindexing status.
Get the migration reindexing status.
getsettings
Get index settings.
Get index settings.
gettemplate
Get legacy index templates.
Get legacy index templates.
migratereindex
Reindex legacy backing indices.
Reindex legacy backing indices.
migratetodatastream
Convert an index alias to a data stream.
Convert an index alias to a data stream.
modifydatastream
Update data streams.
Update data streams.
open
Open a closed index.
Open a closed index.
promotedatastream
Promote a data stream.
Promote a data stream.
putalias
Create or update an alias.
Create or update an alias.
putdatalifecycle
Update data stream lifecycles.
Update data stream lifecycles.
putindextemplate
Create or update an index template.
Create or update an index template.
putmapping
Update field mappings.
Update field mappings.
putsettings
Update index settings.
Update index settings.
puttemplate
Create or update a legacy index template.
Create or update a legacy index template.
recovery
Get index recovery information.
Get index recovery information.
refresh
Refresh an index.
Refresh an index.
reloadsearchanalyzers
Reload search analyzers.
Reload search analyzers.
resolvecluster
Resolve the cluster.
Resolve the cluster.
resolveindex
Resolve indices.
Resolve indices.
rollover
Roll over to a new index.
Roll over to a new index.
segments
Get index segments.
Get index segments.
shardstores
Get index shard stores.
Get index shard stores.
shrink
Shrink an index.
Shrink an index.
simulateindextemplate
Simulate an index.
Simulate an index.
simulatetemplate
Simulate an index template.
Simulate an index template.
split
Split an index.
Split an index.
stats
Get index statistics.
Get index statistics.
unfreeze
Unfreeze an index.
Unfreeze an index.
updatealiases
Create or update an alias.
Create or update an alias.
validatequery
Validate a query.
Validate a query.
Perform inference on the service.
Perform inference on the service.
chatcompletionunified
Perform chat completion inference
Perform chat completion inference
completion
Perform completion inference on the service
Perform completion inference on the service
delete
Delete an inference endpoint
Delete an inference endpoint
get
Get an inference endpoint
Get an inference endpoint
put
Create an inference endpoint.
Create an inference endpoint.
putalibabacloud
Create an AlibabaCloud AI Search inference endpoint.
Create an AlibabaCloud AI Search inference endpoint.
putamazonbedrock
Create an Amazon Bedrock inference endpoint.
Create an Amazon Bedrock inference endpoint.
putamazonsagemaker
Create an Amazon SageMaker inference endpoint.
Create an Amazon SageMaker inference endpoint.
putanthropic
Create an Anthropic inference endpoint.
Create an Anthropic inference endpoint.
putazureaistudio
Create an Azure AI studio inference endpoint.
Create an Azure AI studio inference endpoint.
putazureopenai
Create an Azure OpenAI inference endpoint.
Create an Azure OpenAI inference endpoint.
putcohere
Create a Cohere inference endpoint.
Create a Cohere inference endpoint.
putcustom
Create a custom inference endpoint.
Create a custom inference endpoint.
putdeepseek
Create a DeepSeek inference endpoint.
Create a DeepSeek inference endpoint.
putelasticsearch
Create an Elasticsearch inference endpoint.
Create an Elasticsearch inference endpoint.
putelser
Create an ELSER inference endpoint.
Create an ELSER inference endpoint.
putgoogleaistudio
Create an Google AI Studio inference endpoint.
Create an Google AI Studio inference endpoint.
putgooglevertexai
Create a Google Vertex AI inference endpoint.
Create a Google Vertex AI inference endpoint.
puthuggingface
Create a Hugging Face inference endpoint.
Create a Hugging Face inference endpoint.
putjinaai
Create an JinaAI inference endpoint.
Create an JinaAI inference endpoint.
putmistral
Create a Mistral inference endpoint.
Create a Mistral inference endpoint.
putopenai
Create an OpenAI inference endpoint.
Create an OpenAI inference endpoint.
putvoyageai
Create a VoyageAI inference endpoint.
Create a VoyageAI inference endpoint.
putwatsonx
Create a Watsonx inference endpoint.
Create a Watsonx inference endpoint.
rerank
Perform reranking inference on the service
Perform reranking inference on the service
sparseembedding
Perform sparse embedding inference on the service
Perform sparse embedding inference on the service
streamcompletion
Perform streaming inference.
Perform streaming inference.
textembedding
Perform text embedding inference on the service
Perform text embedding inference on the service
update
Update an inference endpoint.
Update an inference endpoint.
ingest
deletegeoipdatabase
Delete GeoIP database configurations.
Delete GeoIP database configurations.
deleteiplocationdatabase
Delete IP geolocation database configurations.
Delete IP geolocation database configurations.
deletepipeline
Delete pipelines.
Delete pipelines.
geoipstats
Get GeoIP statistics.
Get GeoIP statistics.
getgeoipdatabase
Get GeoIP database configurations.
Get GeoIP database configurations.
getiplocationdatabase
Get IP geolocation database configurations.
Get IP geolocation database configurations.
getpipeline
Get pipelines.
Get pipelines.
processorgrok
Run a grok processor.
Run a grok processor.
putgeoipdatabase
Create or update a GeoIP database configuration.
Create or update a GeoIP database configuration.
putiplocationdatabase
Create or update an IP geolocation database configuration.
Create or update an IP geolocation database configuration.
putpipeline
Create or update a pipeline.
Create or update a pipeline.
simulate
Simulate a pipeline.
Simulate a pipeline.
license
delete
Delete the license.
Delete the license.
get
Get license information.
Get license information.
getbasicstatus
Get the basic license status.
Get the basic license status.
gettrialstatus
Get the trial status.
Get the trial status.
post
Update the license.
Update the license.
poststartbasic
Start a basic license.
Start a basic license.
poststarttrial
Start a trial.
Start a trial.
logstash
deletepipeline
Delete a Logstash pipeline.
Delete a Logstash pipeline.
getpipeline
Get Logstash pipelines.
Get Logstash pipelines.
putpipeline
Create or update a Logstash pipeline.
Create or update a Logstash pipeline.
migration
deprecations
Get deprecation information.
Get deprecation information.
getfeatureupgradestatus
Get feature migration information.
Get feature migration information.
postfeatureupgrade
Start the feature migration.
Start the feature migration.
ml
cleartrainedmodeldeploymentcache
Clear trained model deployment cache.
Clear trained model deployment cache.
closejob
Close anomaly detection jobs.
Close anomaly detection jobs.
deletecalendar
Delete a calendar.
Delete a calendar.
deletecalendarevent
Delete events from a calendar.
Delete events from a calendar.
deletecalendarjob
Delete anomaly jobs from a calendar.
Delete anomaly jobs from a calendar.
deletedatafeed
Delete a datafeed.
Delete a datafeed.
deletedataframeanalytics
Delete a data frame analytics job.
Delete a data frame analytics job.
deleteexpireddata
Delete expired ML data.
Delete expired ML data.
deletefilter
Delete a filter.
Delete a filter.
deleteforecast
Delete forecasts from a job.
Delete forecasts from a job.
deletejob
Delete an anomaly detection job.
Delete an anomaly detection job.
deletemodelsnapshot
Delete a model snapshot.
Delete a model snapshot.
deletetrainedmodel
Delete an unreferenced trained model.
Delete an unreferenced trained model.
deletetrainedmodelalias
Delete a trained model alias.
Delete a trained model alias.
estimatemodelmemory
Estimate job model memory usage.
Estimate job model memory usage.
evaluatedataframe
Evaluate data frame analytics.
Evaluate data frame analytics.
explaindataframeanalytics
Explain data frame analytics config.
Explain data frame analytics config.
flushjob
Force buffered data to be processed.
Force buffered data to be processed.
forecast
Predict future behavior of a time series.
Predict future behavior of a time series.
getbuckets
Get anomaly detection job results for buckets.
Get anomaly detection job results for buckets.
getcalendarevents
Get info about events in calendars.
Get info about events in calendars.
getcalendars
Get calendar configuration info.
Get calendar configuration info.
getcategories
Get anomaly detection job results for categories.
Get anomaly detection job results for categories.
getdatafeeds
Get datafeeds configuration info.
Get datafeeds configuration info.
getdatafeedstats
Get datafeed stats.
Get datafeed stats.
getdataframeanalytics
Get data frame analytics job configuration info.
Get data frame analytics job configuration info.
getdataframeanalyticsstats
Get data frame analytics job stats.
Get data frame analytics job stats.
getfilters
Get filters.
Get filters.
getinfluencers
Get anomaly detection job results for influencers.
Get anomaly detection job results for influencers.
getjobs
Get anomaly detection jobs configuration info.
Get anomaly detection jobs configuration info.
getjobstats
Get anomaly detection job stats.
Get anomaly detection job stats.
getmemorystats
Get machine learning memory usage info.
Get machine learning memory usage info.
getmodelsnapshots
Get model snapshots info.
Get model snapshots info.
getmodelsnapshotupgradestats
Get anomaly detection job model snapshot upgrade usage info.
Get anomaly detection job model snapshot upgrade usage info.
getoverallbuckets
Get overall bucket results.
Get overall bucket results.
getrecords
Get anomaly records for an anomaly detection job.
Get anomaly records for an anomaly detection job.
gettrainedmodels
Get trained model configuration info.
Get trained model configuration info.
gettrainedmodelsstats
Get trained models usage info.
Get trained models usage info.
infertrainedmodel
Evaluate a trained model.
Evaluate a trained model.
info
Get machine learning information.
Get machine learning information.
openjob
Open anomaly detection jobs.
Open anomaly detection jobs.
postcalendarevents
Add scheduled events to the calendar.
Add scheduled events to the calendar.
postdata
Send data to an anomaly detection job for analysis.
Send data to an anomaly detection job for analysis.
previewdatafeed
Preview a datafeed.
Preview a datafeed.
previewdataframeanalytics
Preview features used by data frame analytics.
Preview features used by data frame analytics.
putcalendar
Create a calendar.
Create a calendar.
putcalendarjob
Add anomaly detection job to calendar.
Add anomaly detection job to calendar.
putdatafeed
Create a datafeed.
Create a datafeed.
putdataframeanalytics
Create a data frame analytics job.
Create a data frame analytics job.
putfilter
Create a filter.
Create a filter.
putjob
Create an anomaly detection job.
Create an anomaly detection job.
puttrainedmodel
Create a trained model.
Create a trained model.
puttrainedmodelalias
Create or update a trained model alias.
Create or update a trained model alias.
puttrainedmodeldefinitionpart
Create part of a trained model definition.
Create part of a trained model definition.
puttrainedmodelvocabulary
Create a trained model vocabulary.
Create a trained model vocabulary.
resetjob
Reset an anomaly detection job.
Reset an anomaly detection job.
revertmodelsnapshot
Revert to a snapshot.
Revert to a snapshot.
setupgrademode
Set upgrade_mode for ML indices.
Set upgrade_mode for ML indices.
startdatafeed
Start datafeeds.
Start datafeeds.
startdataframeanalytics
Start a data frame analytics job.
Start a data frame analytics job.
starttrainedmodeldeployment
Start a trained model deployment.
Start a trained model deployment.
stopdatafeed
Stop datafeeds.
Stop datafeeds.
stopdataframeanalytics
Stop data frame analytics jobs.
Stop data frame analytics jobs.
stoptrainedmodeldeployment
Stop a trained model deployment.
Stop a trained model deployment.
updatedatafeed
Update a datafeed.
Update a datafeed.
updatedataframeanalytics
Update a data frame analytics job.
Update a data frame analytics job.
updatefilter
Update a filter.
Update a filter.
updatejob
Update an anomaly detection job.
Update an anomaly detection job.
updatemodelsnapshot
Update a snapshot.
Update a snapshot.
updatetrainedmodeldeployment
Update a trained model deployment.
Update a trained model deployment.
upgradejobsnapshot
Upgrade a snapshot.
Upgrade a snapshot.
validate
Validate an anomaly detection job.
Validate an anomaly detection job.
validatedetector
Validate an anomaly detection job.
Validate an anomaly detection job.
monitoring
bulk
Send monitoring data.
Send monitoring data.
nodes
clearrepositoriesmeteringarchive
Clear the archived repositories metering.
Clear the archived repositories metering.
getrepositoriesmeteringinfo
Get cluster repositories metering.
Get cluster repositories metering.
hotthreads
Get the hot threads for nodes.
Get the hot threads for nodes.
info
Get node information.
Get node information.
reloadsecuresettings
Reload the keystore on nodes in the cluster.
Reload the keystore on nodes in the cluster.
stats
Get node statistics.
Get node statistics.
usage
Get feature usage information.
Get feature usage information.
profiling
flamegraph
Extracts a UI-optimized structure to render flamegraphs from Universal Profiling.
Extracts a UI-optimized structure to render flamegraphs from Universal Profiling.
stacktraces
Extracts raw stacktrace information from Universal Profiling.
Extracts raw stacktrace information from Universal Profiling.
status
Returns basic information about the status of Universal Profiling.
Returns basic information about the status of Universal Profiling.
topnfunctions
Extracts a list of topN functions from Universal Profiling.
Extracts a list of topN functions from Universal Profiling.
queryrules
deleterule
Delete a query rule.
Delete a query rule.
deleteruleset
Delete a query ruleset.
Delete a query ruleset.
getrule
Get a query rule.
Get a query rule.
getruleset
Get a query ruleset.
Get a query ruleset.
listrulesets
Get all query rulesets.
Get all query rulesets.
putrule
Create or update a query rule.
Create or update a query rule.
putruleset
Create or update a query ruleset.
Create or update a query ruleset.
test
Test a query ruleset.
Test a query ruleset.
rollup
deletejob
Delete a rollup job.
Delete a rollup job.
getjobs
Get rollup job information.
Get rollup job information.
getrollupcaps
Get the rollup job capabilities.
Get the rollup job capabilities.
getrollupindexcaps
Get the rollup index capabilities.
Get the rollup index capabilities.
putjob
Create a rollup job.
Create a rollup job.
rollupsearch
Search rolled-up data.
Search rolled-up data.
startjob
Start rollup jobs.
Start rollup jobs.
stopjob
Stop rollup jobs.
Stop rollup jobs.
searchablesnapshots
cachestats
Get cache statistics.
Get cache statistics.
clearcache
Clear the cache.
Clear the cache.
mount
Mount a snapshot.
Mount a snapshot.
stats
Get searchable snapshot statistics.
Get searchable snapshot statistics.
searchapplication
delete
Delete a search application.
Delete a search application.
deletebehavioralanalytics
Delete a behavioral analytics collection.
Delete a behavioral analytics collection.
get
Get search application details.
Get search application details.
getbehavioralanalytics
Get behavioral analytics collections.
Get behavioral analytics collections.
list
Get search applications.
Get search applications.
postbehavioralanalyticsevent
Create a behavioral analytics collection event.
Create a behavioral analytics collection event.
put
Create or update a search application.
Create or update a search application.
putbehavioralanalytics
Create a behavioral analytics collection.
Create a behavioral analytics collection.
renderquery
Render a search application query.
Render a search application query.
search
Run a search application search.
Run a search application search.
security
activateuserprofile
Activate a user profile.
Activate a user profile.
authenticate
Authenticate a user.
Authenticate a user.
bulkdeleterole
Bulk delete roles.
Bulk delete roles.
bulkputrole
Bulk create or update roles.
Bulk create or update roles.
bulkupdateapikeys
Bulk update API keys.
Bulk update API keys.
changepassword
Change passwords.
Change passwords.
clearapikeycache
Clear the API key cache.
Clear the API key cache.
clearcachedprivileges
Clear the privileges cache.
Clear the privileges cache.
clearcachedrealms
Clear the user cache.
Clear the user cache.
clearcachedroles
Clear the roles cache.
Clear the roles cache.
clearcachedservicetokens
Clear service account token caches.
Clear service account token caches.
createapikey
Create an API key.
Create an API key.
createcrossclusterapikey
Create a cross-cluster API key.
Create a cross-cluster API key.
createservicetoken
Create a service account token.
Create a service account token.
delegatepki
Delegate PKI authentication.
Delegate PKI authentication.
deleteprivileges
Delete application privileges.
Delete application privileges.
deleterole
Delete roles.
Delete roles.
deleterolemapping
Delete role mappings.
Delete role mappings.
deleteservicetoken
Delete service account tokens.
Delete service account tokens.
deleteuser
Delete users.
Delete users.
disableuser
Disable users.
Disable users.
disableuserprofile
Disable a user profile.
Disable a user profile.
enableuser
Enable users.
Enable users.
enableuserprofile
Enable a user profile.
Enable a user profile.
enrollkibana
Enroll Kibana.
Enroll Kibana.
enrollnode
Enroll a node.
Enroll a node.
getapikey
Get API key information.
Get API key information.
getbuiltinprivileges
Get builtin privileges.
Get builtin privileges.
getprivileges
Get application privileges.
Get application privileges.
getrole
Get roles.
Get roles.
getrolemapping
Get role mappings.
Get role mappings.
getserviceaccounts
Get service accounts.
Get service accounts.
getservicecredentials
Get service account credentials.
Get service account credentials.
getsettings
Get security index settings.
Get security index settings.
gettoken
Get a token.
Get a token.
getuser
Get users.
Get users.
getuserprivileges
Get user privileges.
Get user privileges.
getuserprofile
Get a user profile.
Get a user profile.
grantapikey
Grant an API key.
Grant an API key.
hasprivileges
Check user privileges.
Check user privileges.
hasprivilegesuserprofile
Check user profile privileges.
Check user profile privileges.
invalidateapikey
Invalidate API keys.
Invalidate API keys.
invalidatetoken
Invalidate a token.
Invalidate a token.
oidcauthenticate
Authenticate OpenID Connect.
Authenticate OpenID Connect.
oidclogout
Logout of OpenID Connect.
Logout of OpenID Connect.
oidcprepareauthentication
Prepare OpenID connect authentication.
Prepare OpenID connect authentication.
putprivileges
Create or update application privileges.
Create or update application privileges.
putrole
Create or update roles.
Create or update roles.
putrolemapping
Create or update role mappings.
Create or update role mappings.
putuser
Create or update users.
Create or update users.
queryapikeys
Find API keys with a query.
Find API keys with a query.
queryrole
Find roles with a query.
Find roles with a query.
queryuser
Find users with a query.
Find users with a query.
samlauthenticate
Authenticate SAML.
Authenticate SAML.
samlcompletelogout
Logout of SAML completely.
Logout of SAML completely.
samlinvalidate
Invalidate SAML.
Invalidate SAML.
samllogout
Logout of SAML.
Logout of SAML.
samlprepareauthentication
Prepare SAML authentication.
Prepare SAML authentication.
samlserviceprovidermetadata
Create SAML service provider metadata.
Create SAML service provider metadata.
suggestuserprofiles
Suggest a user profile.
Suggest a user profile.
updateapikey
Update an API key.
Update an API key.
updatecrossclusterapikey
Update a cross-cluster API key.
Update a cross-cluster API key.
updatesettings
Update security index settings.
Update security index settings.
updateuserprofiledata
Update user profile data.
Update user profile data.
shutdown
deletenode
Cancel node shutdown preparations.
Cancel node shutdown preparations.
getnode
Get the shutdown status.
Get the shutdown status.
putnode
Prepare a node to be shut down.
Prepare a node to be shut down.
simulate
ingest
Simulate data ingestion.
Simulate data ingestion.
slm
deletelifecycle
Delete a policy.
Delete a policy.
executelifecycle
Run a policy.
Run a policy.
executeretention
Run a retention policy.
Run a retention policy.
getlifecycle
Get policy information.
Get policy information.
getstats
Get snapshot lifecycle management statistics.
Get snapshot lifecycle management statistics.
getstatus
Get the snapshot lifecycle management status.
Get the snapshot lifecycle management status.
putlifecycle
Create or update a policy.
Create or update a policy.
start
Start snapshot lifecycle management.
Start snapshot lifecycle management.
stop
Stop snapshot lifecycle management.
Stop snapshot lifecycle management.
snapshot
cleanuprepository
Clean up the snapshot repository.
Clean up the snapshot repository.
clone
Clone a snapshot.
Clone a snapshot.
create
Create a snapshot.
Create a snapshot.
createrepository
Create or update a snapshot repository.
Create or update a snapshot repository.
delete
Delete snapshots.
Delete snapshots.
deleterepository
Delete snapshot repositories.
Delete snapshot repositories.
get
Get snapshot information.
Get snapshot information.
getrepository
Get snapshot repository information.
Get snapshot repository information.
repositoryanalyze
Analyze a snapshot repository.
Analyze a snapshot repository.
repositoryverifyintegrity
Verify the repository integrity.
Verify the repository integrity.
restore
Restore a snapshot.
Restore a snapshot.
status
Get the snapshot status.
Get the snapshot status.
verifyrepository
Verify a snapshot repository.
Verify a snapshot repository.
Package some provides helpers to allow users to user inline pointers on primitive types for the TypedAPI.
Package some provides helpers to allow users to user inline pointers on primitive types for the TypedAPI.
sql
clearcursor
Clear an SQL search cursor.
Clear an SQL search cursor.
deleteasync
Delete an async SQL search.
Delete an async SQL search.
getasync
Get async SQL search results.
Get async SQL search results.
getasyncstatus
Get the async SQL search status.
Get the async SQL search status.
query
Get SQL search results.
Get SQL search results.
translate
Translate SQL into Elasticsearch queries.
Translate SQL into Elasticsearch queries.
ssl
certificates
Get SSL certificates.
Get SSL certificates.
streams
logsdisable
Disable the Logs Streams feature for this cluster
Disable the Logs Streams feature for this cluster
logsenable
Enable the Logs Streams feature for this cluster
Enable the Logs Streams feature for this cluster
status
Return the current status of the streams feature for each streams type
Return the current status of the streams feature for each streams type
synonyms
deletesynonym
Delete a synonym set.
Delete a synonym set.
deletesynonymrule
Delete a synonym rule.
Delete a synonym rule.
getsynonym
Get a synonym set.
Get a synonym set.
getsynonymrule
Get a synonym rule.
Get a synonym rule.
getsynonymssets
Get all synonym sets.
Get all synonym sets.
putsynonym
Create or update a synonym set.
Create or update a synonym set.
putsynonymrule
Create or update a synonym rule.
Create or update a synonym rule.
tasks
cancel
Cancel a task.
Cancel a task.
get
Get task information.
Get task information.
list
Get all tasks.
Get all tasks.
textstructure
findfieldstructure
Find the structure of a text field.
Find the structure of a text field.
findmessagestructure
Find the structure of text messages.
Find the structure of text messages.
findstructure
Find the structure of a text file.
Find the structure of a text file.
testgrokpattern
Test a Grok pattern.
Test a Grok pattern.
transform
deletetransform
Delete a transform.
Delete a transform.
getnodestats
Retrieves transform usage information for transform nodes.
Retrieves transform usage information for transform nodes.
gettransform
Get transforms.
Get transforms.
gettransformstats
Get transform stats.
Get transform stats.
previewtransform
Preview a transform.
Preview a transform.
puttransform
Create a transform.
Create a transform.
resettransform
Reset a transform.
Reset a transform.
schedulenowtransform
Schedule a transform to start now.
Schedule a transform to start now.
starttransform
Start a transform.
Start a transform.
stoptransform
Stop transforms.
Stop transforms.
updatetransform
Update a transform.
Update a transform.
upgradetransforms
Upgrade all transforms.
Upgrade all transforms.
enums/accesstokengranttype
Package accesstokengranttype
Package accesstokengranttype
enums/acknowledgementoptions
Package acknowledgementoptions
Package acknowledgementoptions
enums/actionexecutionmode
Package actionexecutionmode
Package actionexecutionmode
enums/actionstatusoptions
Package actionstatusoptions
Package actionstatusoptions
enums/actiontype
Package actiontype
Package actiontype
enums/alibabacloudservicetype
Package alibabacloudservicetype
Package alibabacloudservicetype
enums/alibabacloudtasktype
Package alibabacloudtasktype
Package alibabacloudtasktype
enums/allocationexplaindecision
Package allocationexplaindecision
Package allocationexplaindecision
enums/amazonbedrockservicetype
Package amazonbedrockservicetype
Package amazonbedrockservicetype
enums/amazonbedrocktasktype
Package amazonbedrocktasktype
Package amazonbedrocktasktype
enums/amazonsagemakerapi
Package amazonsagemakerapi
Package amazonsagemakerapi
enums/amazonsagemakerservicetype
Package amazonsagemakerservicetype
Package amazonsagemakerservicetype
enums/anthropicservicetype
Package anthropicservicetype
Package anthropicservicetype
enums/anthropictasktype
Package anthropictasktype
Package anthropictasktype
enums/apikeygranttype
Package apikeygranttype
Package apikeygranttype
enums/apikeytype
Package apikeytype
Package apikeytype
enums/appliesto
Package appliesto
Package appliesto
enums/azureaistudioservicetype
Package azureaistudioservicetype
Package azureaistudioservicetype
enums/azureaistudiotasktype
Package azureaistudiotasktype
Package azureaistudiotasktype
enums/azureopenaiservicetype
Package azureopenaiservicetype
Package azureopenaiservicetype
enums/azureopenaitasktype
Package azureopenaitasktype
Package azureopenaitasktype
enums/boundaryscanner
Package boundaryscanner
Package boundaryscanner
enums/bytes
Package bytes
Package bytes
enums/calendarinterval
Package calendarinterval
Package calendarinterval
enums/cardinalityexecutionmode
Package cardinalityexecutionmode
Package cardinalityexecutionmode
enums/catanomalydetectorcolumn
Package catanomalydetectorcolumn
Package catanomalydetectorcolumn
enums/catdatafeedcolumn
Package catdatafeedcolumn
Package catdatafeedcolumn
enums/catdfacolumn
Package catdfacolumn
Package catdfacolumn
enums/categorizationstatus
Package categorizationstatus
Package categorizationstatus
enums/catnodecolumn
Package catnodecolumn
Package catnodecolumn
enums/catrecoverycolumn
Package catrecoverycolumn
Package catrecoverycolumn
enums/catsegmentscolumn
Package catsegmentscolumn
Package catsegmentscolumn
enums/catshardcolumn
Package catshardcolumn
Package catshardcolumn
enums/catsnapshotscolumn
Package catsnapshotscolumn
Package catsnapshotscolumn
enums/catthreadpoolcolumn
Package catthreadpoolcolumn
Package catthreadpoolcolumn
enums/cattrainedmodelscolumn
Package cattrainedmodelscolumn
Package cattrainedmodelscolumn
enums/cattransformcolumn
Package cattransformcolumn
Package cattransformcolumn
enums/childscoremode
Package childscoremode
Package childscoremode
enums/chunkingmode
Package chunkingmode
Package chunkingmode
enums/cjkbigramignoredscript
Package cjkbigramignoredscript
Package cjkbigramignoredscript
enums/clusterinfotarget
Package clusterinfotarget
Package clusterinfotarget
enums/clusterprivilege
Package clusterprivilege
Package clusterprivilege
enums/clustersearchstatus
Package clustersearchstatus
Package clustersearchstatus
enums/cohereembeddingtype
Package cohereembeddingtype
Package cohereembeddingtype
enums/cohereinputtype
Package cohereinputtype
Package cohereinputtype
enums/cohereservicetype
Package cohereservicetype
Package cohereservicetype
enums/coheresimilaritytype
Package coheresimilaritytype
Package coheresimilaritytype
enums/coheretasktype
Package coheretasktype
Package coheretasktype
enums/coheretruncatetype
Package coheretruncatetype
Package coheretruncatetype
enums/combinedfieldsoperator
Package combinedfieldsoperator
Package combinedfieldsoperator
enums/combinedfieldszeroterms
Package combinedfieldszeroterms
Package combinedfieldszeroterms
enums/conditionop
Package conditionop
Package conditionop
enums/conditionoperator
Package conditionoperator
Package conditionoperator
enums/conditiontype
Package conditiontype
Package conditiontype
enums/conflicts
Package conflicts
Package conflicts
enums/connectionscheme
Package connectionscheme
Package connectionscheme
enums/connectorfieldtype
Package connectorfieldtype
Package connectorfieldtype
enums/connectorstatus
Package connectorstatus
Package connectorstatus
enums/converttype
Package converttype
Package converttype
enums/customservicetype
Package customservicetype
Package customservicetype
enums/customtasktype
Package customtasktype
Package customtasktype
enums/dataattachmentformat
Package dataattachmentformat
Package dataattachmentformat
enums/datafeedstate
Package datafeedstate
Package datafeedstate
enums/dataframestate
Package dataframestate
Package dataframestate
enums/day
Package day
Package day
enums/decision
Package decision
Package decision
enums/deepseekservicetype
Package deepseekservicetype
Package deepseekservicetype
enums/delimitedpayloadencoding
Package delimitedpayloadencoding
Package delimitedpayloadencoding
enums/densevectorelementtype
Package densevectorelementtype
Package densevectorelementtype
enums/densevectorindexoptionstype
Package densevectorindexoptionstype
Package densevectorindexoptionstype
enums/densevectorsimilarity
Package densevectorsimilarity
Package densevectorsimilarity
enums/deploymentallocationstate
Package deploymentallocationstate
Package deploymentallocationstate
enums/deploymentassignmentstate
Package deploymentassignmentstate
Package deploymentassignmentstate
enums/deprecationlevel
Package deprecationlevel
Package deprecationlevel
enums/dfiindependencemeasure
Package dfiindependencemeasure
Package dfiindependencemeasure
enums/dfraftereffect
Package dfraftereffect
Package dfraftereffect
enums/dfrbasicmodel
Package dfrbasicmodel
Package dfrbasicmodel
enums/displaytype
Package displaytype
Package displaytype
enums/distanceunit
Package distanceunit
Package distanceunit
enums/dynamicmapping
Package dynamicmapping
Package dynamicmapping
enums/ecscompatibilitytype
Package ecscompatibilitytype
Package ecscompatibilitytype
enums/edgengramside
Package edgengramside
Package edgengramside
enums/elasticsearchservicetype
Package elasticsearchservicetype
Package elasticsearchservicetype
enums/elasticsearchtasktype
Package elasticsearchtasktype
Package elasticsearchtasktype
enums/elserservicetype
Package elserservicetype
Package elserservicetype
enums/elsertasktype
Package elsertasktype
Package elsertasktype
enums/emailpriority
Package emailpriority
Package emailpriority
enums/enrichpolicyphase
Package enrichpolicyphase
Package enrichpolicyphase
enums/esqlclusterstatus
Package esqlclusterstatus
Package esqlclusterstatus
enums/esqlformat
Package esqlformat
Package esqlformat
enums/eventtype
Package eventtype
Package eventtype
enums/excludefrequent
Package excludefrequent
Package excludefrequent
enums/executionphase
Package executionphase
Package executionphase
enums/executionstatus
Package executionstatus
Package executionstatus
enums/expandwildcard
Package expandwildcard
Package expandwildcard
enums/failurestorestatus
Package failurestorestatus
Package failurestorestatus
enums/feature
Package feature
Package feature
enums/fieldsortnumerictype
Package fieldsortnumerictype
Package fieldsortnumerictype
enums/fieldtype
Package fieldtype
Package fieldtype
enums/fieldvaluefactormodifier
Package fieldvaluefactormodifier
Package fieldvaluefactormodifier
enums/filteringpolicy
Package filteringpolicy
Package filteringpolicy
enums/filteringrulerule
Package filteringrulerule
Package filteringrulerule
enums/filteringvalidationstate
Package filteringvalidationstate
Package filteringvalidationstate
enums/filtertype
Package filtertype
Package filtertype
enums/fingerprintdigest
Package fingerprintdigest
Package fingerprintdigest
enums/followerindexstatus
Package followerindexstatus
Package followerindexstatus
enums/formattype
Package formattype
Package formattype
enums/functionboostmode
Package functionboostmode
Package functionboostmode
enums/functionscoremode
Package functionscoremode
Package functionscoremode
enums/gappolicy
Package gappolicy
Package gappolicy
enums/geodistancetype
Package geodistancetype
Package geodistancetype
enums/geoexecution
Package geoexecution
Package geoexecution
enums/geogridtargetformat
Package geogridtargetformat
Package geogridtargetformat
enums/geogridtiletype
Package geogridtiletype
Package geogridtiletype
enums/geoorientation
Package geoorientation
Package geoorientation
enums/geopointmetrictype
Package geopointmetrictype
Package geopointmetrictype
enums/geoshaperelation
Package geoshaperelation
Package geoshaperelation
enums/geostrategy
Package geostrategy
Package geostrategy
enums/geovalidationmethod
Package geovalidationmethod
Package geovalidationmethod
enums/googleaiservicetype
Package googleaiservicetype
Package googleaiservicetype
enums/googleaistudiotasktype
Package googleaistudiotasktype
Package googleaistudiotasktype
enums/googlevertexaiservicetype
Package googlevertexaiservicetype
Package googlevertexaiservicetype
enums/googlevertexaitasktype
Package googlevertexaitasktype
Package googlevertexaitasktype
enums/granttype
Package granttype
Package granttype
enums/gridaggregationtype
Package gridaggregationtype
Package gridaggregationtype
enums/gridtype
Package gridtype
Package gridtype
enums/groupby
Package groupby
Package groupby
enums/healthstatus
Package healthstatus
Package healthstatus
enums/highlighterencoder
Package highlighterencoder
Package highlighterencoder
enums/highlighterfragmenter
Package highlighterfragmenter
Package highlighterfragmenter
enums/highlighterorder
Package highlighterorder
Package highlighterorder
enums/highlightertagsschema
Package highlightertagsschema
Package highlightertagsschema
enums/highlightertype
Package highlightertype
Package highlightertype
enums/holtwinterstype
Package holtwinterstype
Package holtwinterstype
enums/httpinputmethod
Package httpinputmethod
Package httpinputmethod
enums/huggingfaceservicetype
Package huggingfaceservicetype
Package huggingfaceservicetype
enums/huggingfacetasktype
Package huggingfacetasktype
Package huggingfacetasktype
enums/ibdistribution
Package ibdistribution
Package ibdistribution
enums/iblambda
Package iblambda
Package iblambda
enums/icucollationalternate
Package icucollationalternate
Package icucollationalternate
enums/icucollationcasefirst
Package icucollationcasefirst
Package icucollationcasefirst
enums/icucollationdecomposition
Package icucollationdecomposition
Package icucollationdecomposition
enums/icucollationstrength
Package icucollationstrength
Package icucollationstrength
enums/icunormalizationmode
Package icunormalizationmode
Package icunormalizationmode
enums/icunormalizationtype
Package icunormalizationtype
Package icunormalizationtype
enums/icutransformdirection
Package icutransformdirection
Package icutransformdirection
enums/impactarea
Package impactarea
Package impactarea
enums/include
Package include
Package include
enums/indexcheckonstartup
Package indexcheckonstartup
Package indexcheckonstartup
enums/indexingjobstate
Package indexingjobstate
Package indexingjobstate
enums/indexmetadatastate
Package indexmetadatastate
Package indexmetadatastate
enums/indexoptions
Package indexoptions
Package indexoptions
enums/indexprivilege
Package indexprivilege
Package indexprivilege
enums/indexroutingallocationoptions
Package indexroutingallocationoptions
Package indexroutingallocationoptions
enums/indexroutingrebalanceoptions
Package indexroutingrebalanceoptions
Package indexroutingrebalanceoptions
enums/indicatorhealthstatus
Package indicatorhealthstatus
Package indicatorhealthstatus
enums/indicesblockoptions
Package indicesblockoptions
Package indicesblockoptions
enums/inputtype
Package inputtype
Package inputtype
enums/jinaaiservicetype
Package jinaaiservicetype
Package jinaaiservicetype
enums/jinaaisimilaritytype
Package jinaaisimilaritytype
Package jinaaisimilaritytype
enums/jinaaitasktype
Package jinaaitasktype
Package jinaaitasktype
enums/jinaaitextembeddingtask
Package jinaaitextembeddingtask
Package jinaaitextembeddingtask
enums/jobblockedreason
Package jobblockedreason
Package jobblockedreason
enums/jobstate
Package jobstate
Package jobstate
enums/jsonprocessorconflictstrategy
Package jsonprocessorconflictstrategy
Package jsonprocessorconflictstrategy
enums/keeptypesmode
Package keeptypesmode
Package keeptypesmode
enums/kuromojitokenizationmode
Package kuromojitokenizationmode
Package kuromojitokenizationmode
enums/level
Package level
Package level
enums/licensestatus
Package licensestatus
Package licensestatus
enums/licensetype
Package licensetype
Package licensetype
enums/lifecycleoperationmode
Package lifecycleoperationmode
Package lifecycleoperationmode
enums/lowercasetokenfilterlanguages
Package lowercasetokenfilterlanguages
Package lowercasetokenfilterlanguages
enums/managedby
Package managedby
Package managedby
enums/matchtype
Package matchtype
Package matchtype
enums/memorystatus
Package memorystatus
Package memorystatus
enums/metric
Package metric
Package metric
enums/migrationstatus
Package migrationstatus
Package migrationstatus
enums/minimuminterval
Package minimuminterval
Package minimuminterval
enums/missingorder
Package missingorder
Package missingorder
enums/mistralservicetype
Package mistralservicetype
Package mistralservicetype
enums/mistraltasktype
Package mistraltasktype
Package mistraltasktype
enums/modeenum
Package modeenum
Package modeenum
enums/month
Package month
Package month
enums/multivaluemode
Package multivaluemode
Package multivaluemode
enums/noderole
Package noderole
Package noderole
enums/noridecompoundmode
Package noridecompoundmode
Package noridecompoundmode
enums/normalization
Package normalization
Package normalization
enums/normalizemethod
Package normalizemethod
Package normalizemethod
enums/numericfielddataformat
Package numericfielddataformat
Package numericfielddataformat
enums/onscripterror
Package onscripterror
Package onscripterror
enums/openaiservicetype
Package openaiservicetype
Package openaiservicetype
enums/openaitasktype
Package openaitasktype
Package openaitasktype
enums/operationtype
Package operationtype
Package operationtype
enums/operator
Package operator
Package operator
enums/optype
Package optype
Package optype
enums/pagerdutycontexttype
Package pagerdutycontexttype
Package pagerdutycontexttype
enums/pagerdutyeventtype
Package pagerdutyeventtype
Package pagerdutyeventtype
enums/painlesscontext
Package painlesscontext
Package painlesscontext
enums/phoneticencoder
Package phoneticencoder
Package phoneticencoder
enums/phoneticlanguage
Package phoneticlanguage
Package phoneticlanguage
enums/phoneticnametype
Package phoneticnametype
Package phoneticnametype
enums/phoneticruletype
Package phoneticruletype
Package phoneticruletype
enums/pipelinesimulationstatusoptions
Package pipelinesimulationstatusoptions
Package pipelinesimulationstatusoptions
enums/policytype
Package policytype
Package policytype
enums/quantifier
Package quantifier
Package quantifier
enums/queryrulecriteriatype
Package queryrulecriteriatype
Package queryrulecriteriatype
enums/queryruletype
Package queryruletype
Package queryruletype
enums/rangerelation
Package rangerelation
Package rangerelation
enums/rankvectorelementtype
Package rankvectorelementtype
Package rankvectorelementtype
enums/ratemode
Package ratemode
Package ratemode
enums/refresh
Package refresh
Package refresh
enums/remoteclusterprivilege
Package remoteclusterprivilege
Package remoteclusterprivilege
enums/responsecontenttype
Package responsecontenttype
Package responsecontenttype
enums/restrictionworkflow
Package restrictionworkflow
Package restrictionworkflow
enums/result
Package result
Package result
enums/resultposition
Package resultposition
Package resultposition
enums/routingstate
Package routingstate
Package routingstate
enums/ruleaction
Package ruleaction
Package ruleaction
enums/runtimefieldtype
Package runtimefieldtype
Package runtimefieldtype
enums/sampleraggregationexecutionhint
Package sampleraggregationexecutionhint
Package sampleraggregationexecutionhint
enums/scoremode
Package scoremode
Package scoremode
enums/scorenormalizer
Package scorenormalizer
Package scorenormalizer
enums/scriptlanguage
Package scriptlanguage
Package scriptlanguage
enums/scriptsorttype
Package scriptsorttype
Package scriptsorttype
enums/searchtype
Package searchtype
Package searchtype
enums/segmentsortmissing
Package segmentsortmissing
Package segmentsortmissing
enums/segmentsortmode
Package segmentsortmode
Package segmentsortmode
enums/segmentsortorder
Package segmentsortorder
Package segmentsortorder
enums/shapetype
Package shapetype
Package shapetype
enums/shardroutingstate
Package shardroutingstate
Package shardroutingstate
enums/shardsstatsstage
Package shardsstatsstage
Package shardsstatsstage
enums/shardstate
Package shardstate
Package shardstate
enums/shardstoreallocation
Package shardstoreallocation
Package shardstoreallocation
enums/shardstorestatus
Package shardstorestatus
Package shardstorestatus
enums/shutdownstatus
Package shutdownstatus
Package shutdownstatus
enums/shutdowntype
Package shutdowntype
Package shutdowntype
enums/simplequerystringflag
Package simplequerystringflag
Package simplequerystringflag
enums/slicescalculation
Package slicescalculation
Package slicescalculation
enums/snapshotsort
Package snapshotsort
Package snapshotsort
enums/snapshotupgradestate
Package snapshotupgradestate
Package snapshotupgradestate
enums/snowballlanguage
Package snowballlanguage
Package snowballlanguage
enums/sortmode
Package sortmode
Package sortmode
enums/sortorder
Package sortorder
Package sortorder
enums/sourcefieldmode
Package sourcefieldmode
Package sourcefieldmode
enums/sourcemode
Package sourcemode
Package sourcemode
enums/sqlformat
Package sqlformat
Package sqlformat
enums/statslevel
Package statslevel
Package statslevel
enums/stopwordlanguage
Package stopwordlanguage
Package stopwordlanguage
enums/storagetype
Package storagetype
Package storagetype
enums/stringdistance
Package stringdistance
Package stringdistance
enums/subobjects
Package subobjects
Package subobjects
enums/suggestmode
Package suggestmode
Package suggestmode
enums/suggestsort
Package suggestsort
Package suggestsort
enums/syncjobtriggermethod
Package syncjobtriggermethod
Package syncjobtriggermethod
enums/syncjobtype
Package syncjobtype
Package syncjobtype
enums/syncstatus
Package syncstatus
Package syncstatus
enums/synonymformat
Package synonymformat
Package synonymformat
enums/syntheticsourcekeepenum
Package syntheticsourcekeepenum
Package syntheticsourcekeepenum
enums/tasktype
Package tasktype
Package tasktype
enums/tasktypealibabacloudai
Package tasktypealibabacloudai
Package tasktypealibabacloudai
enums/tasktypeamazonbedrock
Package tasktypeamazonbedrock
Package tasktypeamazonbedrock
enums/tasktypeamazonsagemaker
Package tasktypeamazonsagemaker
Package tasktypeamazonsagemaker
enums/tasktypeanthropic
Package tasktypeanthropic
Package tasktypeanthropic
enums/tasktypeazureaistudio
Package tasktypeazureaistudio
Package tasktypeazureaistudio
enums/tasktypeazureopenai
Package tasktypeazureopenai
Package tasktypeazureopenai
enums/tasktypecohere
Package tasktypecohere
Package tasktypecohere
enums/tasktypecustom
Package tasktypecustom
Package tasktypecustom
enums/tasktypedeepseek
Package tasktypedeepseek
Package tasktypedeepseek
enums/tasktypeelasticsearch
Package tasktypeelasticsearch
Package tasktypeelasticsearch
enums/tasktypeelser
Package tasktypeelser
Package tasktypeelser
enums/tasktypegoogleaistudio
Package tasktypegoogleaistudio
Package tasktypegoogleaistudio
enums/tasktypegooglevertexai
Package tasktypegooglevertexai
Package tasktypegooglevertexai
enums/tasktypehuggingface
Package tasktypehuggingface
Package tasktypehuggingface
enums/tasktypejinaai
Package tasktypejinaai
Package tasktypejinaai
enums/tasktypemistral
Package tasktypemistral
Package tasktypemistral
enums/tasktypeopenai
Package tasktypeopenai
Package tasktypeopenai
enums/tasktypevoyageai
Package tasktypevoyageai
Package tasktypevoyageai
enums/tasktypewatsonx
Package tasktypewatsonx
Package tasktypewatsonx
enums/tdigestexecutionhint
Package tdigestexecutionhint
Package tdigestexecutionhint
enums/templateformat
Package templateformat
Package templateformat
enums/termsaggregationcollectmode
Package termsaggregationcollectmode
Package termsaggregationcollectmode
enums/termsaggregationexecutionhint
Package termsaggregationexecutionhint
Package termsaggregationexecutionhint
enums/termvectoroption
Package termvectoroption
Package termvectoroption
enums/textquerytype
Package textquerytype
Package textquerytype
enums/threadtype
Package threadtype
Package threadtype
enums/timeseriesmetrictype
Package timeseriesmetrictype
Package timeseriesmetrictype
enums/timeunit
Package timeunit
Package timeunit
enums/tokenchar
Package tokenchar
Package tokenchar
enums/tokenizationtruncate
Package tokenizationtruncate
Package tokenizationtruncate
enums/totalhitsrelation
Package totalhitsrelation
Package totalhitsrelation
enums/trainedmodeltype
Package trainedmodeltype
Package trainedmodeltype
enums/trainingpriority
Package trainingpriority
Package trainingpriority
enums/translogdurability
Package translogdurability
Package translogdurability
enums/ttesttype
Package ttesttype
Package ttesttype
enums/type_
Package type_
Package type_
enums/unassignedinformationreason
Package unassignedinformationreason
Package unassignedinformationreason
enums/useragentproperty
Package useragentproperty
Package useragentproperty
enums/valuetype
Package valuetype
Package valuetype
enums/versiontype
Package versiontype
Package versiontype
enums/voyageaiservicetype
Package voyageaiservicetype
Package voyageaiservicetype
enums/voyageaitasktype
Package voyageaitasktype
Package voyageaitasktype
enums/waitforactiveshardoptions
Package waitforactiveshardoptions
Package waitforactiveshardoptions
enums/waitforevents
Package waitforevents
Package waitforevents
enums/watchermetric
Package watchermetric
Package watchermetric
enums/watcherstate
Package watcherstate
Package watcherstate
enums/watsonxservicetype
Package watsonxservicetype
Package watsonxservicetype
enums/watsonxtasktype
Package watsonxtasktype
Package watsonxtasktype
enums/xpackcategory
Package xpackcategory
Package xpackcategory
enums/zerotermsquery
Package zerotermsquery
Package zerotermsquery
watcher
ackwatch
Acknowledge a watch.
Acknowledge a watch.
activatewatch
Activate a watch.
Activate a watch.
deactivatewatch
Deactivate a watch.
Deactivate a watch.
deletewatch
Delete a watch.
Delete a watch.
executewatch
Run a watch.
Run a watch.
getsettings
Get Watcher index settings.
Get Watcher index settings.
getwatch
Get a watch.
Get a watch.
putwatch
Create or update a watch.
Create or update a watch.
querywatches
Query watches.
Query watches.
start
Start the watch service.
Start the watch service.
stats
Get Watcher statistics.
Get Watcher statistics.
stop
Stop the watch service.
Stop the watch service.
updatesettings
Update Watcher index settings.
Update Watcher index settings.
xpack
info
Get information.
Get information.
usage
Get usage information.
Get usage information.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL