> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/editable/admin-portal-and-editable-console/utility/pipeline/logs-and-other-pipeline-options.md).

# Logs & other pipeline options

This section explains the configuration options and the logs screen available in the pipeline configuration window.

## 1. Sync report

Clicking the 'sync' icon refreshes and syncs the report, ensuring the newly added visuals are included, if any.

<figure><img src="/files/FQj6OTNzJELQlwo31I5Q" alt=""><figcaption><p>Sync report</p></figcaption></figure>

## 2. Edit report

You can edit a report pipeline by clicking on the pencil icon, as shown below.

<figure><img src="/files/TZlX7UCU7KBCMlbtCEz9" alt=""><figcaption><p>Edit report pipeline</p></figcaption></figure>

### 2.1. Edit destination mapping

To change the stage destinations, use the dropdowns and select the required data source and table for each stage. Click **Update.**

<figure><img src="/files/TlvHQM0pc4hbWdA4demK" alt=""><figcaption><p>Edit destination</p></figcaption></figure>

### 2.2. Add/remove visuals from deployment

When deploying a report, you can choose to include or exclude any visuals by enabling or disabling the '**Add To Pipeline**' toggle button. Then, click **Update.**

<figure><img src="/files/uZJ9CX09gJQd8JGeP6J3" alt=""><figcaption><p>Add to or remove from pipeline</p></figcaption></figure>

## **3. Delete report from pipeline**

Use the bin icon to delete the report from the pipeline.&#x20;

<figure><img src="/files/yC1jzAg8A69DG4A2pD4e" alt=""><figcaption><p>Delete report from pipeline</p></figcaption></figure>

## 4. Logs

Switch to the **Logs** tab to view the list of pipelines deployed by all workspace users.

<figure><img src="/files/QlVjcVqFspGHdtGfwQvO" alt=""><figcaption><p>Logs</p></figcaption></figure>

You can use the search box to find specific logs by ID. You can also filter the logs based on the 'from' or 'to' stages, deployment status, and the person who deployed the pipeline.

<figure><img src="/files/pzbxug7XxI7kX32CFazM" alt=""><figcaption><p>Search and filter deployment logs</p></figcaption></figure>

Click **Reset All** to reset all applied filters.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.inforiver.com/editable/admin-portal-and-editable-console/utility/pipeline/logs-and-other-pipeline-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
