đī¸ Data Parsing
Split raw strings (JSON, log lines, free text) into structured JSON fields so downstream components can use them.
đī¸ Lookup
Enrich data by uploading files. When the data source is incomplete or has poor readability, you can use lookup and enrichment to enhance the data.
đī¸ Row Splitting
When a single piece of data describes multiple data instances, you can split arrays into multiple rows for further processing. For example, if a piece of data contains multiple metrics, you need to split the metric data into multiple rows for subsequent data processing.
đī¸ Add Field
Add a new field to every record following configurable rules, and assign it a static or dynamic value.
đī¸ Edit Field
Modify the Key or Value of existing fields based on the configured rules.
đī¸ Field Selection
Select, retain, delete, and change the data types of fields in the data to reduce complex field information during configuration.
đī¸ Data Split
The Data Split component functions similarly to branch statements in programming. When a piece of data has multiple processing scenarios, you can use Conditional Routing to create multiple conditional branches for separate execution.
đī¸ CMDB Entities Extraction
Extract asset entities and their relationships from third-party data and inject them into the ONE CMDB, powering all downstream analytics.