OpenSearch/client
Nik Everett 2087234d74 Timeout improvements for rest client and reindex (#21741)
Changes the default socket and connection timeouts for the rest
client from 10 seconds to the more generous 30 seconds.

Defaults reindex-from-remote to those timeouts and make the
timeouts configurable like so:
```
POST _reindex
{
  "source": {
    "remote": {
      "host": "http://otherhost:9200",
      "socket_timeout": "1m",
      "connect_timeout": "10s"
    },
    "index": "source",
    "query": {
      "match": {
        "test": "data"
      }
    }
  },
  "dest": {
    "index": "dest"
  }
}
```

Closes #21707
2016-12-05 10:54:51 -05:00
..
benchmark Remove `modules/transport_netty_3` in favor of `netty_4` (#21590) 2016-11-17 12:44:42 +01:00
client-benchmark-noop-api-plugin Remove subrequests method from CompositeIndicesRequest (#21873) 2016-11-30 15:03:58 +01:00
rest Timeout improvements for rest client and reindex (#21741) 2016-12-05 10:54:51 -05:00
sniffer Upgrade to lucene-6.3.0-snapshot-ed102d6 (#21150) 2016-10-28 14:47:15 +02:00
test Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00
transport Add a HostFailureListener to notify client code if a node got disconnected (#21709) 2016-11-22 20:46:28 +01:00