mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
[DOCS] Move find file structure to a new API endpoint (#67314)
This commit is contained in:
parent
516ec98ae6
commit
401d302c69
3 changed files with 1959 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<titleabbrev>Find file structure</titleabbrev>
|
<titleabbrev>Find file structure</titleabbrev>
|
||||||
++++
|
++++
|
||||||
|
|
||||||
experimental[]
|
deprecated::[7.12.0,Replaced by <<find-structure>>]
|
||||||
|
|
||||||
Finds the structure of a text file. The text file must contain data that is
|
Finds the structure of a text file. The text file must contain data that is
|
||||||
suitable to be ingested into {es}.
|
suitable to be ingested into {es}.
|
||||||
|
|
|
@ -19,6 +19,7 @@ not be included yet.
|
||||||
* <<docs, Document APIs>>
|
* <<docs, Document APIs>>
|
||||||
* <<enrich-apis,Enrich APIs>>
|
* <<enrich-apis,Enrich APIs>>
|
||||||
* <<graph-explore-api,Graph Explore API>>
|
* <<graph-explore-api,Graph Explore API>>
|
||||||
|
* <<find-structure>>
|
||||||
* <<indices, Index APIs>>
|
* <<indices, Index APIs>>
|
||||||
* <<index-lifecycle-management-api,Index lifecycle management APIs>>
|
* <<index-lifecycle-management-api,Index lifecycle management APIs>>
|
||||||
* <<ingest-apis,Ingest APIs>>
|
* <<ingest-apis,Ingest APIs>>
|
||||||
|
@ -48,6 +49,7 @@ include::{es-repo-dir}/ccr/apis/ccr-apis.asciidoc[]
|
||||||
include::{es-repo-dir}/data-streams/data-stream-apis.asciidoc[]
|
include::{es-repo-dir}/data-streams/data-stream-apis.asciidoc[]
|
||||||
include::{es-repo-dir}/docs.asciidoc[]
|
include::{es-repo-dir}/docs.asciidoc[]
|
||||||
include::{es-repo-dir}/ingest/apis/enrich/index.asciidoc[]
|
include::{es-repo-dir}/ingest/apis/enrich/index.asciidoc[]
|
||||||
|
include::{es-repo-dir}/text-structure/apis/find-structure.asciidoc[leveloffset=+1]
|
||||||
include::{es-repo-dir}/graph/explore.asciidoc[]
|
include::{es-repo-dir}/graph/explore.asciidoc[]
|
||||||
include::{es-repo-dir}/indices.asciidoc[]
|
include::{es-repo-dir}/indices.asciidoc[]
|
||||||
include::{es-repo-dir}/ilm/apis/ilm-api.asciidoc[]
|
include::{es-repo-dir}/ilm/apis/ilm-api.asciidoc[]
|
||||||
|
|
1956
docs/reference/text-structure/apis/find-structure.asciidoc
Normal file
1956
docs/reference/text-structure/apis/find-structure.asciidoc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue