For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pipeline logs

Visualize execution logs.

Pipeline logs are detailed records that let you inspect what is happening at each step of a pipeline's execution cycle. In the Pipeline logs tab, you can track the event logs recorded during pipeline execution.

Environment

Select the desired environment in the upper left corner of the page. When you select an environment, the page refreshes to display the corresponding data.

Search fields

Use the fields below to filter pipeline logs. The results list displays logs that match the selected criteria.

Field
Description

Log message

The information sent by a connector that returns logs during pipeline execution. Search for whole words only.

Pipeline name

The pipeline name as defined by the user. Search for whole words only.

Pipeline version

The pipeline version number. Must be used together with the pipeline name, otherwise the search returns no results.

Pipeline execution key

The unique identifier of a pipeline execution.

Filtering by pipeline name

The Name filter is an autocomplete that lists available pipelines. The list supports infinite scroll and loads more results as you navigate down.

Mode
How to trigger
Result

Exact

Click an option in the dropdown list.

Filters results for that specific pipeline.

Approximate

Type a term and press Enter.

Filters results by similarity.

Log level

Filter executions by log classification:

Level
Description

ALL

Any kind of log information.

INFO

Information about ordinary events during pipeline execution.

WARN

Information about possible problems during pipeline execution.

ERROR

Information about errors during pipeline execution.

Logs by source

Filter results by log origin:

  • Digibee Internals — Shows only internal platform logs.

  • Log Connector — Shows only logs explicitly added by the user in the pipeline.

Time period

Filter pipelines by execution time. Select from the last 5, 15, 60 minutes, 1 day, or define a custom time interval.

Logs table

The logs table displays results according to the selected filters.

  • Click a log to open its details in a modal.

  • Hover over any cell to reveal the copy icon, then click to copy the information.

Last updated

Was this helpful?