mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[DOCS] Fix API titles (#67475)
This commit is contained in:
parent
67f113314d
commit
e795ab965a
5 changed files with 3 additions and 11 deletions
|
@ -2,9 +2,6 @@
|
||||||
[testenv="platinum"]
|
[testenv="platinum"]
|
||||||
[[graph-explore-api]]
|
[[graph-explore-api]]
|
||||||
== Graph explore API
|
== Graph explore API
|
||||||
++++
|
|
||||||
<titleabbrev>Graph explore</titleabbrev>
|
|
||||||
++++
|
|
||||||
|
|
||||||
The graph explore API enables you to extract and summarize information about
|
The graph explore API enables you to extract and summarize information about
|
||||||
the documents and terms in an {es} data stream or index.
|
the documents and terms in an {es} data stream or index.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[index-lifecycle-management-api]]
|
[[index-lifecycle-management-api]]
|
||||||
== {ilm-cap} API
|
== {ilm-cap} APIs
|
||||||
|
|
||||||
You use the following APIs to set up policies to automatically manage the index lifecycle.
|
You use the following APIs to set up policies to automatically manage the index lifecycle.
|
||||||
For more information about {ilm} ({ilm-init}), see <<index-lifecycle-management>>.
|
For more information about {ilm} ({ilm-init}), see <<index-lifecycle-management>>.
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
[testenv="basic"]
|
[testenv="basic"]
|
||||||
[[indices-reload-analyzers]]
|
[[indices-reload-analyzers]]
|
||||||
== Reload search analyzers API
|
== Reload search analyzers API
|
||||||
++++
|
|
||||||
<titleabbrev>Reload search analyzers</titleabbrev>
|
|
||||||
++++
|
|
||||||
|
|
||||||
Reloads an index's <<search-analyzer,search analyzers>> and their resources.
|
Reloads an index's <<search-analyzer,search analyzers>> and their resources.
|
||||||
For data streams, the API reloads search analyzers and resources for the
|
For data streams, the API reloads search analyzers and resources for the
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="basic"]
|
[testenv="basic"]
|
||||||
[[snapshot-lifecycle-management-api]]
|
[[snapshot-lifecycle-management-api]]
|
||||||
== {slm-cap} API
|
== {slm-cap} APIs
|
||||||
|
|
||||||
You use the following APIs to set up policies to automatically take snapshots and
|
You use the following APIs to set up policies to automatically take snapshots and
|
||||||
control how long they are retained.
|
control how long they are retained.
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
[testenv="basic"]
|
[testenv="basic"]
|
||||||
[[find-structure]]
|
[[find-structure]]
|
||||||
= Find structure API
|
= Find structure API
|
||||||
++++
|
|
||||||
<titleabbrev>Find structure</titleabbrev>
|
|
||||||
++++
|
|
||||||
|
|
||||||
Finds the structure of a text file. The text file must
|
Finds the structure of a text file. The text file must
|
||||||
contain data that is suitable to be ingested into the
|
contain data that is suitable to be ingested into the
|
||||||
|
@ -16,6 +13,7 @@ contain data that is suitable to be ingested into the
|
||||||
|
|
||||||
`POST _text_structure/find_structure`
|
`POST _text_structure/find_structure`
|
||||||
|
|
||||||
|
[discrete]
|
||||||
[[find-structure-prereqs]]
|
[[find-structure-prereqs]]
|
||||||
== {api-prereq-title}
|
== {api-prereq-title}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue