Commit graph

9 commits

Author SHA1 Message Date
Tyler Smalley 4ae2610765
Uses inline script for re-index (#14982)
While still working in 6.0, this has improved backwards compatibility with ES 5.x.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-12-01 12:59:09 -08:00
Tyler Smalley 9ba63d1b1a
Revert "[docs] Enforce a single type for migrated Kibana index (#14884) (#14962)
index.mapping.single_type is only available in 5.6
2017-11-15 13:28:58 -08:00
Court Ewing 628d0cd194 docs: fix erroneous references to es-ref 2017-11-13 20:26:32 -05:00
Tyler Smalley 6355b12a46
[docs] Enforce a single type for migrated Kibana index (#14884)
This prevents users from using tools which insert dashboards/visualizations directly into the index, which would cause Kibana to stop functioning.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-11-13 14:39:44 -08:00
Tyler Smalley 9b1ae201b6
Notice regarding index.format in manual re-index steps (#14828)
This setting is not available until 5.6. Users are technically able to re-index against a previous version. If a user manually migrates their index without this setting and visits the Upgrade Assistant in 5.6, Kibana will still be shown as needing to be re-indexed, however it will fail with "Index .kibana-6 already exists. There may be an unfinished task reindexing to this index, or this index may have not been cleaned up previously."

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-11-09 10:26:24 -08:00
Tyler Smalley 40d95e4ee8 Sets index.mapper.dynamic: false for new migrated index (#14006)
We must ensure errors produced when multiple types are used in order to fall back tothe v6 format of a single type

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-09-14 17:32:58 -07:00
Court Ewing 96a25b6aea Revert "Links Upgrade Assistant (#13893)"
This reverts commit 572917b908.

Docs links in the reverted commit are invalid and were breaking docs
builds.
2017-09-07 21:51:12 -04:00
Tyler Smalley 572917b908 Links Upgrade Assistant (#13893)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-09-07 15:15:41 -07:00
Tyler Smalley 220b39f7ec [docs] Manually migrating Kibana index (#13696)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-08-30 20:52:30 -07:00