David Pilato
4bffdbfafc
[doc] fix cross link between core and plugins doc
...
For ec2 and s3
2015-09-03 12:11:58 +02:00
David Pilato
30aa231f8e
[plugin] split cloud-aws in repository-s3 and discovery-ec2
...
Until now we had a cloud-aws plugin which is providing 2 disctinct features:
* discovery on EC2
* snapshot/restore on S3
This commit splits the plugin by feature so people can use either one or the other or both features.
Doc is updated accordingly.
2015-09-03 11:12:20 +02:00
Igor Motov
2b87d7d919
Add `readonly` option for repositories
...
Closes #7831
Closes #11753
2015-08-27 18:21:29 -04:00
Jason Tedor
a0243200e0
Fix a documentation typo and a code comment typo to path.repo
2015-08-19 22:14:50 -04:00
Jason Tedor
f3c7bf0936
Fix documentation typo to path.repo for UNC path example
...
Closes #13008
2015-08-19 21:55:32 -04:00
Clinton Gormley
c6c3a40cb6
Docs: Updated annotations for 2.0.0-beta1
2015-08-14 10:51:09 +02:00
Igor Motov
bec07a7eb5
Add an examples of using UNC path in path.repo
...
Closes #12665
2015-08-12 12:33:07 -04:00
Igor Motov
24a93840d5
Add url repository whitelist
...
Require urls for URL repository to be listed in repositories.url.allowed_urls setting. This change ensures that only authorized URLs can be accessed by elasticsearch
2015-07-14 18:38:26 -04:00
Clinton Gormley
2b512f1f29
Docs: Use "js" instead of "json" and "sh" instead of "shell" for source highlighting
2015-07-14 18:14:09 +02:00
Clinton Gormley
e8d5b8ce4b
Convert curl examples to Sense for snapshot restore
...
Closes #11537
Conflicts:
docs/reference/modules/snapshots.asciidoc
2015-06-19 18:08:04 +02:00
Igor Motov
93beea1f67
Snapshot/Restore: Move in-progress snapshot and restore information from custom metadata to custom cluster state part
...
Information about in-progress snapshot and restore processes is not really metadata and should be represented as a part of the cluster state similar to discovery nodes, routing table, and cluster blocks. Since in-progress snapshot and restore information is no longer part of metadata, this refactoring also enables us to handle cluster blocks in more consistent manner and allow creation of snapshots of a read-only cluster.
Closes #8102
2015-06-11 15:21:18 -04:00
Igor Motov
dd41c68741
Snapshot/Restore: fix FSRepository location configuration
...
Closes #11068
2015-05-20 22:14:31 -04:00
Igor Motov
d6efe1e508
Docs: Add information about restoring to a different cluster
2015-05-12 20:59:24 -04:00
Tanguy Leroux
eeec90be79
[DOCS] Add verify parameter to snapshot documentation
...
Add verify parameter to snapshot documentation and remove 'verify' setting at FS repository level (not supported)
2015-04-02 14:23:31 +02:00
Michael McCandless
34b397597c
Core: increase default rate limiting for snapshot, restore and recovery to 40 MB/sec
...
This also fixes a possible issue that may cause over-throttling when
there are many small files being copied, which should be rare.
Closed #10185
2015-03-20 16:09:42 -04:00
IsaacHaze
ee163e570b
Docs: Update snapshots.asciidoc
...
Adds more determiners.
Closes #9673
2015-02-27 20:42:12 +01:00
Igor Motov
c5ebdf11bb
Snapshot/Restore: add ability to retrieve currently running snapshots
...
Together with #8782 it should help in the situations simliar to #8887 by adding an ability to get information about currently running snapshot without accessing the repository itself.
Closes #8887
2015-02-25 11:06:32 -05:00
Clinton Gormley
eea22d7731
Docs: Fixed asciidoc error in snapshots.asciidoc
2015-01-29 20:57:12 +01:00
J Charitopoulos
be8d8d658c
Docs: minor syntax
...
Closes #9481
2015-01-29 20:27:20 +01:00
J Charitopoulos
b359520849
Docs: Update snapshots.asciidoc
...
minor syntax
Closes #9457
2015-01-28 15:54:13 +01:00
Igor Motov
c0da353ef5
Snapshot/Restore: add support for changing index settings during restore process
...
Closes #7887
2015-01-20 15:49:47 -05:00
Peter Johnson a.k.a. insertcoffee
4b5e6b2de0
[docs] pedantry
...
Closes #8982
2014-12-17 13:46:39 +01:00
Clinton Gormley
cff544dcc2
Docs: Removed old coming/added tags
2014-11-10 14:41:24 +01:00
Peter Dyson
b984cb771f
Docs: Provide example of deleting a repository
...
Example of deleting a repository with explanation that snapshots themselves are left untouched.
Closes #8172
2014-10-21 10:10:03 +02:00
Igor Motov
45d3842214
Docs: clarify wait_for_completion flag in snapshot documentation
...
Closes #7952
2014-10-08 08:43:06 -04:00
Igor Motov
2359e33b1e
Docs: fix formatting in snapshots documentation
2014-10-07 12:33:21 -04:00
Igor Motov
555bfcb02b
[SNAPSHOT] Add repository validation
...
Fixes #7096
2014-10-07 10:50:16 -04:00
Paul Pearcy
336ef4d468
Clarify s3 snapshot compress behavior
...
Clarify s3 snapshot compress behavior only applies to metadata and no index files.
Closes #7654
2014-09-28 11:11:19 +02:00
Clinton Gormley
cb00d4a542
Docs: Removed all the added/deprecated tags from 1.x
2014-09-26 21:04:42 +02:00
Carsten Brandt
6a6c45e2d0
Docs: Update snapshots.asciidoc
...
Added a link so you directly get to the page that tells how to open/close an index.
Closes #7286
2014-08-18 13:04:25 +02:00
Simon Willnauer
5bfea56457
[DOCS] move all coming tags to added in master
2014-07-23 16:37:19 +02:00
Peter Kim
6a25d9b7b5
[DOCS] Fixed typos
2014-07-17 15:25:34 -04:00
Igor Motov
60b317caa4
Snapshot/Restore: Add ability to restore indices without their aliases
...
Closes #6457
2014-07-13 17:52:41 +09:00
Igor Motov
1425e28639
Add ability to restore partial snapshots
...
Closes #5742
2014-06-30 20:18:02 -04:00
Igor Motov
56a264cf6d
[DOCS] Snapshot/restore: add more information about snapshot and restore monitoring
2014-06-11 20:52:45 -04:00
Igor Motov
91c7892305
Add ability to snapshot replicating primary shards
...
This change adds a new cluster state that waits for the replication of a shard to finish before starting snapshotting process. Because this change adds a new snapshot state, an pre-1.2.0 nodes will not be able to join the 1.2.0 cluster that is currently running snapshot/restore operation.
Closes #5531
2014-05-20 08:57:21 -04:00
Igor Motov
c20713530d
Switch to shared thread pool for all snapshot repositories
...
Closes #6181
2014-05-16 19:03:15 -04:00
Clinton Gormley
b331aa1670
[DOCS] Changed coming[1.1.0] to added in snapshot status
2014-05-13 11:19:28 +02:00
Igor Motov
4c3027729e
[DOCS] Make snapshot repository examples consistent
2014-04-16 17:28:43 -04:00
Peter Dyson
f8537183b9
[DOCS] update old status of plugins
2014-04-13 20:18:19 -04:00
Peter Dyson
233279bb64
[DOCS] Fixed typo
2014-04-04 17:37:56 +02:00
Igor Motov
3414deb215
[DOCS] Mark snapshot status API as coming in 1.1.0
2014-03-24 21:55:19 -04:00
Igor Motov
a1192044f2
Add ability to get snapshot status for running snapshots
...
Closes #4946
2014-03-17 20:13:49 -04:00
David Pilato
0805c01984
[DOCS] Add Azure storage repositories
2014-03-17 19:40:28 +01:00
Igor Motov
02ebe33758
[DOCS] Fix typo in rename_pattern in snapshot/restore documentation
2014-02-11 09:23:07 -05:00
Costin Leau
f5a8de6321
[DOCS] organize a bit the repository plugins
...
(cherry picked from commit 88e1c20c4581885db7e5e65edf7eb3629c2d31ca)
2014-02-06 19:01:58 +02:00
David Pilato
8b1a6fc5b6
Add S3 and HDFS repositories
2014-02-05 17:53:37 +01:00
Igor Motov
2755eecf65
Add throttling to snaphost and restore operations
...
Closes #4855
2014-01-29 10:33:59 -05:00
Igor Motov
4643f78098
[DOCS] Add documentation for URL repository
2014-01-15 13:13:16 -05:00
Igor Motov
b987615f5e
Improve support for partial snapshots
...
Fixes #4701 . Changes behavior of the snapshot operation. The operation now fails if not all primary shards are available at the beginning of the snapshot operation. The restore operation no longer tries to restore indices with shards that failed or were missing during snapshot operation.
2014-01-13 16:59:21 -05:00