[DOCS] Change http://elastic.co -> https (#48479) (#51812)

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
This commit is contained in:
James Rodewig 2020-02-03 09:50:11 -05:00 committed by GitHub
parent 4083eae0b7
commit 4ea7297e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
60 changed files with 91 additions and 91 deletions

View File

@ -192,7 +192,7 @@ In order to play with the distributed nature of Elasticsearch, simply bring more
=== Where to go from here?
We have just covered a very small portion of what Elasticsearch is all about. For more information, please refer to the http://www.elastic.co/products/elasticsearch[elastic.co] website. General questions can be asked on the https://discuss.elastic.co[Elastic Forum] or https://ela.st/slack[on Slack]. The Elasticsearch GitHub repository is reserved for bug reports and feature requests only.
We have just covered a very small portion of what Elasticsearch is all about. For more information, please refer to the https://www.elastic.co/products/elasticsearch[elastic.co] website. General questions can be asked on the https://discuss.elastic.co[Elastic Forum] or https://ela.st/slack[on Slack]. The Elasticsearch GitHub repository is reserved for bug reports and feature requests only.
=== Building from Source

View File

@ -84,7 +84,7 @@ subprojects {
Node developer = node.appendNode('developers').appendNode('developer')
developer.appendNode('name', 'Elastic')
developer.appendNode('url', 'http://www.elastic.co')
developer.appendNode('url', 'https://www.elastic.co')
}
}
}

View File

