Skip to main content
Version: 3.7.0

Data Output Component

Data Output the processed data from the current stream to the ONE platform for storage. This includes storing metrics, events, logs, and call chains.

dataOutputs

Prerequisites

  • Field parsing has been configured.

Getting Started

  • Observable Signal Storage: Storing metrics, events, logs, and call chains requires pairing with corresponding data mapping components. Configure the mapping component first, followed by the storage component.

  • Multiple Mapping and Storage Pairs: You can configure multiple pairs of mapping and storage components on a single branch to store different signals separately.

dataOutputMetric

  • Data Filtering: If some processed data may have processing errors or requires further observation, you can use the data filtering component. Filtered data will be recorded as abnormal data.

  • Discarding Data: If some processed data does not need to be stored, you can use the data discarding component. Once data is discarded, the platform will not record or store it.

Validation

Click "Execute Preview" to view the results in the data preview panel. In the execution preview state, this is a simulation of data processing, and no real data will be generated in the platform.