Nhat
c7ce5a07f2
Add size-based condition to the index rollover API ( #27160 )
...
This is to add a max_size condition to the index rollover API. We use
a totalSizeInBytes from DocsStats to evaluate this condition.
Closes #27004
2017-11-04 19:51:48 -04:00
Himanshu Bhandoh
c53a2b870e
Fixing typo in spelling of rollover ( #24146 )
...
rolllover -> rollover
2017-04-17 21:31:11 -04:00
Jason Tedor
2713549533
Use reader for doc stats
...
Today we try to pull stats from index writer but we do not get a
consistent view of stats. Under heavy indexing, this inconsistency can
be very skewed indeed. In particular, it can lead to the number of
deleted docs being reported as negative and this leads to serialization
issues. Instead, we should provide a consistent view of the stats by
using an index reader.
Relates #22317
2016-12-23 09:44:56 -05:00
Jeffery Bradberry
9322c4fe62
The alias is switched to point to the new index ( #21512 )
...
If the index satisfies the specified conditions then a new index is created and the alias is switched to point to the new index.
2016-11-19 16:47:39 +01:00
Clinton Gormley
860efb2ad2
Replace all index date-math examples with the URI encoded form
...
Closes #21454
2016-11-10 12:23:19 +01:00
Clinton Gormley
ef2453360e
Fixed rollover docs test for date math indices
2016-11-03 13:48:34 +01:00
Clinton Gormley
6902eafbfe
Specify date math with URI encoding in rollover API docs
...
Closes #21181
2016-11-03 10:48:50 +01:00
Clinton Gormley
43ad8de75b
Fixed typo in index rollover docs
...
Closes #20935
2016-10-17 17:56:54 +02:00
Clinton Gormley
eb62f90578
Document date math use in the rollover API ( #20780 )
...
* Document date math use in the rollover API
Relates to #20709
2016-10-07 15:49:28 +02:00
Clinton Gormley
4885709e10
Update rollover-index.asciidoc
...
Fixed weirdly formatted callouts in rollover docs
2016-09-02 16:08:34 +02:00
Nik Everett
c8b984aee9
Add CONSOLE to more docs
...
Relates to #18160
2016-09-01 17:08:18 -04:00
Ali Beyad
a21dd80f1b
Documentation changes for wait_for_active_shards ( #19581 )
...
Documentation changes and migration doc changes for introducing
wait_for_active_shards and removing write consistency level.
Closes #19581
2016-08-02 09:15:01 -04:00
Areek Zillur
4e3602a790
Add zero-padding to auto-generated rollover index name increment
...
closes #19484
2016-07-27 10:50:47 -04:00
debadair
084b35c08b
Docs: Fixed code callout error.
2016-06-17 14:31:03 -07:00
Areek Zillur
615920df2e
update docs
2016-06-17 00:03:38 -04:00
Areek Zillur
eb9b4437b2
update docs
2016-06-15 14:57:17 -04:00
Areek Zillur
41d31541a6
Allow users to override the name for the rollover index
2016-06-09 13:43:19 -04:00
Areek Zillur
a9f24ea2dc
fail rollover request if rollover index already exists
2016-06-09 12:38:12 -04:00
Areek Zillur
9027e8a719
renamed simulated mode to dry_run mode
2016-06-09 11:55:10 -04:00
Areek Zillur
94a7978ef6
add documentation
2016-06-08 18:38:02 -04:00