You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorganizes Query rulesets and rules APIs. All query rules APIs are now under query_rules namespace:
query_rules.delete_rule
query_rules.delete_ruleset
query_rules.get_rule
query_rules.get_ruleset
query_rules.list_rulesets
query_rules.put_rule
query_rules.put_ruleset
Source code documentation updated for better YARD formatting. Check rubydoc for the API reference, or run yardoc in the root of the project if you've checked out the code. The API reference documentation will be generated in the doc folder.
create - Adds [Integer, String] parameter :wait_for_active_shards: The number of shard copies that must be active before proceeding with the operation. Set to +all+ or any positive integer up to the total number of shards in the index (+number_of_replicas+1+). Server default: 1.
field_caps - Adds boolean parameter :include_empty_fields: If false, empty fields are not included in the response. Server default: true.
get, mget, search - Add boolean parameter :force_synthetic_source: Should this request force synthetic _source? Use this to test if the mapping supports synthetic _source and to get a sense of the worst case performance. Fetches with this enabled will be slower the enabling synthetic source natively in the index.
ml.get_trained_models - Adds [String, Array] parameter :model_id: The unique identifier of the trained model or a model alias. You can get information for multiple trained models in a single API request by using a comma-separated list of model IDs or a wildcard expression.
ml.put_calendar_job Adds [String, Array] parameter :job_id: An identifier for the anomaly detection jobs. It can be a job identifier, a group name, or a comma-separated list of jobs or groups. (Required)
ml.put_trained_model - Adds boolean parameter :wait_for_completion: Whether to wait for all child operations (e.g. model download) to complete.
search_application.search - Adds boolean parameter :typed_keys: Determines whether aggregation names are prefixed by their respective types in the response.
security.get_api_key - Adds boolean parameter :active_only A boolean flag that can be used to query API keys that are currently active. An API key is considered active if it is neither invalidated, nor expired at query time. You can specify this together with other parameters such as owner or name. If active_only is false, the response will include both active and inactive (expired or invalidated) keys. Adds boolean parameter :with_profile_uid: Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists.
security.query_api_keys - Adds boolean parameter :with_profile_uid: Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists. Adds boolean parameter :typed_keys: Determines whether aggregation names are prefixed by their respective types in the response.