We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab957d commit 7e049f1Copy full SHA for 7e049f1
docs/reference/release-notes/highlights-6.5.0.asciidoc
@@ -6,4 +6,15 @@
6
7
coming[6.5.0]
8
9
-See also <<release-notes-6.5.0,{es} 6.5.0 release notes>>.
+See also <<release-notes-6.5.0,{es} 6.5.0 release notes>>.
10
+
11
+[float]
12
+=== Discover the structure of text files
13
14
+experimental[] The new <<ml-find-file-structure,find file structure API>>
15
+determines the structure of a text file. It also returns statistics about the
16
+most common values of the detected fields and mappings that you can use when you
17
+ingest the file into {es}. If you want to influence the output, you can specify
18
+optional parameters. For example, if the file contains semi-structured text, you
19
+can specify a Grok pattern or let the tool generate it. This API is also used by
20
+the new File Data Visualizer in {kib}.
0 commit comments