Skip to main content

Smart Optimizer

The Smart Optimizer is an AI assistant built into the transform editor. It analyzes your input data and recommends operations — like dropping low-value fields or masking PII — so you don't have to inspect every record manually.

How to use it

The Smart Optimizer is available during transform configuration (Configure transform step).

1. Open the optimizer

If you have no operations yet, click Suggest operations in the Smart Optimizer bar at the bottom of the editor.

Suggest operations button

2. Choose a strategy

Select the optimization goal that best matches your data type, then click Request suggestions.

Choose optimizer strategy

StrategyBest for
Optimize data sizeAudit logs, app logs, system logs, compliance/archival data
Optimize security data sizeAlerts, findings, auth logs, network flow logs, EDR logs, IAM activity logs
Optimize telemetry data sizeMetrics, traces, APM data, infrastructure logs, container logs
Mask PIIAny data containing personally identifiable information

3. Review suggestions

The optimizer returns a list of suggested operations. Each suggestion includes an explanation of why the field was flagged.

Review suggestion description

4. Apply and verify

Accepted suggestions are added as operations in your transform. The output preview updates in real time so you can see the before/after and the percentage reduction.

Reviewing recommendations with output reduction

You can accept, edit, or discard each suggestion individually before moving to the next step.

Notes

  • Suggestions are based on the sample input data shown in the editor — the quality of suggestions depends on how representative that sample is.
  • The Smart Optimizer is a starting point, not a final answer. Always review suggestions before applying them.
  • You can run the optimizer multiple times or combine it with manually added operations.