OpenSearch/docs/plugins
Nik Everett 35307054ea Add reindex progress indicator
Adds a progress indicator for reindex and update_by_query requests that you
can fetch like so:
```
curl 'localhost:9200/_tasks/*/*byquery*?pretty&detailed'
```

```
{
  "nodes" : {
    "r1A2WoRbTwKZ516z6NEs5A" : {
      "name" : "Tyrannus",
      "transport_address" : "127.0.0.1:9300",
      "host" : "127.0.0.1",
      "ip" : "127.0.0.1:9300",
      "attributes" : {
        "testattr" : "test",
        "portsfile" : "true"
      },
      "tasks" : [ {
        "node" : "r1A2WoRbTwKZ516z6NEs5A",
        "id" : 36619,
        "type" : "transport",
        "action" : "indices:data/write/update/byquery",
        "status" : {       <---------------------------- Status is this
          "total" : 6154,
          "updated" : 3500,
          "created" : 0,
          "deleted" : 0,
          "batches" : 36,
          "version_conflicts" : 0,
          "noops" : 0
        },
        "description" : "update-by-query [test][test]"
      } ]
    }
  }
}
```

The progress is just (updated + created + deleted) / total
2016-02-09 14:49:28 -05:00
..
alerting.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
analysis-icu.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
analysis-kuromoji.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
analysis-phonetic.asciidoc Add support for `daitch_mokotoff` 2015-11-18 15:41:39 +01:00
analysis-smartcn.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
analysis-stempel.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
analysis.asciidoc Update analysis.asciidoc 2016-01-28 13:02:30 +02:00
api.asciidoc Basic reindex and update_by_query 2016-01-13 09:45:49 -05:00
authors.asciidoc Plugins: Remove site plugins 2016-01-16 22:45:37 -08:00
delete-by-query.asciidoc Deprecate the `scan` search type. 2015-08-20 12:47:23 +02:00
discovery-azure.asciidoc Docs: Removed references to java 7 and debian wheezy 2015-09-22 14:23:30 +02:00
discovery-ec2.asciidoc Add seoul endpoints for EC2 discovery and S3 snapshots 2016-01-25 08:46:51 +01:00
discovery-gce.asciidoc Adding backoff from retries on GCE errors 2015-10-19 10:28:08 -07:00
discovery.asciidoc Merge branch 'master' into remove_multicast 2016-02-01 07:25:45 -08:00
index.asciidoc [cloud-azure] Split azure plugin in 3 plugins 2015-09-21 17:55:23 +02:00
ingest-geoip.asciidoc docs: Remove the fact that ingest was a plugin from the docs. 2016-01-26 15:49:47 +01:00
integrations.asciidoc Updated the correct doc for Kafka Consumer 2015-11-17 14:11:03 +01:00
lang-javascript.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
lang-python.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
management.asciidoc Added link to Swagger for Elasticsearch 2015-10-13 21:29:53 +02:00
mapper-attachments.asciidoc Migrate mapper attachements plugin to asciidoc 2015-11-09 15:35:06 +01:00
mapper-murmur3.asciidoc Move the `murmur3` field to a plugin and fix defaults. 2015-08-18 11:41:52 +02:00
mapper-size.asciidoc Docs: Fixed bad link to dynamic scripting 2015-08-15 18:20:14 +02:00
mapper.asciidoc Migrate mapper attachements plugin to asciidoc 2015-11-09 15:35:06 +01:00
plugin-script.asciidoc Migrate mapper attachements plugin to asciidoc 2015-11-09 15:35:06 +01:00
reindex.asciidoc Add reindex progress indicator 2016-02-09 14:49:28 -05:00
repository-azure.asciidoc Add timeout settings (default to 5 minutes) 2015-12-29 11:40:48 +01:00
repository-hdfs.asciidoc Restrict usage to HDFS only 2015-12-20 15:53:18 +02:00
repository-s3.asciidoc Add seoul endpoints for EC2 discovery and S3 snapshots 2016-01-25 08:46:51 +01:00
repository.asciidoc Docs: Removed NSFW link. 2016-01-06 11:01:01 -08:00
scripting.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
security.asciidoc Add Kerberos/SPNEGO Shield custom realm 2015-10-26 13:53:04 +01:00
store-smb.asciidoc [cloud-azure] Split azure plugin in 3 plugins 2015-09-21 17:55:23 +02:00
store.asciidoc [cloud-azure] Split azure plugin in 3 plugins 2015-09-21 17:55:23 +02:00
transport.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00