Skip to content

Commit 1425504

Browse files
benironsideilyannn
andauthored
Update solutions/security/get-started/automatic-import.md
Co-authored-by: Ilya Nikokoshev <[email protected]>
1 parent 69d3736 commit 1425504

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

solutions/security/get-started/automatic-import.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ To use Automatic Import, you must provide a sample of the data you wish to impor
3535
* 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.
3636
* Ideally, each field name should describe what the field represents. However if this isn't the case, the LLM will still attempt to create descriptive field names based on field formats and values.
3737
* For JSON and NDJSON samples, each object in your sample should represent an event, and you should avoid deeply nested object structures.
38-
* When your sample contains CEL data, you will be prompted to provide the associated OpenAPI specification (OAS) file. Note that Automatic Import for CEL data 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.
38+
* 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.
39+
40+
::::{admonition}
41+
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.
42+
::::
3943

4044
::::
4145

0 commit comments

Comments
 (0)