Skip to content

Commit e44aeef

Browse files
Update solutions/security/get-started/automatic-import.md
Co-authored-by: Nastasha Solomon <[email protected]>
1 parent 80b0246 commit e44aeef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Click [here](https://elastic.navattic.com/automatic-import) to access an interac
3232
To use Automatic Import, you must provide a sample of the data you wish to import. An LLM will process that sample and automatically create an integration suitable for processing the data represented by the sample. **Any structured or unstructured format is acceptable, including but not limited to JSON, NDJSON, CSV, Syslog.**
3333

3434
* You can upload a sample of arbitrary size. The LLM will detect its format and select up to 100 documents for detailed analysis.
35-
* ```
3635
* 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.
3736
* 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.
3837
* For JSON and NDJSON samples, each object in your sample should represent an event, and you should avoid deeply nested object structures.

0 commit comments

Comments
 (0)