@ -257,7 +257,7 @@ public final class MachineLearningClient {
* Deletes expired data from Machine Learning Jobs
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-expired-data.html">ML Delete Expired Data
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-expired-data.html">ML Delete Expired Data
* documentation</a>
*
* @param request The request to delete expired ML data
@ -278,7 +278,7 @@ public final class MachineLearningClient {
* Deletes expired data from Machine Learning Jobs asynchronously and notifies the listener on completion
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-expired-data.html">ML Delete Expired Data
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-expired-data.html">ML Delete Expired Data
* documentation</a>
* @param request The request to delete expired ML data
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@ -299,7 +299,7 @@ public final class MachineLearningClient {
* Deletes the given Machine Learning Job
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-job.html">ML Delete job documentation</a>
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-job.html">ML Delete job documentation</a>
*
* @param request The request to delete the job
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@ -319,7 +319,7 @@ public final class MachineLearningClient {
* Deletes the given Machine Learning Job asynchronously and notifies the listener on completion
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-job.html">ML Delete Job documentation</a>
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-job.html">ML Delete Job documentation</a>
*
* @param request The request to delete the job
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@ -558,7 +558,7 @@ public final class MachineLearningClient {
* Deletes Machine Learning Model Snapshots
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-snapshot.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-snapshot.html">
* ML Delete Model Snapshot documentation</a>
*
* @param request The request to delete the model snapshot
@ -578,7 +578,7 @@ public final class MachineLearningClient {
* Deletes Machine Learning Model Snapshots asynchronously and notifies the listener on completion
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-snapshot.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-snapshot.html">
* ML Delete Model Snapshot documentation</a>
*
* @param request The request to delete the model snapshot
@ -600,7 +600,7 @@ public final class MachineLearningClient {
* Reverts to a particular Machine Learning Model Snapshot
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-revert-snapshot.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-revert-snapshot.html">
* ML Revert Model Snapshot documentation</a>
*
* @param request The request to revert to a previous model snapshot
@ -620,7 +620,7 @@ public final class MachineLearningClient {
* Reverts to a particular Machine Learning Model Snapshot asynchronously and notifies the listener on completion
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-revert-snapshot.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-revert-snapshot.html">
* ML Revert Model Snapshot documentation</a>
*
* @param request The request to revert to a previous model snapshot
@ -766,7 +766,7 @@ public final class MachineLearningClient {
* Deletes the given Machine Learning Datafeed
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-datafeed.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-datafeed.html">
* ML Delete Datafeed documentation</a>
*
* @param request The request to delete the datafeed
@ -786,7 +786,7 @@ public final class MachineLearningClient {
* Deletes the given Machine Learning Datafeed asynchronously and notifies the listener on completion
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-datafeed.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-datafeed.html">
* ML Delete Datafeed documentation</a>
*
* @param request The request to delete the datafeed
@ -808,7 +808,7 @@ public final class MachineLearningClient {
* Starts the given Machine Learning Datafeed
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-datafeed.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-datafeed.html">
* ML Start Datafeed documentation</a>
*
* @param request The request to start the datafeed
@ -828,7 +828,7 @@ public final class MachineLearningClient {
* Starts the given Machine Learning Datafeed asynchronously and notifies the listener on completion
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-datafeed.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-datafeed.html">
* ML Start Datafeed documentation</a>
*
* @param request The request to start the datafeed
@ -850,7 +850,7 @@ public final class MachineLearningClient {
* Stops the given Machine Learning Datafeed
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-stop-datafeed.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-stop-datafeed.html">
* ML Stop Datafeed documentation</a>
*
* @param request The request to stop the datafeed
@ -870,7 +870,7 @@ public final class MachineLearningClient {
* Stops the given Machine Learning Datafeed asynchronously and notifies the listener on completion
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-stop-datafeed.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-stop-datafeed.html">
* ML Stop Datafeed documentation</a>
*
* @param request The request to stop the datafeed
@ -912,7 +912,7 @@ public final class MachineLearningClient {
* Previews the given Machine Learning Datafeed
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html">
* ML Preview Datafeed documentation</a>
*
* @param request The request to preview the datafeed
@ -955,7 +955,7 @@ public final class MachineLearningClient {
* Previews the given Machine Learning Datafeed asynchronously and notifies the listener on completion
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html">
* ML Preview Datafeed documentation</a>
*
* @param request The request to preview the datafeed
@ -1792,7 +1792,7 @@ public final class MachineLearningClient {
* Deletes the given Machine Learning filter
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-filter.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-filter.html">
* ML Delete Filter documentation</a>
*
* @param request The request to delete the filter
@ -1812,7 +1812,7 @@ public final class MachineLearningClient {
* Deletes the given Machine Learning filter asynchronously and notifies the listener on completion
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-filter.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-filter.html">
* ML Delete Filter documentation</a>
*
* @param request The request to delete the filter
@ -1834,7 +1834,7 @@ public final class MachineLearningClient {
* Gets Machine Learning information about default values and limits.
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/get-ml-info.html">Machine Learning info</a>
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-ml-info.html">Machine Learning info</a>
*
* @param request The request of Machine Learning info
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@ -1853,7 +1853,7 @@ public final class MachineLearningClient {
* Gets Machine Learning information about default values and limits, asynchronously.
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/get-ml-info.html">Machine Learning info</a>
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-ml-info.html">Machine Learning info</a>
*
* @param request The request of Machine Learning info
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@ -1873,7 +1873,7 @@ public final class MachineLearningClient {
* Finds the structure of a file
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-find-file-structure.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-find-file-structure.html">
* ML Find File Structure documentation</a>
*
* @param request The find file structure request
@ -1893,7 +1893,7 @@ public final class MachineLearningClient {
* Finds the structure of a file asynchronously and notifies the listener on completion
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-find-file-structure.html">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-find-file-structure.html">
* ML Find File Structure documentation</a>
*
* @param request The find file structure request
@ -1915,7 +1915,7 @@ public final class MachineLearningClient {
* Sets the ML cluster setting upgrade_mode
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-set-upgrade-mode.html">Set Upgrade Mode</a>
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-set-upgrade-mode.html">Set Upgrade Mode</a>
*
* @param request The request to set upgrade mode
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@ -1934,7 +1934,7 @@ public final class MachineLearningClient {
* Sets the ML cluster setting upgrade_mode asynchronously
* <p>
* For additional info
* see <a href="http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-set-upgrade-mode.html">Set Upgrade Mode</a>
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-set-upgrade-mode.html">Set Upgrade Mode</a>
*
* @param request The request of Machine Learning info
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized

View File

@ -1,6 +1,6 @@
[Unit]
Description=Elasticsearch
Documentation=http://www.elastic.co
Documentation=https://www.elastic.co
Wants=network-online.target
After=network-online.target

View File

@ -8,7 +8,7 @@ matching certain criteria determined by the <<discovery-ec2-usage,plugin
settings>>.
*If you are looking for a hosted solution of {es} on AWS, please visit
http://www.elastic.co/cloud.*
https://www.elastic.co/cloud.*
:plugin_name: discovery-ec2
include::install_remove.asciidoc[]
@ -285,7 +285,7 @@ you to set `discovery.seed_providers: ec2`. However they do require that the
This section contains some other information about designing and managing an
{es} cluster on your own AWS infrastructure. If you would prefer to avoid these
operational details then you may be interested in a hosted {es} installation
available on AWS-based infrastructure from http://www.elastic.co/cloud.
available on AWS-based infrastructure from https://www.elastic.co/cloud.
===== Storage

View File

@ -13,7 +13,7 @@ one of the <<discovery,cloud discovery plugins>>.
[role="exclude",id="cloud-aws"]
=== AWS Cloud Plugin
Looking for a hosted solution for Elasticsearch on AWS? Check out http://www.elastic.co/cloud.
Looking for a hosted solution for Elasticsearch on AWS? Check out https://www.elastic.co/cloud/.
The Elasticsearch `cloud-aws` plugin has been split into two separate plugins:

View File

@ -5,7 +5,7 @@ The S3 repository plugin adds support for using AWS S3 as a repository for
{ref}/modules-snapshots.html[Snapshot/Restore].
*If you are looking for a hosted solution of Elasticsearch on AWS, please visit
http://www.elastic.co/cloud.*
https://www.elastic.co/cloud/.*
:plugin_name: repository-s3
include::install_remove.asciidoc[]

View File

@ -22,10 +22,10 @@ improvements throughout this page to provide the full context.
If youre interested in more on how we approach ensuring resiliency in
Elasticsearch, you may be interested in Igor Motovs recent talk
http://www.elastic.co/videos/improving-elasticsearch-resiliency[Improving Elasticsearch Resiliency].
https://www.elastic.co/videos/improving-elasticsearch-resiliency[Improving Elasticsearch Resiliency].
You may also be interested in our blog post
http://www.elastic.co/blog/resiliency-elasticsearch[Resiliency in Elasticsearch],
https://www.elastic.co/blog/resiliency-elasticsearch[Resiliency in Elasticsearch],
which details our thought processes when addressing resiliency in both
Elasticsearch and the work our developers do upstream in Apache Lucene.

View File

@ -4,13 +4,13 @@ This repository contains a collection of JSON files which describe the [Elastics
Their purpose is to formalize and standardize the API, to facilitate development of libraries and integrations.
Example for the ["Create Index"](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html) API:
Example for the ["Create Index"](https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html) API:
```json
{
"indices.create": {
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html"
},
"stability": "stable",
"url":{

View File

@ -163,7 +163,7 @@ public class ClientYamlSuiteRestApiParserTests extends AbstractClientYamlTestFra
private static final String REST_SPEC_COUNT_API = "{\n" +
" \"count\":{\n" +
" \"documentation\":{\n" +
" \"url\":\"http://www.elastic.co/guide/en/elasticsearch/reference/master/search-count.html\",\n" +
" \"url\":\"https://www.elastic.co/guide/en/elasticsearch/reference/master/search-count.html\",\n" +
" \"description\":\"Returns number of documents matching a query.\"\n" +
" },\n" +
" \"stability\": \"stable\",\n" +
@ -224,7 +224,7 @@ public class ClientYamlSuiteRestApiParserTests extends AbstractClientYamlTestFra
private static final String REST_SPEC_GET_TEMPLATE_API = "{\n" +
" \"indices.get_template\":{\n" +
" \"documentation\":{\n" +
" \"url\":\"http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html\",\n" +
" \"url\":\"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html\",\n" +
" \"description\":\"Returns an index template.\"\n" +
" },\n" +
" \"stability\": \"stable\",\n" +
@ -256,7 +256,7 @@ public class ClientYamlSuiteRestApiParserTests extends AbstractClientYamlTestFra
private static final String REST_SPEC_INDEX_API = "{\n" +
" \"index\":{\n" +
" \"documentation\":{\n" +
" \"url\":\"http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html\",\n" +
" \"url\":\"https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html\",\n" +
" \"description\":\"Creates or updates a document in an index.\"\n" +
" },\n" +
" \"stability\": \"stable\",\n" +

View File

@ -114,7 +114,7 @@ public class ClientYamlSuiteRestApiTests extends ESTestCase {
private static final String REST_SPEC_API = "{\n" +
" \"index\":{\n" +
" \"documentation\":{\n" +
" \"url\":\"http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html\",\n" +
" \"url\":\"https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html\",\n" +
" \"description\":\"Creates or updates a document in an index.\"\n" +
" },\n" +
" \"stability\":\"stable\",\n" +

View File

@ -19,5 +19,5 @@ instead through `es.net.ssl.keystore.location` and `es.net.truststore.location`
For secured transport, enable SSL/TLS through the `es.net.ssl` property by
setting it to `true`. Depending on your SSL configuration (keystore, truststore, etc...)
you might need to set other parameters as well - please refer to the
http://www.elastic.co/guide/en/elasticsearch/hadoop/current/configuration.html[ES-Hadoop] documentation,
https://www.elastic.co/guide/en/elasticsearch/hadoop/current/configuration.html[ES-Hadoop] documentation,
specifically the `Configuration` and `Security` chapters.

View File

@ -56,6 +56,6 @@ specific clients, refer to:
* {jsclient-current}/auth-reference.html[JavaScript]
* https://www.elastic.co/guide/en/elasticsearch/client/net-api/master/configuration-options.html[.NET]
* https://metacpan.org/pod/Search::Elasticsearch::Cxn::HTTPTiny#CONFIGURATION[Perl]
* http://www.elastic.co/guide/en/elasticsearch/client/php-api/master/security.html[PHP]
* https://www.elastic.co/guide/en/elasticsearch/client/php-api/master/security.html[PHP]
* https://elasticsearch-py.readthedocs.io/en/master/#ssl-and-authentication[Python]
* https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport#authentication[Ruby]

View File

@ -1,7 +1,7 @@
{
"ccr.forget_follower":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-forget-follower.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ccr.unfollow":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-unfollow.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"migration.deprecations":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/migration-api-deprecation.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/migration-api-deprecation.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.close_job":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-close-job.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-close-job.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.delete_data_frame_analytics":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/delete-dfanalytics.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-dfanalytics.html"
},
"stability":"experimental",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.delete_datafeed":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-datafeed.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-datafeed.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.delete_forecast":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-forecast.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-forecast.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.delete_job":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-job.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-job.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.delete_model_snapshot":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-snapshot.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-snapshot.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.evaluate_data_frame":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/evaluate-dfanalytics.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/evaluate-dfanalytics.html"
},
"stability":"experimental",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.find_file_structure":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-find-file-structure.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-find-file-structure.html"
},
"stability":"experimental",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.flush_job":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-flush-job.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-flush-job.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_buckets":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-bucket.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-bucket.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_categories":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-category.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-category.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_data_frame_analytics":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics.html"
},
"stability":"experimental",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_data_frame_analytics_stats":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html"
},
"stability":"experimental",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_datafeed_stats":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed-stats.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed-stats.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_datafeeds":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_influencers":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-influencer.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-influencer.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_job_stats":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-stats.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-stats.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_jobs":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_model_snapshots":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-snapshot.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-snapshot.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_overall_buckets":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-overall-buckets.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-overall-buckets.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.get_records":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-record.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-record.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.open_job":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-open-job.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-open-job.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.post_data":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-post-data.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-post-data.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.preview_datafeed":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.put_data_frame_analytics":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/put-dfanalytics.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/put-dfanalytics.html"
},
"stability":"experimental",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.put_datafeed":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-datafeed.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-datafeed.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.put_job":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-job.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-job.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.revert_model_snapshot":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-revert-snapshot.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-revert-snapshot.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.set_upgrade_mode":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-set-upgrade-mode.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-set-upgrade-mode.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.start_data_frame_analytics":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/start-dfanalytics.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/start-dfanalytics.html"
},
"stability":"experimental",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.start_datafeed":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-datafeed.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-datafeed.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.stop_data_frame_analytics":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/stop-dfanalytics.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/stop-dfanalytics.html"
},
"stability":"experimental",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.stop_datafeed":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-stop-datafeed.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-stop-datafeed.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.update_datafeed":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-datafeed.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-datafeed.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.update_job":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-job.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-job.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"ml.update_model_snapshot":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-snapshot.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-snapshot.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"watcher.ack_watch":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-ack-watch.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-ack-watch.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"watcher.delete_watch":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-delete-watch.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-delete-watch.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"watcher.execute_watch":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-execute-watch.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-execute-watch.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"watcher.get_watch":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-get-watch.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-get-watch.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"watcher.put_watch":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-put-watch.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-put-watch.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"watcher.start":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-start.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-start.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"watcher.stats":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-stats.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-stats.html"
},
"stability":"stable",
"url":{

View File

@ -1,7 +1,7 @@
{
"watcher.stop":{
"documentation":{
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-stop.html"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-stop.html"
},
"stability":"stable",
"url":{