diff --git a/docs/reference/release-notes/highlights-6.5.0.asciidoc b/docs/reference/release-notes/highlights-6.5.0.asciidoc index e23a1822aa54f..cdacb21c73494 100644 --- a/docs/reference/release-notes/highlights-6.5.0.asciidoc +++ b/docs/reference/release-notes/highlights-6.5.0.asciidoc @@ -6,4 +6,15 @@ coming[6.5.0] -See also <>. \ No newline at end of file +See also <>. + +[float] +=== Discover the structure of text files + +experimental[] The new <> +determines the structure of a text file. It also returns statistics about the +most common values of the detected fields and mappings that you can use when you +ingest the file into {es}. If you want to influence the output, you can specify +optional parameters. For example, if the file contains semi-structured text, you +can specify a Grok pattern or let the tool generate it. This API is also used by +the new File Data Visualizer in {kib}.