Browse Source

[DOCS] Adds more frozen index anchors

lcawl 6 years ago
parent
commit
9a45612750
1 changed files with 4 additions and 1 deletions
  1. 4 1
      docs/reference/frozen-indices.asciidoc

+ 4 - 1
docs/reference/frozen-indices.asciidoc

@@ -96,10 +96,13 @@ The default value for `pre_filter_shard_size` is `128` but it's recommended to s
 significant overhead associated with this pre-filter phase.
 ================================
 
+[role="xpack"]
+[testenv="basic"]
+[[monitoring_frozen_indices]]
 == Monitoring frozen indices
 
 Frozen indices are ordinary indices that use search throttling and a memory efficient shard implementation. For API's like the
-`<<cat-indices>>` frozen indicies may identified by an index's `search.throttled` property (`sth`).
+<<cat-indices>> frozen indices may identified by an index's `search.throttled` property (`sth`).
 
 [source,js]
 --------------------------------------------------