glossary.asciidoc 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. ////
  2. ============
  3. IMPORTANT
  4. Add new terms to the Stack Docs glossary:
  5. https://github.com/elastic/stack-docs/tree/master/docs/en/glossary
  6. ============
  7. ////
  8. [glossary]
  9. [[glossary]]
  10. = Glossary
  11. [glossary]
  12. [[glossary-alias]] alias::
  13. // tag::alias-def[]
  14. An alias is a secondary name for a group of <<glossary-data-stream,data
  15. streams>> or <<glossary-index,indices>>. Most {es} APIs accept an alias in place
  16. of a data stream or index name. See {ref}/alias.html[Aliases].
  17. // end::alias-def[]
  18. [[glossary-analysis]] analysis::
  19. // tag::analysis-def[]
  20. Process of converting unstructured <<glossary-text,text>> into a format
  21. optimized for search. See {ref}/analysis.html[Text analysis].
  22. // end::analysis-def[]
  23. [[glossary-api-key]] API key::
  24. // tag::api-key-def[]
  25. Unique identifier for authentication in {es}. When
  26. {ref}/encrypting-communications.html[transport layer security (TLS)] is enabled,
  27. all requests must be authenticated using an API key or a username and password.
  28. See the {ref}/security-api-create-api-key.html[Create API key API].
  29. // end::api-key-def[]
  30. [[glossary-auto-follow-pattern]] auto-follow pattern::
  31. // tag::auto-follow-pattern-def[]
  32. <<glossary-index-pattern,Index pattern>> that automatically configures new
  33. <<glossary-index,indices>> as <<glossary-follower-index,follower indices>> for
  34. <<glossary-ccr,{ccr}>>. See {ref}/ccr-auto-follow.html[Manage auto-follow
  35. patterns].
  36. // end::auto-follow-pattern-def[]
  37. [[glossary-cluster]] cluster::
  38. // tag::cluster-def[]
  39. A group of one or more connected {es} <<glossary-node,nodes>>. See
  40. {ref}/scalability.html[Clusters, nodes, and shards].
  41. // end::cluster-def[]
  42. [[glossary-cold-phase]] cold phase::
  43. // tag::cold-phase-def[]
  44. Third possible phase in the <<glossary-index-lifecycle,index lifecycle>>. In the
  45. cold phase, data is no longer updated and seldom <<glossary-query,queried>>. The
  46. data still needs to be searchable, but it’s okay if those queries are slower.
  47. See {ref}/ilm-index-lifecycle.html[Index lifecycle].
  48. // end::cold-phase-def[]
  49. [[glossary-cold-tier]] cold tier::
  50. // tag::cold-tier-def[]
  51. <<glossary-data-tier,Data tier>> that contains <<glossary-node,nodes>> that hold
  52. time series data that is accessed occasionally and not normally updated. See
  53. {ref}/data-tiers.html[Data tiers].
  54. // end::cold-tier-def[]
  55. [[glossary-component-template]] component template::
  56. // tag::component-template-def[]
  57. Building block for creating <<glossary-index-template,index templates>>. A
  58. component template can specify <<glossary-mapping,mappings>>,
  59. {ref}/index-modules.html[index settings], and <<glossary-alias,aliases>>. See
  60. {ref}/index-templates.html[index templates].
  61. // end::component-template-def[]
  62. [[glossary-content-tier]] content tier::
  63. // tag::content-tier-def[]
  64. <<glossary-data-tier,Data tier>> that contains <<glossary-node,nodes>> that
  65. handle the <<glossary-index,indexing>> and <<glossary-query,query>> load for
  66. content, such as a product catalog. See {ref}/data-tiers.html[Data tiers].
  67. // end::content-tier-def[]
  68. [[glossary-ccr]] {ccr} ({ccr-init})::
  69. // tag::ccr-def[]
  70. Replicates <<glossary-data-stream,data streams>> and <<glossary-index,indices>>
  71. from <<glossary-remote-cluster,remote clusters>> in a
  72. <<glossary-local-cluster,local cluster>>. See {ref}/xpack-ccr.html[{ccr-cap}].
  73. // end::ccr-def[]
  74. [[glossary-ccs]] {ccs} (CCS)::
  75. // tag::ccs-def[]
  76. Searches <<glossary-data-stream,data streams>> and <<glossary-index,indices>> on
  77. <<glossary-remote-cluster,remote clusters>> from a
  78. <<glossary-local-cluster,local cluster>>. See
  79. {ref}/modules-cross-cluster-search.html[Search across clusters].
  80. // end::ccs-def[]
  81. [[glossary-data-stream]] data stream::
  82. // tag::data-stream-def[]
  83. Named resource used to manage time series data. A data stream stores data across
  84. multiple backing <<glossary-index,indices>>. See {ref}/data-streams.html[Data
  85. streams].
  86. // end::data-stream-def[]
  87. [[glossary-data-tier]] data tier::
  88. // tag::data-tier-def[]
  89. Collection of <<glossary-node,nodes>> with the same {ref}/modules-node.html[data
  90. role] that typically share the same hardware profile. Data tiers include the
  91. <<glossary-content-tier, content tier>>, <<glossary-hot-tier, hot tier>>,
  92. <<glossary-warm-tier, warm tier>>, <<glossary-cold-tier, cold tier>>, and
  93. <<glossary-frozen-tier,frozen tier>>. See {ref}/data-tiers.html[Data tiers].
  94. // end::data-tier-def[]
  95. [[glossary-delete-phase]] delete phase::
  96. // tag::delete-phase-def[]
  97. Last possible phase in the <<glossary-index-lifecycle,index lifecycle>>. In the
  98. delete phase, an <<glossary-index,index>> is no longer needed and can safely be
  99. deleted. See {ref}/ilm-index-lifecycle.html[Index lifecycle].
  100. // end::delete-phase-def[]
  101. [[glossary-document]] document::
  102. // tag::document-def[]
  103. JSON object containing data stored in {es}. See
  104. {ref}/documents-indices.html[Documents and indices].
  105. // end::document-def[]
  106. [[glossary-eql]]
  107. Event Query Language (EQL)::
  108. // tag::eql-def[]
  109. <<glossary-query,Query>> language for event-based time series data, such as
  110. logs, metrics, and traces. EQL supports matching for event sequences. See
  111. {ref}/eql.html[EQL].
  112. // end::eql-def[]
  113. [[glossary-field]] field::
  114. // tag::field-def[]
  115. Key-value pair in a <<glossary-document,document>>. See
  116. {ref}/mapping.html[Mapping].
  117. // end::field-def[]
  118. [[glossary-filter]] filter::
  119. // tag::filter-def[]
  120. <<glossary-query,Query>> that does not score matching documents. See
  121. {ref}/query-filter-context.html[filter context].
  122. // end::filter-def[]
  123. [[glossary-flush]] flush::
  124. // tag::flush-def[]
  125. Writes data from the {ref}/index-modules-translog.html[transaction log] to disk
  126. for permanent storage. See the {ref}/indices-flush.html[flush API].
  127. // end::flush-def[]
  128. [[glossary-follower-index]] follower index::
  129. // tag::follower-index-def[]
  130. Target <<glossary-index,index>> for <<glossary-ccr,{ccr}>>. A follower index
  131. exists in a <<glossary-local-cluster,local cluster>> and replicates a
  132. <<glossary-leader-index,leader index>>. See {ref}/xpack-ccr.html[{ccr-cap}].
  133. // end::follower-index-def[]
  134. [[glossary-force-merge]] force merge::
  135. // tag::force-merge-def[]
  136. // tag::force-merge-def-short[]
  137. Manually triggers a <<glossary-merge,merge>> to reduce the number of
  138. <<glossary-segment,segments>> in an index's <<glossary-shard,shards>>.
  139. // end::force-merge-def-short[]
  140. See the {ref}/indices-forcemerge.html[force merge API].
  141. // end::force-merge-def[]
  142. [[glossary-frozen-phase]] frozen phase::
  143. // tag::frozen-phase-def[]
  144. Fourth possible phase in the <<glossary-index-lifecycle,index lifecycle>>. In
  145. the frozen phase, an <<glossary-index,index>> is no longer updated and
  146. <<glossary-query,queried>> rarely. The information still needs to be searchable,
  147. but it’s okay if those queries are extremely slow. See
  148. {ref}/ilm-index-lifecycle.html[Index lifecycle].
  149. // end::frozen-phase-def[]
  150. [[glossary-frozen-tier]] frozen tier::
  151. // tag::frozen-tier-def[]
  152. <<glossary-data-tier,Data tier>> that contains <<glossary-node,nodes>> that
  153. hold time series data that is accessed rarely and not normally updated. See
  154. {ref}/data-tiers.html[Data tiers].
  155. // end::frozen-tier-def[]
  156. [[glossary-hidden-index]] hidden data stream or index::
  157. // tag::hidden-index-def[]
  158. <<glossary-data-stream,Data stream>> or <<glossary-index,index>> excluded from
  159. most <<glossary-index-pattern,index patterns>> by default. See
  160. {ref}/multi-index.html#hidden[Hidden data streams and indices].
  161. // end::hidden-index-def[]
  162. [[glossary-hot-phase]] hot phase::
  163. // tag::hot-phase-def[]
  164. First possible phase in the <<glossary-index-lifecycle,index lifecycle>>. In
  165. the hot phase, an <<glossary-index,index>> is actively updated and queried. See
  166. {ref}/ilm-index-lifecycle.html[Index lifecycle].
  167. // end::hot-phase-def[]
  168. [[glossary-hot-tier]] hot tier::
  169. // tag::hot-tier-def[]
  170. <<glossary-data-tier,Data tier>> that contains <<glossary-node,nodes>> that
  171. handle the <<glossary-index,indexing>> load for time series data, such as logs or
  172. metrics. This tier holds your most recent, most frequently accessed data. See
  173. {ref}/data-tiers.html[Data tiers].
  174. // end::hot-tier-def[]
  175. [[glossary-id]] ID::
  176. // tag::id-def[]
  177. Identifier for a <<glossary-document,document>>. Document IDs must be unique
  178. within an <<glossary-index,index>>. See the {ref}/mapping-id-field.html[`_id`
  179. field].
  180. // end::id-def[]
  181. [[glossary-index]] index::
  182. // tag::index-def[]
  183. . Collection of JSON <<glossary-document,documents>>. See
  184. {ref}/documents-indices.html[Documents and indices].
  185. . To add one or more JSON documents to {es}. This process is called indexing.
  186. // end::index-def[]
  187. [[glossary-index-lifecycle]] index lifecycle::
  188. // tag::index-lifecycle-def[]
  189. Five phases an <<glossary-index,index>> can transition through:
  190. <<glossary-hot-phase,hot>>, <<glossary-warm-phase,warm>>,
  191. <<glossary-cold-phase,cold>>, <<glossary-frozen-phase,frozen>>,
  192. and <<glossary-delete-phase,delete>>. See {ref}/ilm-policy-definition.html[Index
  193. lifecycle].
  194. // end::index-lifecycle-def[]
  195. [[glossary-index-lifecycle-policy]] index lifecycle policy::
  196. // tag::index-lifecycle-policy-def[]
  197. Specifies how an <<glossary-index,index>> moves between phases in the
  198. <<glossary-index-lifecycle,index lifecycle>> and what actions to perform during
  199. each phase. See {ref}/ilm-policy-definition.html[Index lifecycle].
  200. // end::index-lifecycle-policy-def[]
  201. [[glossary-index-pattern]] index pattern::
  202. // tag::index-pattern-def[]
  203. String containing a wildcard (`*`) pattern that can match multiple
  204. <<glossary-data-stream,data streams>>, <<glossary-index,indices>>, or
  205. <<glossary-alias,aliases>>. See {ref}/multi-index.html[Multi-target syntax].
  206. // end::index-pattern-def[]
  207. [[glossary-index-template]] index template::
  208. // tag::index-template-def[]
  209. Automatically configures the <<glossary-mapping,mappings>>,
  210. {ref}/index-modules.html[index settings], and <<glossary-alias,aliases>>
  211. of new <<glossary-index,indices>> that match its <<glossary-index-pattern,index
  212. pattern>>. You can also use index templates to create
  213. <<glossary-data-stream,data streams>>. See {ref}/index-templates.html[Index
  214. templates].
  215. // end::index-template-def[]
  216. [[glossary-leader-index]] leader index::
  217. // tag::leader-index-def[]
  218. Source <<glossary-index,index>> for <<glossary-ccr,{ccr}>>. A leader index
  219. exists on a <<glossary-remote-cluster,remote cluster>> and is replicated to
  220. <<glossary-follower-index,follower indices>>. See
  221. {ref}/xpack-ccr.html[{ccr-cap}].
  222. // end::leader-index-def[]
  223. [[glossary-local-cluster]] local cluster::
  224. // tag::local-cluster-def[]
  225. <<glossary-cluster,Cluster>> that pulls data from a
  226. <<glossary-remote-cluster,remote cluster>> in <<glossary-ccs,{ccs}>> or
  227. <<glossary-ccr,{ccr}>>. See {ref}/modules-remote-clusters.html[Remote clusters].
  228. // end::local-cluster-def[]
  229. [[glossary-mapping]] mapping::
  230. // tag::mapping-def[]
  231. Defines how a <<glossary-document,document>>, its <<glossary-field,fields>>, and
  232. its metadata are stored in {es}. Similar to a schema definition. See
  233. {ref}/mapping.html[Mapping].
  234. // end::mapping-def[]
  235. [[glossary-merge]] merge::
  236. // tag::merge-def[]
  237. Process of combining a <<glossary-shard,shard>>'s smaller Lucene
  238. <<glossary-segment,segments>> into a larger one. {es} manages merges
  239. automatically.
  240. // end::merge-def[]
  241. [[glossary-multi-field]] multi-field::
  242. // tag::multi-field-def[]
  243. A <<glossary-field,field>> that's <<glossary-mapping,mapped>> in multiple ways.
  244. See the {ref}/multi-fields.html[`fields` mapping parameter].
  245. // end::multi-field-def[]
  246. [[glossary-node]] node::
  247. // tag::node-def[]
  248. A single {es} server. One or more nodes can form a <<glossary-cluster,cluster>>.
  249. See {ref}/scalability.html[Clusters, nodes, and shards].
  250. // end::node-def[]
  251. [[glossary-primary-shard]] primary shard::
  252. // tag::primary-shard-def[]
  253. Lucene instance containing some or all data for an <<glossary-index,index>>.
  254. When you index a <<glossary-document,document>>, {es} adds the document to
  255. primary shards before <<glossary-replica-shard,replica shards>>. See
  256. {ref}/scalability.html[Clusters, nodes, and shards].
  257. // end::primary-shard-def[]
  258. [[glossary-query]] query::
  259. // tag::query-def[]
  260. Request for information about your data. You can think of a query as a
  261. question, written in a way {es} understands. See
  262. {ref}/search-your-data.html[Search your data].
  263. // end::query-def[]
  264. [[glossary-recovery]] recovery::
  265. // tag::recovery-def[]
  266. Process of syncing a <<glossary-replica-shard,replica shard>> from a
  267. <<glossary-primary-shard,primary shard>>. Upon completion, the replica shard is
  268. available for searches. See the {ref}/indices-recovery.html[index recovery API].
  269. // end::recovery-def[]
  270. [[glossary-reindex]] reindex::
  271. // tag::reindex-def[]
  272. Copies documents from a source to a destination. The source and destination can
  273. be a <<glossary-data-stream,data stream>>, <<glossary-index,index>>, or
  274. <<glossary-alias,alias>>. See the {ref}/docs-reindex.html[Reindex API].
  275. // end::reindex-def[]
  276. [[glossary-remote-cluster]] remote cluster::
  277. // tag::remote-cluster-def[]
  278. A separate <<glossary-cluster,cluster>>, often in a different data center or
  279. locale, that contains <<glossary-index,indices>> that can be replicated or
  280. searched by the <<glossary-local-cluster,local cluster>>. The connection to a
  281. remote cluster is unidirectional. See {ref}/modules-remote-clusters.html[Remote
  282. clusters].
  283. // end::remote-cluster-def[]
  284. [[glossary-replica-shard]] replica shard::
  285. // tag::replica-shard-def[]
  286. Copy of a <<glossary-primary-shard,primary shard>>. Replica shards can improve
  287. search performance and resiliency by distributing data across multiple
  288. <<glossary-node,nodes>>. See {ref}/scalability.html[Clusters, nodes, and
  289. shards].
  290. // end::replica-shard-def[]
  291. [[glossary-rollover]] rollover::
  292. // tag::rollover-def[]
  293. // tag::rollover-def-short[]
  294. Creates a new write index when the current one reaches a certain size, number of
  295. docs, or age.
  296. // end::rollover-def-short[]
  297. A rollover can target a <<glossary-data-stream,data stream>> or an
  298. <<glossary-alias,alias>> with a write index.
  299. // end::rollover-def[]
  300. [[glossary-rollup]] rollup::
  301. // tag::rollup-def[]
  302. Summarizes high-granularity data into a more compressed format to maintain access
  303. to historical data in a cost-effective way. See
  304. {ref}/xpack-rollup.html[Roll up your data].
  305. // end::rollup-def[]
  306. [[glossary-rollup-index]] rollup index::
  307. // tag::rollup-index-def[]
  308. Special type of <<glossary-index,index>> for storing historical data at reduced
  309. granularity. Documents are summarized and indexed into a rollup index by a
  310. <<glossary-rollup-job,rollup job>>. See {ref}/xpack-rollup.html[Rolling up
  311. historical data].
  312. // end::rollup-index-def[]
  313. [[glossary-rollup-job]] rollup job::
  314. // tag::rollup-job-def[]
  315. Background task that runs continuously to summarize documents in an
  316. <<glossary-index,index>> and index the summaries into a separate rollup index.
  317. The job configuration controls what data is rolled up and how often. See
  318. {ref}/xpack-rollup.html[Rolling up historical data].
  319. // end::rollup-job-def[]
  320. [[glossary-routing]] routing::
  321. // tag::routing-def[]
  322. Process of sending and retrieving data from a specific
  323. <<glossary-primary-shard,primary shard>>. {es} uses a hashed routing value to
  324. choose this shard. You can provide a routing value in
  325. <<glossary-index,indexing>> and search requests to take advantage of caching.
  326. See the {ref}/mapping-routing-field.html[`_routing` field].
  327. // end::routing-def[]
  328. [[glossary-runtime-fields]] runtime field::
  329. // tag::runtime-fields-def[]
  330. <<glossary-field,Field>> that is evaluated at query time. You access runtime
  331. fields from the search API like any other field, and {es} sees runtime fields no
  332. differently. See {ref}/runtime.html[Runtime fields].
  333. // end::runtime-fields-def[]
  334. [[glossary-searchable-snapshot]] searchable snapshot::
  335. // tag::searchable-snapshot-def[]
  336. <<glossary-snapshot,Snapshot>> of an <<glossary-index,index>> mounted as a
  337. <<glossary-searchable-snapshot-index,searchable snapshot index>>. You can search
  338. this index like a regular index. See {ref}/searchable-snapshots.html[searchable
  339. snapshots].
  340. // end::searchable-snapshot-def[]
  341. [[glossary-searchable-snapshot-index]] searchable snapshot index::
  342. // tag::searchable-snapshot-index-def[]
  343. <<glossary-index,Index>> whose data is stored in a
  344. <<glossary-snapshot,snapshot>>. Searchable snapshot indices do not need
  345. <<glossary-replica-shard,replica shards>> for resilience, since their data is
  346. reliably stored outside the cluster. See
  347. {ref}/searchable-snapshots.html[searchable snapshots].
  348. // end::searchable-snapshot-index-def[]
  349. [[glossary-segment]] segment::
  350. // tag::segment-def[]
  351. Data file in a <<glossary-shard,shard>>'s Lucene instance. {es} manages Lucene
  352. segments automatically.
  353. // end::segment-def[]
  354. [[glossary-shard]] shard::
  355. // tag::shard-def[]
  356. Lucene instance containing some or all data for an <<glossary-index,index>>.
  357. {es} automatically creates and manages these Lucene instances. There are two
  358. types of shards: <<glossary-primary-shard,primary>> and
  359. <<glossary-replica-shard,replica>>. See {ref}/scalability.html[Clusters, nodes,
  360. and shards].
  361. // end::shard-def[]
  362. [[glossary-shrink]] shrink::
  363. // tag::shrink-def[]
  364. // tag::shrink-def-short[]
  365. Reduces the number of <<glossary-primary-shard,primary shards>> in an index.
  366. // end::shrink-def-short[]
  367. See the {ref}/indices-shrink-index.html[shrink index API].
  368. // end::shrink-def[]
  369. [[glossary-snapshot]] snapshot::
  370. // tag::snapshot-def[]
  371. Backup taken of a running <<glossary-cluster,cluster>>. You can take snapshots
  372. of the entire cluster or only specific <<glossary-data-stream,data streams>> and
  373. <<glossary-index,indices>>. See {ref}/snapshot-restore.html[Snapshot and
  374. restore].
  375. // end::snapshot-def[]
  376. [[glossary-snapshot-lifecycle-policy]] snapshot lifecycle policy::
  377. // tag::snapshot-lifecycle-policy-def[]
  378. Specifies how frequently to perform automatic backups of a cluster and how long
  379. to retain the resulting <<glossary-snapshot,snapshots>>. See
  380. {ref}/snapshot-lifecycle-management.html[Manage the snapshot lifecycle]
  381. // end::snapshot-lifecycle-policy-def[]
  382. [[glossary-snapshot-repository]] snapshot repository::
  383. // tag::snapshot-repository-def[]
  384. Location where <<glossary-snapshot,snapshots>> are stored. A snapshot repository
  385. can be a shared filesystem or a remote repository, such as Azure or Google Cloud
  386. Storage. See {ref}/snapshot-restore.html[Snapshot and restore].
  387. // end::snapshot-repository-def[]
  388. [[glossary-source_field]] source field::
  389. // tag::source-field-def[]
  390. Original JSON object provided during <<glossary-index,indexing>>. See the
  391. {ref}/mapping-source-field.html[`_source` field].
  392. // end::source-field-def[]
  393. [[glossary-split]] split::
  394. // tag::split-def[]
  395. Adds more <<glossary-primary-shard,primary shards>> to an
  396. <<glossary-index,index>>. See the {ref}/indices-split-index.html[split index
  397. API].
  398. // end::split-def[]
  399. [[glossary-system-index]] system index::
  400. // tag::system-index-def[]
  401. <<glossary-index,Index>> containing configurations and other data used
  402. internally by the {stack}. System index names start with a dot (`.`), such as
  403. `.security`. Do not directly access or change system indices.
  404. // end::system-index-def[]
  405. [[glossary-term]] term::
  406. // tag::term-def[]
  407. See {ref}/glossary.html#glossary-token[token].
  408. // end::term-def[]
  409. [[glossary-text]] text::
  410. // tag::text-def[]
  411. Unstructured content, such as a product description or log message. You
  412. typically <<glossary-analysis,analyze>> text for better search. See
  413. {ref}/analysis.html[Text analysis].
  414. // end::text-def[]
  415. [[glossary-token]] token::
  416. // tag::token-def[]
  417. A chunk of unstructured <<glossary-text,text>> that's been optimized for search.
  418. In most cases, tokens are individual words. Tokens are also called terms. See
  419. {ref}/analysis.html[Text analysis].
  420. // end::token-def[]
  421. [[glossary-tokenization]] tokenization::
  422. // tag::tokenization-def[]
  423. Process of breaking unstructured text down into smaller, searchable chunks
  424. called <<glossary-token,tokens>>. See
  425. {ref}/analysis-overview.html#tokenization[Tokenization].
  426. // end::tokenization-def[]
  427. [[glossary-warm-phase]] warm phase::
  428. // tag::warm-phase-def[]
  429. Second possible phase in the <<glossary-index-lifecycle,index lifecycle>>. In
  430. the warm phase, an <<glossary-index,index>> is generally optimized for search
  431. and no longer updated. See {ref}/ilm-policy-definition.html[Index lifecycle].
  432. // end::warm-phase-def[]
  433. [[glossary-warm-tier]] warm tier::
  434. // tag::warm-tier-def[]
  435. <<glossary-data-tier,Data tier>> that contains <<glossary-node,nodes>> that hold
  436. time series data that is accessed less frequently and rarely needs to be
  437. updated. See {ref}/data-tiers.html[Data tiers].
  438. // end::warm-tier-def[]