elasticsearch-api 7.11.2 → 8.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -9
- data/README.md +15 -188
- data/Rakefile +23 -87
- data/api-spec-testing/README.md +118 -0
- data/api-spec-testing/custom_cleanup.rb +32 -0
- data/api-spec-testing/logging.rb +28 -0
- data/api-spec-testing/rspec_matchers.rb +336 -0
- data/api-spec-testing/test_file/action.rb +239 -0
- data/api-spec-testing/test_file/task_group.rb +340 -0
- data/api-spec-testing/test_file/test.rb +296 -0
- data/api-spec-testing/test_file.rb +179 -0
- data/api-spec-testing/wipe_cluster.rb +424 -0
- data/elasticsearch-api.gemspec +19 -14
- data/lib/elasticsearch/api/actions/async_search/delete.rb +53 -0
- data/lib/elasticsearch/api/actions/async_search/get.rb +56 -0
- data/lib/elasticsearch/api/actions/async_search/status.rb +53 -0
- data/lib/elasticsearch/api/actions/async_search/submit.rb +97 -0
- data/lib/elasticsearch/api/actions/autoscaling/delete_autoscaling_policy.rb +53 -0
- data/lib/elasticsearch/api/actions/autoscaling/get_autoscaling_capacity.rb +48 -0
- data/lib/elasticsearch/api/actions/autoscaling/get_autoscaling_policy.rb +53 -0
- data/lib/elasticsearch/api/actions/autoscaling/put_autoscaling_policy.rb +55 -0
- data/lib/elasticsearch/api/actions/bulk.rb +13 -28
- data/lib/elasticsearch/api/actions/cat/aliases.rb +11 -19
- data/lib/elasticsearch/api/actions/cat/allocation.rb +11 -20
- data/lib/elasticsearch/api/actions/cat/component_templates.rb +62 -0
- data/lib/elasticsearch/api/actions/cat/count.rb +11 -17
- data/lib/elasticsearch/api/actions/cat/fielddata.rb +11 -19
- data/lib/elasticsearch/api/actions/cat/health.rb +11 -19
- data/lib/elasticsearch/api/actions/cat/help.rb +11 -14
- data/lib/elasticsearch/api/actions/cat/indices.rb +11 -26
- data/lib/elasticsearch/api/actions/cat/master.rb +11 -19
- data/lib/elasticsearch/api/actions/cat/ml_data_frame_analytics.rb +63 -0
- data/lib/elasticsearch/api/actions/cat/ml_datafeeds.rb +62 -0
- data/lib/elasticsearch/api/actions/cat/ml_jobs.rb +63 -0
- data/lib/elasticsearch/api/actions/cat/ml_trained_models.rb +65 -0
- data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +11 -19
- data/lib/elasticsearch/api/actions/cat/nodes.rb +12 -23
- data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +11 -20
- data/lib/elasticsearch/api/actions/cat/plugins.rb +12 -19
- data/lib/elasticsearch/api/actions/cat/recovery.rb +11 -22
- data/lib/elasticsearch/api/actions/cat/repositories.rb +11 -19
- data/lib/elasticsearch/api/actions/cat/segments.rb +11 -18
- data/lib/elasticsearch/api/actions/cat/shards.rb +11 -22
- data/lib/elasticsearch/api/actions/cat/snapshots.rb +11 -20
- data/lib/elasticsearch/api/actions/cat/tasks.rb +15 -22
- data/lib/elasticsearch/api/actions/cat/templates.rb +11 -19
- data/lib/elasticsearch/api/actions/cat/thread_pool.rb +12 -21
- data/lib/elasticsearch/api/actions/cat/transforms.rb +64 -0
- data/lib/elasticsearch/api/actions/clear_scroll.rb +10 -5
- data/lib/elasticsearch/api/actions/close_point_in_time.rb +47 -0
- data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +14 -17
- data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +11 -14
- data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +12 -13
- data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +11 -13
- data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +11 -14
- data/lib/elasticsearch/api/actions/cluster/get_settings.rb +11 -16
- data/lib/elasticsearch/api/actions/cluster/health.rb +11 -23
- data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +11 -14
- data/lib/elasticsearch/api/actions/cluster/post_voting_config_exclusions.rb +12 -15
- data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +11 -15
- data/lib/elasticsearch/api/actions/cluster/put_settings.rb +11 -15
- data/lib/elasticsearch/api/actions/cluster/remote_info.rb +10 -5
- data/lib/elasticsearch/api/actions/cluster/reroute.rb +12 -19
- data/lib/elasticsearch/api/actions/cluster/state.rb +11 -20
- data/lib/elasticsearch/api/actions/cluster/stats.rb +11 -14
- data/lib/elasticsearch/api/actions/count.rb +17 -37
- data/lib/elasticsearch/api/actions/create.rb +5 -8
- data/lib/elasticsearch/api/actions/cross_cluster_replication/delete_auto_follow_pattern.rb +53 -0
- data/lib/elasticsearch/api/actions/cross_cluster_replication/follow.rb +56 -0
- data/lib/elasticsearch/api/actions/cross_cluster_replication/follow_info.rb +53 -0
- data/lib/elasticsearch/api/actions/cross_cluster_replication/follow_stats.rb +53 -0
- data/lib/elasticsearch/api/actions/cross_cluster_replication/forget_follower.rb +55 -0
- data/lib/elasticsearch/api/actions/cross_cluster_replication/get_auto_follow_pattern.rb +55 -0
- data/lib/elasticsearch/api/actions/cross_cluster_replication/pause_auto_follow_pattern.rb +53 -0
- data/lib/elasticsearch/api/actions/{indices/freeze.rb → cross_cluster_replication/pause_follow.rb} +20 -23
- data/lib/elasticsearch/api/actions/cross_cluster_replication/put_auto_follow_pattern.rb +55 -0
- data/lib/elasticsearch/api/actions/cross_cluster_replication/resume_auto_follow_pattern.rb +53 -0
- data/lib/elasticsearch/api/actions/cross_cluster_replication/resume_follow.rb +54 -0
- data/lib/elasticsearch/api/actions/cross_cluster_replication/stats.rb +48 -0
- data/lib/elasticsearch/api/actions/cross_cluster_replication/unfollow.rb +53 -0
- data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +11 -15
- data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +11 -15
- data/lib/elasticsearch/api/actions/dangling_indices/list_dangling_indices.rb +10 -5
- data/lib/elasticsearch/api/actions/delete.rb +18 -35
- data/lib/elasticsearch/api/actions/delete_by_query.rb +14 -64
- data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +11 -13
- data/lib/elasticsearch/api/actions/delete_script.rb +11 -14
- data/lib/elasticsearch/api/actions/enrich/delete_policy.rb +53 -0
- data/lib/elasticsearch/api/actions/enrich/execute_policy.rb +54 -0
- data/lib/elasticsearch/api/actions/enrich/get_policy.rb +55 -0
- data/lib/elasticsearch/api/actions/enrich/put_policy.rb +55 -0
- data/lib/elasticsearch/api/actions/enrich/stats.rb +48 -0
- data/lib/elasticsearch/api/actions/eql/delete.rb +53 -0
- data/lib/elasticsearch/api/actions/eql/get.rb +55 -0
- data/lib/elasticsearch/api/actions/eql/get_status.rb +53 -0
- data/lib/elasticsearch/api/actions/eql/search.rb +60 -0
- data/lib/elasticsearch/api/actions/exists.rb +10 -35
- data/lib/elasticsearch/api/actions/exists_source.rb +13 -34
- data/lib/elasticsearch/api/actions/explain.rb +13 -38
- data/lib/elasticsearch/api/actions/features/get_features.rb +49 -0
- data/lib/elasticsearch/api/actions/features/reset_features.rb +52 -0
- data/lib/elasticsearch/api/actions/field_caps.rb +19 -23
- data/lib/elasticsearch/api/actions/fleet/global_checkpoints.rb +57 -0
- data/lib/elasticsearch/api/actions/fleet/msearch.rb +85 -0
- data/lib/elasticsearch/api/actions/fleet/search.rb +68 -0
- data/lib/elasticsearch/api/actions/get.rb +19 -37
- data/lib/elasticsearch/api/actions/get_script.rb +11 -13
- data/lib/elasticsearch/api/actions/get_script_context.rb +10 -9
- data/lib/elasticsearch/api/actions/get_script_languages.rb +10 -9
- data/lib/elasticsearch/api/actions/get_source.rb +13 -35
- data/lib/elasticsearch/api/actions/graph/explore.rb +61 -0
- data/lib/elasticsearch/api/actions/index.rb +12 -36
- data/lib/elasticsearch/api/actions/index_lifecycle_management/delete_lifecycle.rb +53 -0
- data/lib/elasticsearch/api/actions/index_lifecycle_management/explain_lifecycle.rb +55 -0
- data/lib/elasticsearch/api/actions/index_lifecycle_management/get_lifecycle.rb +55 -0
- data/lib/elasticsearch/api/actions/index_lifecycle_management/get_status.rb +48 -0
- data/lib/elasticsearch/api/actions/index_lifecycle_management/migrate_to_data_tiers.rb +50 -0
- data/lib/elasticsearch/api/actions/index_lifecycle_management/move_to_step.rb +54 -0
- data/lib/elasticsearch/api/actions/index_lifecycle_management/put_lifecycle.rb +54 -0
- data/lib/elasticsearch/api/actions/index_lifecycle_management/remove_policy.rb +53 -0
- data/lib/elasticsearch/api/actions/index_lifecycle_management/retry.rb +53 -0
- data/lib/elasticsearch/api/actions/index_lifecycle_management/start.rb +48 -0
- data/lib/elasticsearch/api/actions/index_lifecycle_management/stop.rb +48 -0
- data/lib/elasticsearch/api/actions/indices/add_block.rb +11 -17
- data/lib/elasticsearch/api/actions/indices/analyze.rb +17 -19
- data/lib/elasticsearch/api/actions/indices/clear_cache.rb +11 -20
- data/lib/elasticsearch/api/actions/indices/clone.rb +11 -15
- data/lib/elasticsearch/api/actions/indices/close.rb +11 -18
- data/lib/elasticsearch/api/actions/indices/create.rb +11 -17
- data/lib/elasticsearch/api/actions/indices/create_data_stream.rb +53 -0
- data/lib/elasticsearch/api/actions/indices/data_streams_stats.rb +55 -0
- data/lib/elasticsearch/api/actions/indices/delete.rb +17 -19
- data/lib/elasticsearch/api/actions/indices/delete_alias.rb +11 -14
- data/lib/elasticsearch/api/actions/indices/delete_data_stream.rb +54 -0
- data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +11 -14
- data/lib/elasticsearch/api/actions/indices/delete_template.rb +16 -15
- data/lib/elasticsearch/api/actions/indices/{exists_type.rb → disk_usage.rb} +22 -30
- data/lib/elasticsearch/api/actions/indices/downsample.rb +63 -0
- data/lib/elasticsearch/api/actions/indices/exists.rb +8 -17
- data/lib/elasticsearch/api/actions/indices/exists_alias.rb +8 -15
- data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +11 -14
- data/lib/elasticsearch/api/actions/indices/exists_template.rb +8 -14
- data/lib/elasticsearch/api/actions/indices/{upgrade.rb → field_usage_stats.rb} +24 -34
- data/lib/elasticsearch/api/actions/indices/flush.rb +11 -17
- data/lib/elasticsearch/api/actions/indices/forcemerge.rb +12 -18
- data/lib/elasticsearch/api/actions/indices/get.rb +12 -21
- data/lib/elasticsearch/api/actions/indices/get_alias.rb +11 -16
- data/lib/elasticsearch/api/actions/indices/get_data_stream.rb +56 -0
- data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +12 -32
- data/lib/elasticsearch/api/actions/indices/get_index_template.rb +12 -16
- data/lib/elasticsearch/api/actions/indices/get_mapping.rb +12 -32
- data/lib/elasticsearch/api/actions/indices/get_settings.rb +11 -19
- data/lib/elasticsearch/api/actions/indices/get_template.rb +11 -17
- data/lib/elasticsearch/api/actions/indices/migrate_to_data_stream.rb +53 -0
- data/lib/elasticsearch/api/actions/indices/modify_data_stream.rb +51 -0
- data/lib/elasticsearch/api/actions/indices/open.rb +11 -18
- data/lib/elasticsearch/api/actions/indices/promote_data_stream.rb +53 -0
- data/lib/elasticsearch/api/actions/indices/put_alias.rb +11 -14
- data/lib/elasticsearch/api/actions/indices/put_index_template.rb +11 -15
- data/lib/elasticsearch/api/actions/indices/put_mapping.rb +13 -35
- data/lib/elasticsearch/api/actions/indices/put_settings.rb +11 -19
- data/lib/elasticsearch/api/actions/indices/put_template.rb +11 -17
- data/lib/elasticsearch/api/actions/indices/recovery.rb +11 -14
- data/lib/elasticsearch/api/actions/indices/refresh.rb +11 -15
- data/lib/elasticsearch/api/actions/indices/{get_upgrade.rb → reload_search_analyzers.rb} +17 -28
- data/lib/elasticsearch/api/actions/indices/resolve_index.rb +11 -17
- data/lib/elasticsearch/api/actions/indices/rollover.rb +11 -18
- data/lib/elasticsearch/api/actions/indices/segments.rb +12 -17
- data/lib/elasticsearch/api/actions/indices/shard_stores.rb +11 -16
- data/lib/elasticsearch/api/actions/indices/shrink.rb +11 -17
- data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +11 -15
- data/lib/elasticsearch/api/actions/indices/simulate_template.rb +11 -15
- data/lib/elasticsearch/api/actions/indices/split.rb +11 -17
- data/lib/elasticsearch/api/actions/indices/stats.rb +28 -49
- data/lib/elasticsearch/api/actions/indices/unfreeze.rb +28 -20
- data/lib/elasticsearch/api/actions/indices/update_aliases.rb +11 -14
- data/lib/elasticsearch/api/actions/indices/validate_query.rb +17 -40
- data/lib/elasticsearch/api/actions/info.rb +10 -5
- data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +11 -14
- data/lib/elasticsearch/api/actions/ingest/geo_ip_stats.rb +48 -0
- data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +12 -13
- data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +10 -5
- data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +12 -14
- data/lib/elasticsearch/api/actions/ingest/simulate.rb +11 -13
- data/lib/elasticsearch/api/actions/knn_search.rb +62 -0
- data/lib/elasticsearch/api/actions/license/delete.rb +48 -0
- data/lib/elasticsearch/api/actions/license/get.rb +50 -0
- data/lib/elasticsearch/api/actions/license/get_basic_status.rb +48 -0
- data/lib/elasticsearch/api/actions/license/get_trial_status.rb +48 -0
- data/lib/elasticsearch/api/actions/license/post.rb +50 -0
- data/lib/elasticsearch/api/actions/license/post_start_basic.rb +49 -0
- data/lib/elasticsearch/api/actions/license/post_start_trial.rb +50 -0
- data/lib/elasticsearch/api/actions/logstash/delete_pipeline.rb +53 -0
- data/lib/elasticsearch/api/actions/logstash/get_pipeline.rb +53 -0
- data/lib/elasticsearch/api/actions/logstash/put_pipeline.rb +55 -0
- data/lib/elasticsearch/api/actions/machine_learning/clear_trained_model_deployment_cache.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/close_job.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_calendar.rb +53 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_calendar_event.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_calendar_job.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_data_frame_analytics.rb +55 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_datafeed.rb +54 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_expired_data.rb +58 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_filter.rb +53 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_forecast.rb +62 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_job.rb +55 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_model_snapshot.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_trained_model.rb +55 -0
- data/lib/elasticsearch/api/actions/machine_learning/delete_trained_model_alias.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/estimate_model_memory.rb +51 -0
- data/lib/elasticsearch/api/actions/machine_learning/evaluate_data_frame.rb +51 -0
- data/lib/elasticsearch/api/actions/machine_learning/explain_data_frame_analytics.rb +61 -0
- data/lib/elasticsearch/api/actions/machine_learning/flush_job.rb +59 -0
- data/lib/elasticsearch/api/actions/machine_learning/forecast.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_buckets.rb +75 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_calendar_events.rb +58 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_calendars.rb +63 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_categories.rb +69 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_data_frame_analytics.rb +59 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_data_frame_analytics_stats.rb +59 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_datafeed_stats.rb +56 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_datafeeds.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_filters.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_influencers.rb +67 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_job_stats.rb +56 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_jobs.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_memory_stats.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_model_snapshot_upgrade_stats.rb +58 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_model_snapshots.rb +72 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_overall_buckets.rb +66 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_records.rb +67 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_trained_models.rb +63 -0
- data/lib/elasticsearch/api/actions/machine_learning/get_trained_models_stats.rb +58 -0
- data/lib/elasticsearch/api/actions/machine_learning/infer_trained_model.rb +67 -0
- data/lib/elasticsearch/api/actions/machine_learning/info.rb +48 -0
- data/lib/elasticsearch/api/actions/machine_learning/open_job.rb +54 -0
- data/lib/elasticsearch/api/actions/machine_learning/post_calendar_events.rb +55 -0
- data/lib/elasticsearch/api/actions/machine_learning/post_data.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/preview_data_frame_analytics.rb +61 -0
- data/lib/elasticsearch/api/actions/machine_learning/preview_datafeed.rb +63 -0
- data/lib/elasticsearch/api/actions/machine_learning/put_calendar.rb +54 -0
- data/lib/elasticsearch/api/actions/machine_learning/put_calendar_job.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/put_data_frame_analytics.rb +55 -0
- data/lib/elasticsearch/api/actions/machine_learning/put_datafeed.rb +59 -0
- data/lib/elasticsearch/api/actions/machine_learning/put_filter.rb +55 -0
- data/lib/elasticsearch/api/actions/machine_learning/put_job.rb +59 -0
- data/lib/elasticsearch/api/actions/machine_learning/put_trained_model.rb +56 -0
- data/lib/elasticsearch/api/actions/machine_learning/put_trained_model_alias.rb +58 -0
- data/lib/elasticsearch/api/actions/machine_learning/put_trained_model_definition_part.rb +63 -0
- data/lib/elasticsearch/api/actions/machine_learning/put_trained_model_vocabulary.rb +59 -0
- data/lib/elasticsearch/api/actions/machine_learning/reset_job.rb +54 -0
- data/lib/elasticsearch/api/actions/machine_learning/revert_model_snapshot.rb +59 -0
- data/lib/elasticsearch/api/actions/machine_learning/set_upgrade_mode.rb +50 -0
- data/lib/elasticsearch/api/actions/machine_learning/start_data_frame_analytics.rb +55 -0
- data/lib/elasticsearch/api/actions/machine_learning/start_datafeed.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/start_trained_model_deployment.rb +64 -0
- data/lib/elasticsearch/api/actions/machine_learning/stop_data_frame_analytics.rb +57 -0
- data/lib/elasticsearch/api/actions/machine_learning/stop_datafeed.rb +58 -0
- data/lib/elasticsearch/api/actions/machine_learning/stop_trained_model_deployment.rb +60 -0
- data/lib/elasticsearch/api/actions/machine_learning/update_data_frame_analytics.rb +55 -0
- data/lib/elasticsearch/api/actions/machine_learning/update_datafeed.rb +59 -0
- data/lib/elasticsearch/api/actions/machine_learning/update_filter.rb +55 -0
- data/lib/elasticsearch/api/actions/machine_learning/update_job.rb +55 -0
- data/lib/elasticsearch/api/actions/machine_learning/update_model_snapshot.rb +59 -0
- data/lib/elasticsearch/api/actions/machine_learning/update_trained_model_deployment.rb +59 -0
- data/lib/elasticsearch/api/actions/machine_learning/upgrade_job_snapshot.rb +59 -0
- data/lib/elasticsearch/api/actions/machine_learning/validate.rb +51 -0
- data/lib/elasticsearch/api/actions/machine_learning/validate_detector.rb +51 -0
- data/lib/elasticsearch/api/actions/mget.rb +14 -32
- data/lib/elasticsearch/api/actions/migration/deprecations.rb +55 -0
- data/lib/elasticsearch/api/actions/migration/get_feature_upgrade_status.rb +48 -0
- data/lib/elasticsearch/api/actions/migration/post_feature_upgrade.rb +48 -0
- data/lib/elasticsearch/api/actions/monitoring/bulk.rb +74 -0
- data/lib/elasticsearch/api/actions/msearch.rb +13 -31
- data/lib/elasticsearch/api/actions/msearch_template.rb +13 -29
- data/lib/elasticsearch/api/actions/mtermvectors.rb +22 -46
- data/lib/elasticsearch/api/actions/nodes/clear_repositories_metering_archive.rb +63 -0
- data/lib/elasticsearch/api/actions/nodes/get_repositories_metering_info.rb +57 -0
- data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +15 -26
- data/lib/elasticsearch/api/actions/nodes/info.rb +12 -15
- data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +11 -13
- data/lib/elasticsearch/api/actions/nodes/stats.rb +15 -23
- data/lib/elasticsearch/api/actions/nodes/usage.rb +11 -13
- data/lib/elasticsearch/api/actions/open_point_in_time.rb +56 -0
- data/lib/elasticsearch/api/actions/ping.rb +9 -6
- data/lib/elasticsearch/api/actions/put_script.rb +11 -15
- data/lib/elasticsearch/api/actions/rank_eval.rb +11 -20
- data/lib/elasticsearch/api/actions/reindex.rb +11 -20
- data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +11 -13
- data/lib/elasticsearch/api/actions/render_search_template.rb +16 -11
- data/lib/elasticsearch/api/actions/rollup/delete_job.rb +57 -0
- data/lib/elasticsearch/api/actions/rollup/get_jobs.rb +59 -0
- data/lib/elasticsearch/api/actions/rollup/get_rollup_caps.rb +59 -0
- data/lib/elasticsearch/api/actions/rollup/get_rollup_index_caps.rb +57 -0
- data/lib/elasticsearch/api/actions/rollup/put_job.rb +59 -0
- data/lib/elasticsearch/api/actions/rollup/rollup_search.rb +61 -0
- data/lib/elasticsearch/api/actions/rollup/start_job.rb +57 -0
- data/lib/elasticsearch/api/actions/rollup/stop_job.rb +59 -0
- data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +12 -7
- data/lib/elasticsearch/api/actions/scroll.rb +17 -21
- data/lib/elasticsearch/api/actions/search.rb +21 -71
- data/lib/elasticsearch/api/actions/search_mvt.rb +79 -0
- data/lib/elasticsearch/api/actions/search_shards.rb +11 -18
- data/lib/elasticsearch/api/actions/search_template.rb +13 -37
- data/lib/elasticsearch/api/actions/searchable_snapshots/cache_stats.rb +59 -0
- data/lib/elasticsearch/api/actions/{indices/flush_synced.rb → searchable_snapshots/clear_cache.rb} +21 -30
- data/lib/elasticsearch/api/actions/searchable_snapshots/mount.rb +62 -0
- data/lib/elasticsearch/api/actions/searchable_snapshots/stats.rb +56 -0
- data/lib/elasticsearch/api/actions/security/activate_user_profile.rb +51 -0
- data/lib/elasticsearch/api/actions/security/authenticate.rb +48 -0
- data/lib/elasticsearch/api/actions/security/bulk_update_api_keys.rb +51 -0
- data/lib/elasticsearch/api/actions/security/change_password.rb +59 -0
- data/lib/elasticsearch/api/actions/security/clear_api_key_cache.rb +53 -0
- data/lib/elasticsearch/api/actions/security/clear_cached_privileges.rb +53 -0
- data/lib/elasticsearch/api/actions/security/clear_cached_realms.rb +54 -0
- data/lib/elasticsearch/api/actions/security/clear_cached_roles.rb +53 -0
- data/lib/elasticsearch/api/actions/security/clear_cached_service_tokens.rb +61 -0
- data/lib/elasticsearch/api/actions/security/create_api_key.rb +52 -0
- data/lib/elasticsearch/api/actions/security/create_service_token.rb +65 -0
- data/lib/elasticsearch/api/actions/security/delete_privileges.rb +58 -0
- data/lib/elasticsearch/api/actions/security/delete_role.rb +54 -0
- data/lib/elasticsearch/api/actions/security/delete_role_mapping.rb +54 -0
- data/lib/elasticsearch/api/actions/security/delete_service_token.rb +62 -0
- data/lib/elasticsearch/api/actions/security/delete_user.rb +54 -0
- data/lib/elasticsearch/api/actions/security/disable_user.rb +54 -0
- data/lib/elasticsearch/api/actions/security/disable_user_profile.rb +54 -0
- data/lib/elasticsearch/api/actions/security/enable_user.rb +54 -0
- data/lib/elasticsearch/api/actions/security/enable_user_profile.rb +54 -0
- data/lib/elasticsearch/api/actions/security/enroll_kibana.rb +48 -0
- data/lib/elasticsearch/api/actions/security/enroll_node.rb +48 -0
- data/lib/elasticsearch/api/actions/security/get_api_key.rb +54 -0
- data/lib/elasticsearch/api/actions/security/get_builtin_privileges.rb +48 -0
- data/lib/elasticsearch/api/actions/security/get_privileges.rb +60 -0
- data/lib/elasticsearch/api/actions/security/get_role.rb +63 -0
- data/lib/elasticsearch/api/actions/security/get_role_mapping.rb +55 -0
- data/lib/elasticsearch/api/actions/security/get_service_accounts.rb +60 -0
- data/lib/elasticsearch/api/actions/security/get_service_credentials.rb +57 -0
- data/lib/elasticsearch/api/actions/security/get_token.rb +51 -0
- data/lib/elasticsearch/api/actions/security/get_user.rb +64 -0
- data/lib/elasticsearch/api/actions/security/get_user_privileges.rb +48 -0
- data/lib/elasticsearch/api/actions/security/get_user_profile.rb +54 -0
- data/lib/elasticsearch/api/actions/security/grant_api_key.rb +52 -0
- data/lib/elasticsearch/api/actions/security/has_privileges.rb +58 -0
- data/lib/elasticsearch/api/actions/security/has_privileges_user_profile.rb +51 -0
- data/lib/elasticsearch/api/actions/security/invalidate_api_key.rb +51 -0
- data/lib/elasticsearch/api/actions/security/invalidate_token.rb +51 -0
- data/lib/elasticsearch/api/actions/security/oidc_authenticate.rb +51 -0
- data/lib/elasticsearch/api/actions/security/oidc_logout.rb +51 -0
- data/lib/elasticsearch/api/actions/security/oidc_prepare_authentication.rb +51 -0
- data/lib/elasticsearch/api/actions/security/put_privileges.rb +52 -0
- data/lib/elasticsearch/api/actions/security/put_role.rb +56 -0
- data/lib/elasticsearch/api/actions/security/put_role_mapping.rb +56 -0
- data/lib/elasticsearch/api/actions/security/put_user.rb +56 -0
- data/lib/elasticsearch/api/actions/security/query_api_keys.rb +55 -0
- data/lib/elasticsearch/api/actions/security/saml_authenticate.rb +51 -0
- data/lib/elasticsearch/api/actions/security/saml_complete_logout.rb +51 -0
- data/lib/elasticsearch/api/actions/security/saml_invalidate.rb +51 -0
- data/lib/elasticsearch/api/actions/security/saml_logout.rb +51 -0
- data/lib/elasticsearch/api/actions/security/saml_prepare_authentication.rb +51 -0
- data/lib/elasticsearch/api/actions/security/saml_service_provider_metadata.rb +53 -0
- data/lib/elasticsearch/api/actions/security/suggest_user_profiles.rb +55 -0
- data/lib/elasticsearch/api/actions/security/update_api_key.rb +54 -0
- data/lib/elasticsearch/api/actions/security/update_user_profile_data.rb +58 -0
- data/lib/elasticsearch/api/actions/shutdown/delete_node.rb +53 -0
- data/lib/elasticsearch/api/actions/shutdown/get_node.rb +55 -0
- data/lib/elasticsearch/api/actions/shutdown/put_node.rb +55 -0
- data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +11 -14
- data/lib/elasticsearch/api/actions/snapshot/clone.rb +11 -13
- data/lib/elasticsearch/api/actions/snapshot/create.rb +11 -14
- data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +11 -15
- data/lib/elasticsearch/api/actions/snapshot/delete.rb +18 -16
- data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +16 -15
- data/lib/elasticsearch/api/actions/snapshot/get.rb +26 -16
- data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +16 -15
- data/lib/elasticsearch/api/actions/snapshot/repository_analyze.rb +64 -0
- data/lib/elasticsearch/api/actions/snapshot/restore.rb +11 -14
- data/lib/elasticsearch/api/actions/snapshot/status.rb +16 -15
- data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +11 -14
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/delete_lifecycle.rb +53 -0
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/execute_lifecycle.rb +53 -0
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/execute_retention.rb +48 -0
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/get_lifecycle.rb +55 -0
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/get_stats.rb +48 -0
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/get_status.rb +48 -0
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/put_lifecycle.rb +54 -0
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/start.rb +48 -0
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/stop.rb +48 -0
- data/lib/elasticsearch/api/actions/sql/clear_cursor.rb +51 -0
- data/lib/elasticsearch/api/actions/sql/delete_async.rb +53 -0
- data/lib/elasticsearch/api/actions/sql/get_async.rb +57 -0
- data/lib/elasticsearch/api/actions/sql/get_async_status.rb +53 -0
- data/lib/elasticsearch/api/actions/sql/query.rb +52 -0
- data/lib/elasticsearch/api/actions/sql/translate.rb +51 -0
- data/lib/elasticsearch/api/actions/ssl/certificates.rb +48 -0
- data/lib/elasticsearch/api/actions/tasks/cancel.rb +11 -16
- data/lib/elasticsearch/api/actions/tasks/get.rb +11 -14
- data/lib/elasticsearch/api/actions/tasks/list.rb +11 -19
- data/lib/elasticsearch/api/actions/terms_enum.rb +57 -0
- data/lib/elasticsearch/api/actions/termvectors.rb +19 -43
- data/lib/elasticsearch/api/actions/text_structure/find_structure.rb +73 -0
- data/lib/elasticsearch/api/actions/transform/delete_transform.rb +55 -0
- data/lib/elasticsearch/api/actions/transform/get_transform.rb +59 -0
- data/lib/elasticsearch/api/actions/transform/get_transform_stats.rb +56 -0
- data/lib/elasticsearch/api/actions/transform/preview_transform.rb +62 -0
- data/lib/elasticsearch/api/actions/transform/put_transform.rb +57 -0
- data/lib/elasticsearch/api/actions/transform/reset_transform.rb +55 -0
- data/lib/elasticsearch/api/actions/transform/start_transform.rb +54 -0
- data/lib/elasticsearch/api/actions/transform/stop_transform.rb +58 -0
- data/lib/elasticsearch/api/actions/transform/update_transform.rb +57 -0
- data/lib/elasticsearch/api/actions/transform/upgrade_transforms.rb +50 -0
- data/lib/elasticsearch/api/actions/update.rb +17 -38
- data/lib/elasticsearch/api/actions/update_by_query.rb +13 -65
- data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +11 -13
- data/lib/elasticsearch/api/actions/watcher/ack_watch.rb +60 -0
- data/lib/elasticsearch/api/actions/watcher/activate_watch.rb +53 -0
- data/lib/elasticsearch/api/actions/watcher/deactivate_watch.rb +53 -0
- data/lib/elasticsearch/api/actions/watcher/delete_watch.rb +61 -0
- data/lib/elasticsearch/api/actions/watcher/execute_watch.rb +57 -0
- data/lib/elasticsearch/api/actions/watcher/get_watch.rb +53 -0
- data/lib/elasticsearch/api/actions/watcher/put_watch.rb +58 -0
- data/lib/elasticsearch/api/actions/watcher/query_watches.rb +54 -0
- data/lib/elasticsearch/api/actions/watcher/start.rb +48 -0
- data/lib/elasticsearch/api/actions/watcher/stats.rb +56 -0
- data/lib/elasticsearch/api/actions/watcher/stop.rb +48 -0
- data/lib/elasticsearch/api/actions/xpack/info.rb +50 -0
- data/lib/elasticsearch/api/actions/xpack/usage.rb +49 -0
- data/lib/elasticsearch/api/namespace/async_search.rb +36 -0
- data/lib/elasticsearch/api/{actions/remote/info.rb → namespace/autoscaling.rb} +12 -13
- data/lib/elasticsearch/api/namespace/cross_cluster_replication.rb +38 -0
- data/lib/elasticsearch/api/namespace/data_frame_transform_deprecated.rb +36 -0
- data/lib/elasticsearch/api/namespace/enrich.rb +36 -0
- data/lib/elasticsearch/api/namespace/eql.rb +36 -0
- data/lib/elasticsearch/api/namespace/features.rb +36 -0
- data/lib/elasticsearch/api/namespace/fleet.rb +36 -0
- data/lib/elasticsearch/api/namespace/graph.rb +36 -0
- data/lib/elasticsearch/api/namespace/index_lifecycle_management.rb +38 -0
- data/lib/elasticsearch/api/namespace/ingest.rb +0 -1
- data/lib/elasticsearch/api/namespace/license.rb +36 -0
- data/lib/elasticsearch/api/namespace/logstash.rb +36 -0
- data/lib/elasticsearch/api/{actions/abort_benchmark.rb → namespace/machine_learning.rb} +13 -16
- data/lib/elasticsearch/api/namespace/migration.rb +36 -0
- data/lib/elasticsearch/api/namespace/monitoring.rb +36 -0
- data/lib/elasticsearch/api/namespace/rollup.rb +36 -0
- data/lib/elasticsearch/api/namespace/searchable_snapshots.rb +36 -0
- data/lib/elasticsearch/api/namespace/security.rb +36 -0
- data/lib/elasticsearch/api/namespace/shutdown.rb +37 -0
- data/lib/elasticsearch/api/namespace/snapshot_lifecycle_management.rb +38 -0
- data/lib/elasticsearch/api/namespace/sql.rb +36 -0
- data/lib/elasticsearch/api/namespace/ssl.rb +36 -0
- data/lib/elasticsearch/api/namespace/text_structure.rb +36 -0
- data/lib/elasticsearch/api/namespace/transform.rb +36 -0
- data/lib/elasticsearch/api/namespace/watcher.rb +36 -0
- data/lib/elasticsearch/api/namespace/xpack.rb +36 -0
- data/lib/elasticsearch/api/response.rb +48 -0
- data/lib/elasticsearch/api/utils.rb +6 -56
- data/lib/elasticsearch/api/version.rb +1 -1
- data/lib/elasticsearch/api.rb +28 -21
- data/spec/elasticsearch/api/actions/bulk_spec.rb +17 -36
- data/spec/elasticsearch/api/actions/cat/aliases_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/allocation_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/component_templates_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/cat/count_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/fielddata_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/cat/health_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/help_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/indices_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/master_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/nodeattrs_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/nodes_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/pending_tasks_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/plugins_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/recovery_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/repositories_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/segments_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/cat/shards_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/snapshot_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/tasks_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/templates_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/thread_pool_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/clear_scroll_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/{benchmark_spec.rb → close_point_in_time_spec.rb} +6 -6
- data/spec/elasticsearch/api/actions/cluster/allocation_explain_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cluster/get_settings_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cluster/health_spec.rb +3 -3
- data/spec/elasticsearch/api/actions/cluster/pending_tasks_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cluster/put_settings_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cluster/remote_info_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cluster/reroute_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/cluster/state_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/cluster/stats_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/count_spec.rb +6 -9
- data/spec/elasticsearch/api/actions/create_document_spec.rb +8 -8
- data/spec/elasticsearch/api/actions/dangling_indices/delete_dangling_indices_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/dangling_indices/import_dangling_indices_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/dangling_indices/list_dangling_indices_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/{indices/freeze_spec.rb → data_frame/update_data_frame_transform_spec.rb} +26 -30
- data/spec/elasticsearch/api/actions/delete_by_query_spec.rb +2 -19
- data/spec/elasticsearch/api/actions/delete_document_spec.rb +9 -22
- data/spec/elasticsearch/api/actions/delete_script_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/exists_document_spec.rb +10 -21
- data/spec/elasticsearch/api/actions/explain_document_spec.rb +9 -9
- data/spec/elasticsearch/api/actions/features/get_features_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/features/reset_features_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/field_caps_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/fleet/global_checkpoints_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/fleet/msearch_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/fleet/search_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/get_document_source_spec.rb +6 -18
- data/spec/elasticsearch/api/actions/get_document_spec.rb +6 -31
- data/spec/elasticsearch/api/actions/get_script_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/index_document_spec.rb +10 -28
- data/spec/elasticsearch/api/actions/index_lifecycle_management/migrate_to_data_tiers_spec.rb +36 -0
- data/spec/elasticsearch/api/actions/indices/add_block_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/analyze_spec.rb +3 -3
- data/spec/elasticsearch/api/actions/indices/clear_cache_spec.rb +20 -7
- data/spec/elasticsearch/api/actions/indices/clone_spec.rb +6 -6
- data/spec/elasticsearch/api/actions/indices/close_spec.rb +3 -3
- data/spec/elasticsearch/api/actions/indices/create_spec.rb +3 -3
- data/spec/elasticsearch/api/actions/{nodes/shutdown_spec.rb → indices/data_streams_stats_spec.rb} +14 -32
- data/spec/elasticsearch/api/actions/indices/delete_alias_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/indices/delete_spec.rb +4 -4
- data/spec/elasticsearch/api/actions/indices/delete_template_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/indices/disk_usage_spec.rb +48 -0
- data/spec/elasticsearch/api/actions/indices/field_usage_stats_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/indices/flush_spec.rb +5 -5
- data/spec/elasticsearch/api/actions/indices/forcemerge_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/get_alias_spec.rb +3 -3
- data/spec/elasticsearch/api/actions/indices/get_field_mapping_spec.rb +2 -13
- data/spec/elasticsearch/api/actions/indices/get_mapping_spec.rb +7 -22
- data/spec/elasticsearch/api/actions/indices/get_settings_spec.rb +4 -4
- data/spec/elasticsearch/api/actions/indices/get_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/indices/open_spec.rb +3 -3
- data/spec/elasticsearch/api/actions/indices/put_alias_spec.rb +4 -4
- data/spec/elasticsearch/api/actions/indices/put_mapping_spec.rb +8 -14
- data/spec/elasticsearch/api/actions/indices/put_settings_spec.rb +5 -5
- data/spec/elasticsearch/api/actions/indices/put_template_spec.rb +3 -3
- data/spec/elasticsearch/api/actions/indices/recovery_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/refresh_spec.rb +5 -5
- data/spec/elasticsearch/api/actions/indices/rollover_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/indices/segments_spec.rb +5 -5
- data/spec/elasticsearch/api/actions/indices/shard_stores_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/shrink_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/split_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/stats_spec.rb +7 -12
- data/spec/elasticsearch/api/actions/indices/unfreeze_spec.rb +4 -4
- data/spec/elasticsearch/api/actions/indices/update_aliases_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/indices/validate_query_spec.rb +7 -17
- data/spec/elasticsearch/api/actions/info_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/ingest/delete_pipeline_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/ingest/geo_ip_stats_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/ingest/get_pipeline_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/ingest/put_pipeline_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/ingest/simulate_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/json_builders_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/machine_learning/get_memory_stats_spec.rb +47 -0
- data/spec/elasticsearch/api/actions/machine_learning/get_model_snapshot_upgrade_stats_spec.rb +56 -0
- data/spec/elasticsearch/api/actions/machine_learning/infer_trained_model_deployment_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/machine_learning/put_trained_model_definition_part_spec.rb +62 -0
- data/spec/elasticsearch/api/actions/machine_learning/put_trained_model_vocabulary_spec.rb +54 -0
- data/spec/elasticsearch/api/actions/machine_learning/reset_job_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/machine_learning/set_upgrade_mode_spec.rb +51 -0
- data/spec/elasticsearch/api/actions/machine_learning/start_trained_model_deployment_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/machine_learning/stop_trained_model_deployment_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/machine_learning/update_trained_model_deployment_spec.rb +34 -0
- data/spec/elasticsearch/api/actions/mget_spec.rb +5 -20
- data/spec/elasticsearch/api/actions/migration/get_feature_upgrade_status_spec.rb +34 -0
- data/spec/elasticsearch/api/actions/migration/post_feature_upgrade_spec.rb +34 -0
- data/spec/elasticsearch/api/actions/msearch_spec.rb +16 -14
- data/spec/elasticsearch/api/actions/msearch_template_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/mtermvectors_spec.rb +4 -6
- data/spec/elasticsearch/api/actions/nodes/clear_repositories_metering_archive_spec.rb +51 -0
- data/spec/elasticsearch/api/actions/nodes/get_repositories_metering_info_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb +6 -6
- data/spec/elasticsearch/api/actions/nodes/info_spec.rb +6 -6
- data/spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb +5 -5
- data/spec/elasticsearch/api/actions/nodes/stats_spec.rb +4 -4
- data/spec/elasticsearch/api/actions/{abort_benchmark_spec.rb → open_point_in_time_spec.rb} +5 -5
- data/spec/elasticsearch/api/actions/put_script_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/rank_eval_spec.rb +127 -0
- data/spec/elasticsearch/api/actions/reindex_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/render_search_template_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/scroll_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/search_mvt_spec.rb +53 -0
- data/spec/elasticsearch/api/actions/search_shards_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/search_spec.rb +2 -40
- data/spec/elasticsearch/api/actions/search_template_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/searchable_snapshots/cache_stats_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/searchable_snapshots/clear_cache_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/searchable_snapshots/mount_spec.rb +56 -0
- data/spec/elasticsearch/api/actions/searchable_snapshots/stats_spec.rb +43 -0
- data/spec/elasticsearch/api/actions/security/clear_cached_service_tokens_spec.rb +58 -0
- data/spec/elasticsearch/api/actions/security/create_api_key_spec.rb +79 -0
- data/spec/elasticsearch/api/actions/security/create_service_token_spec.rb +69 -0
- data/spec/elasticsearch/api/actions/security/delete_service_token_spec.rb +60 -0
- data/spec/elasticsearch/api/actions/security/disable_user_profile_spec.rb +34 -0
- data/spec/elasticsearch/api/actions/security/enable_user_profile_spec.rb +34 -0
- data/spec/elasticsearch/api/actions/{indices/upgrade_spec.rb → security/enroll_kibana_spec.rb} +7 -8
- data/spec/elasticsearch/api/actions/security/get_api_key_spec.rb +56 -0
- data/spec/elasticsearch/api/actions/{remote/info_spec.rb → security/get_builtin_privileges_spec.rb} +4 -4
- data/spec/elasticsearch/api/actions/security/get_service_accounts_spec.rb +58 -0
- data/spec/elasticsearch/api/actions/security/get_service_credentials_spec.rb +53 -0
- data/spec/elasticsearch/api/actions/security/has_privileges_user_profile_spec.rb +34 -0
- data/spec/elasticsearch/api/actions/security/invalidate_api_key_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/security/query_api_keys_spec.rb +48 -0
- data/spec/elasticsearch/api/actions/security/saml_authenticate_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/security/saml_complete_logout_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/security/saml_invalidate_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/security/saml_logout_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/security/saml_prepare_authentication_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/security/saml_service_provider_metadata_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/security/suggest_user_profiles_spec.rb +45 -0
- data/spec/elasticsearch/api/actions/security/update_api_key_spec.rb +34 -0
- data/spec/elasticsearch/api/actions/shutdown/delete_node_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/shutdown/get_node_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/shutdown/put_node_spec.rb +50 -0
- data/spec/elasticsearch/api/actions/snapshot/clone_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/create_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/snapshot/delete_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/get_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/repository_analize_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/snapshot/restore_spec.rb +7 -10
- data/spec/elasticsearch/api/actions/snapshot/status_spec.rb +2 -3
- data/spec/elasticsearch/api/actions/snapshot/verify_repository_spec.rb +6 -7
- data/spec/elasticsearch/api/actions/sql/delete_async_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/sql/get_async_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/sql/get_async_stats_spec.rb +46 -0
- data/spec/elasticsearch/api/actions/tasks/cancel_spec.rb +7 -8
- data/spec/elasticsearch/api/actions/tasks/get_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/tasks/list_spec.rb +6 -7
- data/spec/elasticsearch/api/actions/terms_enum_spec.rb +52 -0
- data/spec/elasticsearch/api/actions/termvectors_spec.rb +5 -5
- data/spec/elasticsearch/api/actions/update_by_query_spec.rb +6 -7
- data/spec/elasticsearch/api/actions/update_document_spec.rb +15 -29
- data/spec/elasticsearch/api/api_response_spec.rb +65 -0
- data/spec/elasticsearch/api/api_spec.rb +0 -3
- data/spec/elasticsearch/api/client_spec.rb +0 -4
- data/spec/elasticsearch/api/rest_api_yaml_spec.rb +44 -114
- data/spec/elasticsearch/api/run_rspec_matchers.rb +111 -0
- data/spec/elasticsearch/api/utils_spec.rb +14 -89
- data/spec/rest_api_tests_helper.rb +93 -0
- data/spec/skipped_tests_free.yml +34 -0
- data/spec/skipped_tests_platinum.yml +54 -0
- data/spec/spec_helper.rb +18 -19
- data/spec/unit_tests_platinum/test_helper.rb +72 -0
- data/spec/unit_tests_platinum/unit/async_search/delete_test.rb +39 -0
- data/spec/unit_tests_platinum/unit/async_search/get_test.rb +39 -0
- data/spec/unit_tests_platinum/unit/async_search/status_test.rb +39 -0
- data/spec/unit_tests_platinum/unit/async_search/submit_test.rb +50 -0
- data/spec/unit_tests_platinum/unit/autoscaling/delete_autoscaling_policy_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/autoscaling/get_autoscaling_capacity_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/autoscaling/get_autoscaling_policy_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/autoscaling/put_autoscaling_policy_test.rb +52 -0
- data/spec/unit_tests_platinum/unit/enrich/delete_policy_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/eql/delete_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/eql/get_status_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/eql/get_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/eql/search_test.rb +52 -0
- data/spec/unit_tests_platinum/unit/graph/explore_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/index_lifecycle_management/explain_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/index_lifecycle_management/get_status_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/index_lifecycle_management/move_to_step.rb +43 -0
- data/spec/unit_tests_platinum/unit/index_lifecycle_management/remove_policy_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/index_lifecycle_management/retry_policy_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/index_lifecycle_management/start_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/index_lifecycle_management/stop_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/indices/create_data_stream_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/indices/data_stream_stats_test.rb +54 -0
- data/spec/unit_tests_platinum/unit/indices/delete_data_stream_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/indices/downsample_test.rb +58 -0
- data/spec/unit_tests_platinum/unit/indices/get_data_stream_test.rb +50 -0
- data/spec/unit_tests_platinum/unit/indices/migrate_to_data_stream_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/indices/modify_data_stream_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/indices/promote_data_stream_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/info_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/knn_search_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/license/delete_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/license/get_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/license/post_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/logstash/delete_pipeline_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/logstash/get_pipeline_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/logstash/put_pipeline_test.rb +46 -0
- data/spec/unit_tests_platinum/unit/machine_learning/clear_trained_model_deployment_cache_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/machine_learning/close_job_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/delete_datafeed_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/delete_expired_data_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/delete_filter_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/delete_forecast_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/delete_job_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/delete_model_alias_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/machine_learning/delete_model_snapshot_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/flush_job_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/forecast_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/get_buckets_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/get_categories_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/get_datafeed_stats_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/get_datafeeds_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/get_filters_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/get_influencers_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/get_job_stats_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/get_jobs_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/get_model_snapshots_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/get_overall_buckets_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/get_records_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/open_job_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/post_data_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/preview_data_frame_analytics_test.rb +64 -0
- data/spec/unit_tests_platinum/unit/machine_learning/preview_datafeed_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/put_datafeed_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/put_filter_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/put_job_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/put_trained_model_alias_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/machine_learning/revert_model_snapshot_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/start_datafeed_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/stop_datafeed_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/update_data_frame_analytics_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/machine_learning/update_datafeed_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/update_filter_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/update_job_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/update_model_snapshot_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/upgrade_job_snapshot_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/validate_detector_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/machine_learning/validate_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/migration/deprecations_test.rb +42 -0
- data/spec/unit_tests_platinum/unit/monitoring/bulk_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/rollup/get_rollup_index_caps_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/security/activate_user_profile_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/security/authenticate_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/bulk_update_api_key_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/security/change_password_test.rb +55 -0
- data/spec/unit_tests_platinum/unit/security/clear_api_key_cache_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/security/clear_cached_privileges_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/security/clear_cached_realms_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/clear_cached_roles_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/delete_privileges_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/delete_role_mapping_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/delete_role_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/delete_user_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/disable_user_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/enable_user_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/get_privileges_test.rb +78 -0
- data/spec/unit_tests_platinum/unit/security/get_role_mapping_test.rb +54 -0
- data/spec/unit_tests_platinum/unit/security/get_role_test.rb +62 -0
- data/spec/unit_tests_platinum/unit/security/get_token_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/get_user_privileges_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/get_user_profile_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/security/get_user_test.rb +61 -0
- data/spec/unit_tests_platinum/unit/security/grant_api_key_test.rb +41 -0
- data/spec/unit_tests_platinum/unit/security/has_privileges_test.rb +55 -0
- data/spec/unit_tests_platinum/unit/security/invalidate_token_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/oidc_authenticate_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/security/oidc_logout_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/security/oidc_prepare_authentication_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/security/put_privileges_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/put_role_mapping_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/put_role_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/put_user_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/security/update_user_profile_data_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/ssl/certificates_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/text_structure/find_structure_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/transform/reset_transform_spec.rb +34 -0
- data/spec/unit_tests_platinum/unit/transform/upgrade_transforms_spec.rb +34 -0
- data/spec/unit_tests_platinum/unit/usage_test.rb +40 -0
- data/spec/unit_tests_platinum/unit/watcher/ack_watch_test.rb +55 -0
- data/spec/unit_tests_platinum/unit/watcher/activate_watch_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/watcher/deactivate_watch_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/watcher/delete_watch_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/watcher/execute_watch_test.rb +55 -0
- data/spec/unit_tests_platinum/unit/watcher/get_watch_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/watcher/put_watch_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/watcher/query_watches_test.rb +52 -0
- data/spec/unit_tests_platinum/unit/watcher/start_test.rb +41 -0
- data/spec/unit_tests_platinum/unit/watcher/stats_test.rb +43 -0
- data/spec/unit_tests_platinum/unit/watcher/stop_test.rb +43 -0
- data/utils/Gemfile +3 -4
- data/utils/README.md +15 -8
- data/utils/thor/generate_source.rb +78 -46
- data/utils/thor/generator/endpoint_specifics.rb +5 -27
- data/utils/thor/generator/files_helper.rb +30 -25
- data/utils/thor/templates/_body.erb +34 -0
- data/utils/thor/templates/_documentation_top.erb +19 -1
- data/utils/thor/templates/_method_setup.erb +37 -32
- data/utils/thor/templates/_perform_request.erb +34 -22
- data/utils/thor/templates/method.erb +5 -8
- data/utils/thor/templates/test.erb +16 -3
- data/utils/thor/templates/test_helper.rb +0 -4
- metadata +732 -99
- data/lib/elasticsearch/api/actions/benchmark.rb +0 -81
- data/lib/elasticsearch/api/actions/cat/params_registry.rb +0 -60
- data/lib/elasticsearch/api/actions/cluster/params_registry.rb +0 -60
- data/lib/elasticsearch/api/actions/dangling_indices/params_registry.rb +0 -60
- data/lib/elasticsearch/api/actions/delete_by_rethrottle.rb +0 -47
- data/lib/elasticsearch/api/actions/indices/params_registry.rb +0 -60
- data/lib/elasticsearch/api/actions/ingest/params_registry.rb +0 -60
- data/lib/elasticsearch/api/actions/nodes/params_registry.rb +0 -60
- data/lib/elasticsearch/api/actions/nodes/shutdown.rb +0 -56
- data/lib/elasticsearch/api/actions/params_registry.rb +0 -58
- data/lib/elasticsearch/api/actions/snapshot/params_registry.rb +0 -60
- data/lib/elasticsearch/api/actions/tasks/params_registry.rb +0 -60
- data/spec/elasticsearch/api/actions/indices/exists_type_spec.rb +0 -108
- data/spec/elasticsearch/api/actions/indices/flush_synced_spec.rb +0 -90
- data/spec/rest_yaml_tests_helper.rb +0 -117
- data/utils/thor/templates/_params_registry.erb +0 -12
- /data/{LICENSE → LICENSE.txt} +0 -0
@@ -14,46 +14,40 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
18
21
|
module Elasticsearch
|
19
22
|
module API
|
20
23
|
module Indices
|
21
24
|
module Actions
|
22
25
|
# Returns information about any matching indices, aliases, and data streams
|
23
|
-
# This functionality is Experimental and may be changed or removed
|
24
|
-
# completely in a future release. Elastic will take a best effort approach
|
25
|
-
# to fix any issues, but experimental features are not subject to the
|
26
|
-
# support SLA of official GA features.
|
27
26
|
#
|
28
27
|
# @option arguments [List] :name A comma-separated list of names or wildcard expressions
|
29
28
|
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)
|
30
29
|
# @option arguments [Hash] :headers Custom HTTP headers
|
31
30
|
#
|
32
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
31
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.6/indices-resolve-index-api.html
|
33
32
|
#
|
34
33
|
def resolve_index(arguments = {})
|
35
34
|
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
|
36
35
|
|
36
|
+
arguments = arguments.clone
|
37
37
|
headers = arguments.delete(:headers) || {}
|
38
38
|
|
39
|
-
|
39
|
+
body = nil
|
40
40
|
|
41
41
|
_name = arguments.delete(:name)
|
42
42
|
|
43
43
|
method = Elasticsearch::API::HTTP_GET
|
44
44
|
path = "_resolve/index/#{Utils.__listify(_name)}"
|
45
|
-
params = Utils.
|
45
|
+
params = Utils.process_params(arguments)
|
46
46
|
|
47
|
-
|
48
|
-
|
47
|
+
Elasticsearch::API::Response.new(
|
48
|
+
perform_request(method, path, params, body, headers)
|
49
|
+
)
|
49
50
|
end
|
50
|
-
|
51
|
-
# Register this action with its valid params when the module is loaded.
|
52
|
-
#
|
53
|
-
# @since 6.2.0
|
54
|
-
ParamsRegistry.register(:resolve_index, [
|
55
|
-
:expand_wildcards
|
56
|
-
].freeze)
|
57
51
|
end
|
58
52
|
end
|
59
53
|
end
|
@@ -14,7 +14,10 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
18
21
|
module Elasticsearch
|
19
22
|
module API
|
20
23
|
module Indices
|
@@ -24,7 +27,6 @@ module Elasticsearch
|
|
24
27
|
#
|
25
28
|
# @option arguments [String] :alias The name of the alias to rollover
|
26
29
|
# @option arguments [String] :new_index The name of the rollover index
|
27
|
-
# @option arguments [Boolean] :include_type_name Whether a type should be included in the body of the mappings.
|
28
30
|
# @option arguments [Time] :timeout Explicit operation timeout
|
29
31
|
# @option arguments [Boolean] :dry_run If set to true the rollover action will only be validated but not actually performed even if a condition matches. The default is false
|
30
32
|
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
@@ -32,14 +34,15 @@ module Elasticsearch
|
|
32
34
|
# @option arguments [Hash] :headers Custom HTTP headers
|
33
35
|
# @option arguments [Hash] :body The conditions that needs to be met for executing rollover
|
34
36
|
#
|
35
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
37
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.6/indices-rollover-index.html
|
36
38
|
#
|
37
39
|
def rollover(arguments = {})
|
38
40
|
raise ArgumentError, "Required argument 'alias' missing" unless arguments[:alias]
|
39
41
|
|
42
|
+
arguments = arguments.clone
|
40
43
|
headers = arguments.delete(:headers) || {}
|
41
44
|
|
42
|
-
|
45
|
+
body = arguments.delete(:body)
|
43
46
|
|
44
47
|
_alias = arguments.delete(:alias)
|
45
48
|
|
@@ -51,22 +54,12 @@ module Elasticsearch
|
|
51
54
|
else
|
52
55
|
"#{Utils.__listify(_alias)}/_rollover"
|
53
56
|
end
|
54
|
-
params = Utils.
|
57
|
+
params = Utils.process_params(arguments)
|
55
58
|
|
56
|
-
|
57
|
-
|
59
|
+
Elasticsearch::API::Response.new(
|
60
|
+
perform_request(method, path, params, body, headers)
|
61
|
+
)
|
58
62
|
end
|
59
|
-
|
60
|
-
# Register this action with its valid params when the module is loaded.
|
61
|
-
#
|
62
|
-
# @since 6.2.0
|
63
|
-
ParamsRegistry.register(:rollover, [
|
64
|
-
:include_type_name,
|
65
|
-
:timeout,
|
66
|
-
:dry_run,
|
67
|
-
:master_timeout,
|
68
|
-
:wait_for_active_shards
|
69
|
-
].freeze)
|
70
63
|
end
|
71
64
|
end
|
72
65
|
end
|
@@ -14,7 +14,10 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
18
21
|
module Elasticsearch
|
19
22
|
module API
|
20
23
|
module Indices
|
@@ -25,15 +28,16 @@ module Elasticsearch
|
|
25
28
|
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
26
29
|
# @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
|
27
30
|
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
|
28
|
-
# @option arguments [Boolean] :verbose Includes detailed memory usage by Lucene.
|
31
|
+
# @option arguments [Boolean] :verbose Includes detailed memory usage by Lucene. *Deprecated*
|
29
32
|
# @option arguments [Hash] :headers Custom HTTP headers
|
30
33
|
#
|
31
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
34
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.6/indices-segments.html
|
32
35
|
#
|
33
36
|
def segments(arguments = {})
|
37
|
+
arguments = arguments.clone
|
34
38
|
headers = arguments.delete(:headers) || {}
|
35
39
|
|
36
|
-
|
40
|
+
body = nil
|
37
41
|
|
38
42
|
_index = arguments.delete(:index)
|
39
43
|
|
@@ -43,21 +47,12 @@ module Elasticsearch
|
|
43
47
|
else
|
44
48
|
"_segments"
|
45
49
|
end
|
46
|
-
params = Utils.
|
50
|
+
params = Utils.process_params(arguments)
|
47
51
|
|
48
|
-
|
49
|
-
|
52
|
+
Elasticsearch::API::Response.new(
|
53
|
+
perform_request(method, path, params, body, headers)
|
54
|
+
)
|
50
55
|
end
|
51
|
-
|
52
|
-
# Register this action with its valid params when the module is loaded.
|
53
|
-
#
|
54
|
-
# @since 6.2.0
|
55
|
-
ParamsRegistry.register(:segments, [
|
56
|
-
:ignore_unavailable,
|
57
|
-
:allow_no_indices,
|
58
|
-
:expand_wildcards,
|
59
|
-
:verbose
|
60
|
-
].freeze)
|
61
56
|
end
|
62
57
|
end
|
63
58
|
end
|
@@ -14,7 +14,10 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
18
21
|
module Elasticsearch
|
19
22
|
module API
|
20
23
|
module Indices
|
@@ -28,12 +31,13 @@ module Elasticsearch
|
|
28
31
|
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
|
29
32
|
# @option arguments [Hash] :headers Custom HTTP headers
|
30
33
|
#
|
31
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
34
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.6/indices-shards-stores.html
|
32
35
|
#
|
33
36
|
def shard_stores(arguments = {})
|
37
|
+
arguments = arguments.clone
|
34
38
|
headers = arguments.delete(:headers) || {}
|
35
39
|
|
36
|
-
|
40
|
+
body = nil
|
37
41
|
|
38
42
|
_index = arguments.delete(:index)
|
39
43
|
|
@@ -43,21 +47,12 @@ module Elasticsearch
|
|
43
47
|
else
|
44
48
|
"_shard_stores"
|
45
49
|
end
|
46
|
-
params = Utils.
|
50
|
+
params = Utils.process_params(arguments)
|
47
51
|
|
48
|
-
|
49
|
-
|
52
|
+
Elasticsearch::API::Response.new(
|
53
|
+
perform_request(method, path, params, body, headers)
|
54
|
+
)
|
50
55
|
end
|
51
|
-
|
52
|
-
# Register this action with its valid params when the module is loaded.
|
53
|
-
#
|
54
|
-
# @since 6.2.0
|
55
|
-
ParamsRegistry.register(:shard_stores, [
|
56
|
-
:status,
|
57
|
-
:ignore_unavailable,
|
58
|
-
:allow_no_indices,
|
59
|
-
:expand_wildcards
|
60
|
-
].freeze)
|
61
56
|
end
|
62
57
|
end
|
63
58
|
end
|
@@ -14,7 +14,10 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
18
21
|
module Elasticsearch
|
19
22
|
module API
|
20
23
|
module Indices
|
@@ -23,22 +26,22 @@ module Elasticsearch
|
|
23
26
|
#
|
24
27
|
# @option arguments [String] :index The name of the source index to shrink
|
25
28
|
# @option arguments [String] :target The name of the target index to shrink into
|
26
|
-
# @option arguments [Boolean] :copy_settings whether or not to copy settings from the source index (defaults to false)
|
27
29
|
# @option arguments [Time] :timeout Explicit operation timeout
|
28
30
|
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
29
31
|
# @option arguments [String] :wait_for_active_shards Set the number of active shards to wait for on the shrunken index before the operation returns.
|
30
32
|
# @option arguments [Hash] :headers Custom HTTP headers
|
31
33
|
# @option arguments [Hash] :body The configuration for the target index (`settings` and `aliases`)
|
32
34
|
#
|
33
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
35
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.6/indices-shrink-index.html
|
34
36
|
#
|
35
37
|
def shrink(arguments = {})
|
36
38
|
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
|
37
39
|
raise ArgumentError, "Required argument 'target' missing" unless arguments[:target]
|
38
40
|
|
41
|
+
arguments = arguments.clone
|
39
42
|
headers = arguments.delete(:headers) || {}
|
40
43
|
|
41
|
-
|
44
|
+
body = arguments.delete(:body)
|
42
45
|
|
43
46
|
_index = arguments.delete(:index)
|
44
47
|
|
@@ -46,21 +49,12 @@ module Elasticsearch
|
|
46
49
|
|
47
50
|
method = Elasticsearch::API::HTTP_PUT
|
48
51
|
path = "#{Utils.__listify(_index)}/_shrink/#{Utils.__listify(_target)}"
|
49
|
-
params = Utils.
|
52
|
+
params = Utils.process_params(arguments)
|
50
53
|
|
51
|
-
|
52
|
-
|
54
|
+
Elasticsearch::API::Response.new(
|
55
|
+
perform_request(method, path, params, body, headers)
|
56
|
+
)
|
53
57
|
end
|
54
|
-
|
55
|
-
# Register this action with its valid params when the module is loaded.
|
56
|
-
#
|
57
|
-
# @since 6.2.0
|
58
|
-
ParamsRegistry.register(:shrink, [
|
59
|
-
:copy_settings,
|
60
|
-
:timeout,
|
61
|
-
:master_timeout,
|
62
|
-
:wait_for_active_shards
|
63
|
-
].freeze)
|
64
58
|
end
|
65
59
|
end
|
66
60
|
end
|
@@ -14,7 +14,10 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
18
21
|
module Elasticsearch
|
19
22
|
module API
|
20
23
|
module Indices
|
@@ -28,33 +31,26 @@ module Elasticsearch
|
|
28
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
29
32
|
# @option arguments [Hash] :body New index template definition, which will be included in the simulation, as if it already exists in the system
|
30
33
|
#
|
31
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
34
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.6/indices-templates.html
|
32
35
|
#
|
33
36
|
def simulate_index_template(arguments = {})
|
34
37
|
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
|
35
38
|
|
39
|
+
arguments = arguments.clone
|
36
40
|
headers = arguments.delete(:headers) || {}
|
37
41
|
|
38
|
-
|
42
|
+
body = arguments.delete(:body)
|
39
43
|
|
40
44
|
_name = arguments.delete(:name)
|
41
45
|
|
42
46
|
method = Elasticsearch::API::HTTP_POST
|
43
47
|
path = "_index_template/_simulate_index/#{Utils.__listify(_name)}"
|
44
|
-
params = Utils.
|
48
|
+
params = Utils.process_params(arguments)
|
45
49
|
|
46
|
-
|
47
|
-
|
50
|
+
Elasticsearch::API::Response.new(
|
51
|
+
perform_request(method, path, params, body, headers)
|
52
|
+
)
|
48
53
|
end
|
49
|
-
|
50
|
-
# Register this action with its valid params when the module is loaded.
|
51
|
-
#
|
52
|
-
# @since 6.2.0
|
53
|
-
ParamsRegistry.register(:simulate_index_template, [
|
54
|
-
:create,
|
55
|
-
:cause,
|
56
|
-
:master_timeout
|
57
|
-
].freeze)
|
58
54
|
end
|
59
55
|
end
|
60
56
|
end
|
@@ -14,7 +14,10 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
18
21
|
module Elasticsearch
|
19
22
|
module API
|
20
23
|
module Indices
|
@@ -28,12 +31,13 @@ module Elasticsearch
|
|
28
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
29
32
|
# @option arguments [Hash] :body New index template definition to be simulated, if no index template name is specified
|
30
33
|
#
|
31
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
34
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.6/indices-templates.html
|
32
35
|
#
|
33
36
|
def simulate_template(arguments = {})
|
37
|
+
arguments = arguments.clone
|
34
38
|
headers = arguments.delete(:headers) || {}
|
35
39
|
|
36
|
-
|
40
|
+
body = arguments.delete(:body)
|
37
41
|
|
38
42
|
_name = arguments.delete(:name)
|
39
43
|
|
@@ -43,20 +47,12 @@ module Elasticsearch
|
|
43
47
|
else
|
44
48
|
"_index_template/_simulate"
|
45
49
|
end
|
46
|
-
params = Utils.
|
50
|
+
params = Utils.process_params(arguments)
|
47
51
|
|
48
|
-
|
49
|
-
|
52
|
+
Elasticsearch::API::Response.new(
|
53
|
+
perform_request(method, path, params, body, headers)
|
54
|
+
)
|
50
55
|
end
|
51
|
-
|
52
|
-
# Register this action with its valid params when the module is loaded.
|
53
|
-
#
|
54
|
-
# @since 6.2.0
|
55
|
-
ParamsRegistry.register(:simulate_template, [
|
56
|
-
:create,
|
57
|
-
:cause,
|
58
|
-
:master_timeout
|
59
|
-
].freeze)
|
60
56
|
end
|
61
57
|
end
|
62
58
|
end
|
@@ -14,7 +14,10 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
18
21
|
module Elasticsearch
|
19
22
|
module API
|
20
23
|
module Indices
|
@@ -23,22 +26,22 @@ module Elasticsearch
|
|
23
26
|
#
|
24
27
|
# @option arguments [String] :index The name of the source index to split
|
25
28
|
# @option arguments [String] :target The name of the target index to split into
|
26
|
-
# @option arguments [Boolean] :copy_settings whether or not to copy settings from the source index (defaults to false)
|
27
29
|
# @option arguments [Time] :timeout Explicit operation timeout
|
28
30
|
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
29
31
|
# @option arguments [String] :wait_for_active_shards Set the number of active shards to wait for on the shrunken index before the operation returns.
|
30
32
|
# @option arguments [Hash] :headers Custom HTTP headers
|
31
33
|
# @option arguments [Hash] :body The configuration for the target index (`settings` and `aliases`)
|
32
34
|
#
|
33
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
35
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.6/indices-split-index.html
|
34
36
|
#
|
35
37
|
def split(arguments = {})
|
36
38
|
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
|
37
39
|
raise ArgumentError, "Required argument 'target' missing" unless arguments[:target]
|
38
40
|
|
41
|
+
arguments = arguments.clone
|
39
42
|
headers = arguments.delete(:headers) || {}
|
40
43
|
|
41
|
-
|
44
|
+
body = arguments.delete(:body)
|
42
45
|
|
43
46
|
_index = arguments.delete(:index)
|
44
47
|
|
@@ -46,21 +49,12 @@ module Elasticsearch
|
|
46
49
|
|
47
50
|
method = Elasticsearch::API::HTTP_PUT
|
48
51
|
path = "#{Utils.__listify(_index)}/_split/#{Utils.__listify(_target)}"
|
49
|
-
params = Utils.
|
52
|
+
params = Utils.process_params(arguments)
|
50
53
|
|
51
|
-
|
52
|
-
|
54
|
+
Elasticsearch::API::Response.new(
|
55
|
+
perform_request(method, path, params, body, headers)
|
56
|
+
)
|
53
57
|
end
|
54
|
-
|
55
|
-
# Register this action with its valid params when the module is loaded.
|
56
|
-
#
|
57
|
-
# @since 6.2.0
|
58
|
-
ParamsRegistry.register(:split, [
|
59
|
-
:copy_settings,
|
60
|
-
:timeout,
|
61
|
-
:master_timeout,
|
62
|
-
:wait_for_active_shards
|
63
|
-
].freeze)
|
64
58
|
end
|
65
59
|
end
|
66
60
|
end
|
@@ -14,78 +14,57 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
18
21
|
module Elasticsearch
|
19
22
|
module API
|
20
23
|
module Indices
|
21
24
|
module Actions
|
22
25
|
# Provides statistics on operations happening in an index.
|
23
26
|
#
|
24
|
-
# @option arguments [List] :metric Limit the information returned the specific metrics. (options: _all, completion, docs, fielddata, query_cache, flush, get, indexing, merge, request_cache, refresh, search, segments, store, warmer,
|
27
|
+
# @option arguments [List] :metric Limit the information returned the specific metrics. (options: _all, completion, docs, fielddata, query_cache, flush, get, indexing, merge, request_cache, refresh, search, segments, store, warmer, bulk)
|
25
28
|
# @option arguments [List] :index A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
|
26
|
-
# @option arguments [List] :completion_fields A comma-separated list of fields for
|
27
|
-
# @option arguments [List] :fielddata_fields A comma-separated list of fields for `fielddata` index metric (supports wildcards)
|
29
|
+
# @option arguments [List] :completion_fields A comma-separated list of fields for the `completion` index metric (supports wildcards)
|
30
|
+
# @option arguments [List] :fielddata_fields A comma-separated list of fields for the `fielddata` index metric (supports wildcards)
|
28
31
|
# @option arguments [List] :fields A comma-separated list of fields for `fielddata` and `completion` index metric (supports wildcards)
|
29
32
|
# @option arguments [List] :groups A comma-separated list of search groups for `search` index metric
|
30
33
|
# @option arguments [String] :level Return stats aggregated at cluster, index or shard level (options: cluster, indices, shards)
|
31
|
-
# @option arguments [List] :types A comma-separated list of document types for the `indexing` index metric
|
32
34
|
# @option arguments [Boolean] :include_segment_file_sizes Whether to report the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested)
|
33
35
|
# @option arguments [Boolean] :include_unloaded_segments If set to true segment stats will include stats for segments that are not currently loaded into memory
|
34
36
|
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
|
35
37
|
# @option arguments [Boolean] :forbid_closed_indices If set to false stats will also collected from closed indices if explicitly specified or if expand_wildcards expands to closed indices
|
36
38
|
# @option arguments [Hash] :headers Custom HTTP headers
|
37
39
|
#
|
38
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
40
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.6/indices-stats.html
|
39
41
|
#
|
40
42
|
def stats(arguments = {})
|
43
|
+
arguments = arguments.clone
|
41
44
|
headers = arguments.delete(:headers) || {}
|
42
45
|
|
43
|
-
method = HTTP_GET
|
44
|
-
parts = Utils.__extract_parts arguments, ParamsRegistry.get(:stats_parts)
|
45
|
-
path = Utils.__pathify Utils.__listify(arguments[:index]), '_stats', Utils.__listify(parts)
|
46
|
-
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(:stats_params)
|
47
|
-
params[:fields] = Utils.__listify(params[:fields], :escape => false) if params[:fields]
|
48
|
-
params[:groups] = Utils.__listify(params[:groups], :escape => false) if params[:groups]
|
49
|
-
|
50
46
|
body = nil
|
51
|
-
perform_request(method, path, params, body, headers).body
|
52
|
-
end
|
53
47
|
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
ParamsRegistry.register(:stats_params, [
|
58
|
-
:completion_fields,
|
59
|
-
:fielddata_fields,
|
60
|
-
:fields,
|
61
|
-
:groups,
|
62
|
-
:level,
|
63
|
-
:types,
|
64
|
-
:include_segment_file_sizes,
|
65
|
-
:include_unloaded_segments,
|
66
|
-
:expand_wildcards,
|
67
|
-
:forbid_closed_indices
|
68
|
-
].freeze)
|
48
|
+
_metric = arguments.delete(:metric)
|
49
|
+
|
50
|
+
_index = arguments.delete(:index)
|
69
51
|
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
:suggest,
|
87
|
-
:metric
|
88
|
-
].freeze)
|
52
|
+
method = Elasticsearch::API::HTTP_GET
|
53
|
+
path = if _index && _metric
|
54
|
+
"#{Utils.__listify(_index)}/_stats/#{Utils.__listify(_metric)}"
|
55
|
+
elsif _metric
|
56
|
+
"_stats/#{Utils.__listify(_metric)}"
|
57
|
+
elsif _index
|
58
|
+
"#{Utils.__listify(_index)}/_stats"
|
59
|
+
else
|
60
|
+
"_stats"
|
61
|
+
end
|
62
|
+
params = Utils.process_params(arguments)
|
63
|
+
|
64
|
+
Elasticsearch::API::Response.new(
|
65
|
+
perform_request(method, path, params, body, headers)
|
66
|
+
)
|
67
|
+
end
|
89
68
|
end
|
90
69
|
end
|
91
70
|
end
|
@@ -14,41 +14,49 @@
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
|
-
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
18
21
|
module Elasticsearch
|
19
22
|
module API
|
20
23
|
module Indices
|
21
24
|
module Actions
|
22
|
-
#
|
23
|
-
#
|
24
|
-
#
|
25
|
+
# Unfreezes an index. When a frozen index is unfrozen, the index goes through the normal recovery process and becomes writeable again.
|
26
|
+
#
|
27
|
+
# @option arguments [String] :index The name of the index to unfreeze
|
28
|
+
# @option arguments [Time] :timeout Explicit operation timeout
|
29
|
+
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
30
|
+
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
31
|
+
# @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
|
32
|
+
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
|
33
|
+
# @option arguments [String] :wait_for_active_shards Sets the number of active shards to wait for before the operation returns.
|
34
|
+
# @option arguments [Hash] :headers Custom HTTP headers
|
25
35
|
#
|
26
|
-
#
|
36
|
+
# *Deprecation notice*:
|
37
|
+
# Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release.
|
38
|
+
# Deprecated since version 7.14.0
|
27
39
|
#
|
28
|
-
# @note This feature is available in the Platinum distribution of Elasticsearch.
|
29
40
|
#
|
30
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/
|
41
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.6/unfreeze-index-api.html
|
31
42
|
#
|
32
43
|
def unfreeze(arguments = {})
|
33
44
|
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
|
34
45
|
|
35
|
-
valid_params = [
|
36
|
-
:timeout,
|
37
|
-
:master_timeout,
|
38
|
-
:ignore_unavailable,
|
39
|
-
:allow_no_indices,
|
40
|
-
:expand_wildcards,
|
41
|
-
:wait_for_active_shards
|
42
|
-
]
|
43
|
-
|
44
46
|
arguments = arguments.clone
|
45
|
-
|
47
|
+
headers = arguments.delete(:headers) || {}
|
48
|
+
|
49
|
+
body = nil
|
50
|
+
|
51
|
+
_index = arguments.delete(:index)
|
46
52
|
|
47
53
|
method = Elasticsearch::API::HTTP_POST
|
48
|
-
path
|
49
|
-
params =
|
54
|
+
path = "#{Utils.__listify(_index)}/_unfreeze"
|
55
|
+
params = Utils.process_params(arguments)
|
50
56
|
|
51
|
-
|
57
|
+
Elasticsearch::API::Response.new(
|
58
|
+
perform_request(method, path, params, body, headers)
|
59
|
+
)
|
52
60
|
end
|
53
61
|
end
|
54
62
|
end
|