OpenSearch/docs/reference
Gordon Brown d39956c65c
Remove `indexing_complete` when removing policy (#36620)
Leaving `index.lifecycle.indexing_complete` in place when removing the
lifecycle policy from an index can cause confusion, as if a new policy
is associated with the policy, rollover will be silently skipped.
Removing that setting when removing the policy from an index makes
associating a new policy with the index more involved, but allows ILM to
fail loudly, rather than silently skipping operations which the user may
assume are being performed.

* Adjust order of checks in WaitForRolloverReadyStep

This allows ILM to error out properly for indices that have a valid
alias, but are not the write index, while still handling
`indexing_complete` on old-style aliases and rollover (that is, those
which only point to a single index at a time with no explicit write
index)
2018-12-19 12:11:30 -07:00
..
aggregations Added keyed response to pipeline percentile aggregations 22302 (#36392) 2018-12-14 16:22:54 -05:00
analysis [Docs] Extend common-grams-tokenfilter doctest example (#36807) 2018-12-19 09:49:23 +01:00
cat Make version field names more meaningful (#35334) 2018-11-07 18:36:02 +02:00
ccr [CCR] Add time since last auto follow fetch to auto follow stats (#36542) 2018-12-17 14:14:56 +01:00
cluster Add discovery types to cluster stats (#36442) 2018-12-11 10:35:58 +01:00
commands Fix a variety of typos and misspelled words (#32792) 2018-10-03 18:11:38 +01:00
docs Deprecate types in index API (#36575) 2018-12-18 08:53:49 -05:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
how-to Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
ilm Remove `indexing_complete` when removing policy (#36620) 2018-12-19 12:11:30 -07:00
images DOC: Add SQL section on client applications 2018-09-13 15:44:52 +03:00
index-modules [DOCS] Reworked the shard allocation filtering info. (#36456) 2018-12-11 07:44:57 -08:00
indices SNAPSHOTS: Allow Parallel Restore Operations (#36397) 2018-12-14 11:39:23 +01:00
ingest Add doc's sequence number + primary term to GetResult and use it for updates (#36680) 2018-12-17 15:22:13 +01:00
licensing Deprecate X-Pack centric license endpoints (#35959) 2018-11-28 08:24:35 -05:00
mapping [Geo] Integrate Lucene's LatLonShape (BKD Backed GeoShapes) as default `geo_shape` indexing approach (#36751) 2018-12-18 09:54:56 -06:00
migration Update breaking changes doc with changes to geo_shape defaults 2018-12-19 10:12:31 -06:00
ml Adding more docs for delayed data detection (#36738) 2018-12-18 19:14:18 -06:00
modules Update transport docs and settings for changes (#36786) 2018-12-18 13:09:58 -07:00
monitoring [DOCS] Adds monitoring requirement for ingest node (#36665) 2018-12-17 08:18:11 -08:00
query-dsl Add link to script score query in the top level docs (#36416) 2018-12-19 10:18:53 -05:00
release-notes [DOCS] Edits release note title 2018-12-19 10:26:45 -08:00
rest-api SQL: XPack FeatureSet functionality (#35725) 2018-11-26 07:11:43 +02:00
rollup Re-deprecate xpack rollup endpoints (#36451) 2018-12-11 19:43:17 -05:00
search [DOCS] Adds missing anchors for profile API 2018-12-18 15:20:19 -08:00
security [DOCS] Fixes broken links to tcp_tranport_profiles 2018-12-18 14:43:58 -08:00
settings Update transport docs and settings for changes (#36786) 2018-12-18 13:09:58 -07:00
setup Update transport docs and settings for changes (#36786) 2018-12-18 13:09:58 -07:00
sql SQL: Introduce HISTOGRAM grouping function (#36510) 2018-12-14 18:20:37 +02:00
testing [Docs] Remove repeating words (#33087) 2018-08-28 13:16:43 +02:00
upgrade [DOCS] Adds TLS warning to rolling upgrades (#35841) 2018-11-28 09:38:58 -08:00
aggregations.asciidoc [Docs] Update aggregations.asciidoc (#29265) 2018-03-28 15:01:45 +02:00
analysis.asciidoc [Docs] Add clarification to analysis example (#31826) 2018-07-06 14:36:58 +02:00
api-conventions.asciidoc [DOCS] Synchronizes captialization in top-level titles (#33605) 2018-09-27 08:36:18 -07:00
cat.asciidoc Rename the bulk thread pool to write thread pool (#29593) 2018-04-19 08:18:58 -04:00
cluster.asciidoc Update docs for node specifications (#30468) 2018-08-20 14:21:31 +01:00
docs.asciidoc
frozen-indices.asciidoc Explicitly recommend to forceMerge before freezing (#36376) 2018-12-07 23:38:35 +01:00
getting-started.asciidoc Add doc's sequence number + primary term to GetResult and use it for updates (#36680) 2018-12-17 15:22:13 +01:00
glossary.asciidoc Default to one shard (#30539) 2018-05-14 12:22:35 -04:00
gs-index.asciidoc
how-to.asciidoc
index-modules.asciidoc ingest: document index.default_pipeline (#34500) 2018-10-23 13:49:25 -05:00
index.asciidoc Add a `_freeze` / `_unfreeze` API (#35592) 2018-11-20 08:03:24 +01:00
index.x.asciidoc [DOCS] Removes redundant index.asciidoc files (#30707) 2018-05-18 11:05:40 -07:00
indices.asciidoc
ingest.asciidoc ingest: document index.default_pipeline (#34500) 2018-10-23 13:49:25 -05:00
mapping.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
modules.asciidoc Fix name of remote clusters reference 2018-10-20 11:18:27 -04:00
query-dsl.asciidoc
redirects.asciidoc Upgrade to a Lucene 8 snapshot (#33310) 2018-09-06 14:42:06 +02:00
release-notes.asciidoc [DOCS] Adds placeholder for alpha2 release notes 2018-12-11 14:26:41 -08:00
search.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
setup.asciidoc [DOCS] Starting Elasticsearch (#31701) 2018-07-03 13:40:37 -07:00
testing.asciidoc
upgrade.asciidoc Revert "[DOCS] Added 6.3 info & updated the upgrade table. (#30940)" 2018-06-11 22:04:36 -04:00