From 330876939115c80433f205190342ad92b68574ae Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Tue, 27 May 2025 09:01:12 -0700 Subject: [PATCH] Removes tech preview label from Automatic Import in 8.18 (#6858) (cherry picked from commit b083eb5e95b0e59cd1a65f44a59360ce19910b5b) --- docs/getting-started/automatic-import.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/getting-started/automatic-import.asciidoc b/docs/getting-started/automatic-import.asciidoc index 611dc03cf4..6bc0d867f1 100644 --- a/docs/getting-started/automatic-import.asciidoc +++ b/docs/getting-started/automatic-import.asciidoc @@ -7,8 +7,6 @@ :frontmatter-tags-content-type: [overview] :frontmatter-tags-user-goals: [get-started] -WARNING: This feature is in technical preview. It may change in the future, and you should exercise caution when using it in production environments. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of GA features. - Automatic Import helps you quickly parse, ingest, and create https://www.elastic.co/elasticsearch/common-schema[ECS mappings] for data from sources that don't yet have prebuilt Elastic integrations. This can accelerate your migration to {elastic-sec}, and help you quickly add new data sources to an existing SIEM solution in {elastic-sec}. Automatic Import uses a large language model (LLM) with specialized instructions to quickly analyze your source data and create a custom integration. While Elastic has 400+ {integrations-docs}[prebuilt data integrations], Automatic Import helps you extend data coverage to other security-relevant technologies and applications. Elastic integrations (including those created by Automatic Import) normalize data to {ecs-ref}/ecs-reference.html[the Elastic Common Schema (ECS)], which creates uniformity across dashboards, search, alerts, machine learning, and more.