Component Log Viewer

Built-in panel that lets you inspect every execution log produced by an individual component in your pipeline

The Component Log Viewer is a built-in panel inside the Datastreamer Pipeline page that lets you inspect the execution log produced by an individual component in your pipeline. It is available only when your pipeline is running (deployed) on Datastreamer.

🚧

Not all components are supported

Not all components support the log viewer. If the View Logs option is missing, the selected step does not expose its logs to the portal.

Accessing the viewer

  1. Open any deployed pipeline.
  2. Click in the three dots icon () in the step.
  3. Choose View Logs from the context menu.
  4. The viewer slides up from the bottom of the screen.

Accessing the View Logs feature


https://docs.datastreamer.io/docs/view-component-logs#/

Component Log Viewer displaying logs


Filtering options

  • Keyword: Free-text that matches anywhere in the message.
  • Level: All Levels (default), Information, Warning, or Error.
  • Date range: UTC date-time pickers. Only logs whose timestamp falls inside the range are returned.
  • Refresh: Re-executes the query with current filters.

Log retention

Logs are retained for 3 days. If your date range is older, the viewer will show a notice instead of entries.

Typical workflow

  1. Notice a step is red or yellow in the graph.
  2. Click in the three dots icon () in the step of the pipeline and open the View Logs.
  3. Set Level = Error to see only failures.
  4. Use keyword search (e.g., “timeout”) to narrow down.
  5. Expand stack traces to understand the root cause.
  6. Fix your code or configuration and rerun the pipeline.