Skip to content

[8.18 Removes CEL support statement from automatic import in 8.18 #6907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/getting-started/automatic-import.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ To use Automatic Import, you must provide a sample of the data you wish to impor
* The more variety in your sample, the more accurate the pipeline will be. For best results, include a wide range of unique log entries in your sample instead of repeating similar logs.
* When uploading a CSV, a header with column names will be automatically recognized. However if the header is not present, the LLM will still attempt to create descriptive field names based on field formats and values.
* For JSON and NDJSON samples, each object in your sample should represent an event, and you should avoid deeply nested object structures.
* When you select `API (CEL input)` as one of the sources, you will be prompted to provide the associated OpenAPI specification (OAS) file to generate a CEL program that consumes this API.
--

WARNING: Note that CEL generation in Automatic Import is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

.Recommended models
[sidebar]
--
Expand Down
5 changes: 0 additions & 5 deletions docs/whats-new.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ Other versions: {security-guide-all}/8.17/whats-new.html[8.17] | {security-guide
[role="screenshot"]
image::whats-new/images/8.18/security-siem-migration-1.png[The Upload Splunk SIEM rules flyout]

[float]
=== Automatic Import improvements

{security-guide}/automatic-import.html[Automatic Import] now allows you to select API (CEL input) as a data source and to provide the associated OpenAPI specification (OAS) file to automatically generate a CEL program to consume an API.

[float]
=== Control which alerts Attack Discovery analyzes

Expand Down