From c090af177a36a52d10b037bfa6a3033b2b9fc283 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Thu, 13 Jan 2022 17:10:56 -0500 Subject: [PATCH] [DOCS] Remove 8.x refs (#82580) (#82583) Removes 8.x refs from the snapshot compatibility matrix. (cherry picked from commit 2dcf6b34b6c77f2daf6eb9181699ba81faead0eb) --- docs/reference/snapshot-restore/index.asciidoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/reference/snapshot-restore/index.asciidoc b/docs/reference/snapshot-restore/index.asciidoc index 245caed4fb3cc..b261df3bbfde2 100644 --- a/docs/reference/snapshot-restore/index.asciidoc +++ b/docs/reference/snapshot-restore/index.asciidoc @@ -72,15 +72,15 @@ index or a data stream's backing indices. This means that snapshots can only be The following table indicates snapshot compatibility between versions. The first column denotes the base version that you can restore snapshots from. // tag::snapshot-compatibility-matrix[] -[cols="6"] +[cols="5"] |=== -| 5+^h| Cluster version -^h| Snapshot version ^| 2.x ^| 5.x ^| 6.x ^| 7.x ^| 8.x -^| *1.x* -> ^|{yes-icon} ^|{no-icon} ^|{no-icon} ^|{no-icon} ^|{no-icon} -^| *2.x* -> ^|{yes-icon} ^|{yes-icon} ^|{no-icon} ^|{no-icon} ^|{no-icon} -^| *5.x* -> ^|{no-icon} ^|{yes-icon} ^|{yes-icon} ^|{no-icon} ^|{no-icon} -^| *6.x* -> ^|{no-icon} ^|{no-icon} ^|{yes-icon} ^|{yes-icon} ^|{no-icon} -^| *7.x* -> ^|{no-icon} ^|{no-icon} ^|{no-icon} ^|{yes-icon} ^|{yes-icon} +| 4+^h| Cluster version +^h| Snapshot version ^| 2.x ^| 5.x ^| 6.x ^| 7.x +^| *1.x* -> ^|{yes-icon} ^|{no-icon} ^|{no-icon} ^|{no-icon} +^| *2.x* -> ^|{yes-icon} ^|{yes-icon} ^|{no-icon} ^|{no-icon} +^| *5.x* -> ^|{no-icon} ^|{yes-icon} ^|{yes-icon} ^|{no-icon} +^| *6.x* -> ^|{no-icon} ^|{no-icon} ^|{yes-icon} ^|{yes-icon} +^| *7.x* -> ^|{no-icon} ^|{no-icon} ^|{no-icon} ^|{yes-icon} |=== // end::snapshot-compatibility-matrix[]