# Right-side Panel

### Toggle Log Panel

The Toggle Log Panel displays the ***Logs*** and ***Advanced Logs*** tabs for the Pipeline Workflows.

* Navigate to the ***Pipeline Editor*** page.
* Click the ***Toggle Log Panel*** icon on the Pipeline.  &#x20;

![](/files/f6tn9SOw720TSeoxIbmn)

* A ***Log*** panel toggles displaying the collective component logs of the pipeline under the **Logs** tab.

&#x20;     &#x20;

![Logs tab displaying the collective logs for a Pipeline](/files/nAgQw1E9zRd78uX98Xdx)

* Select the ***Advanced Logs*** tab to display the status of the component containers.

![The Advanced Log displayed inside the toggle Log panel.](/files/DqDjPqynBmnTSMMQuyOi)

### Object Browser: Search Component in Pipelines

This feature helps the user to search a specific component across all the existing pipelines. The user can drag the required components to the pipeline editor to create a new pipeline workflow.

* Click the ***Search Component in pipelines*** icon from the header panel of the Pipeline Editor.      &#x20;

![Search Component in Pipelines icon](/files/GLmRGrWsu7OTg8SUOl2v)

* The ***Object Browser window*** opens displaying all the existing pipeline workflows.   &#x20;

![Object Browser window](/files/IVHDuJk6uGId2SiV4yba)

* The user can search a component using the ***Search Component*** space.
* The user gets prompt suggestions while searching for a component.

&#x20;     ![](/files/3M8HaOanHnM9C70uuKJ8)

* Once the component name is entered, the pipeline workflows containing the searched pipeline get listed below.

&#x20;    ![](/files/EHu40l1cvdRzVFaePuat)

* The user can click the expand/ collapse icon to expand the component panel for the selected pipeline.

&#x20;    ![](/files/22sQM5bLjPjxZAp2yj2z)

* The user can drag a searched component from the Object Browser and and drop to the ***Pipeline Editor*** ***canvass***.    &#x20;

&#x20;    ![](/files/O4JpEKHxmHtLQMuudseB)  &#x20;

### Toggle Event Panel

The user can access the Toggle Event Panel to create a new Event.

We have two options in the Toggle Event Panel:

1. Private (Event)
2. Data Sync&#x20;

![The Toggle Event Panel](/files/UIIpCknTnzzj9T1VCGm4)

#### [<mark style="color:blue;">**Kafka Event**</mark>](/bdb-documentation/data-pipeline/getting-started/homepage/creating-pipeline/events-kafka-and-db-sync.md#creating-a-kafka-event)&#x20;

The user can create an Event (Kafka Topic) that can be used to connect two pipeline components.

* Navigate to the toggle ***Event*** panel.
* Click the ***Add New Event*** icon.     &#x20;

![Accessing the Add New Event icon from the Event panel](/files/aDvZXfN9uqjAeqJc4cx5)

* The ***New Event*** dialog box opens.

* Provide the required information.

  * Slide the given button to enable the event mapping.
  * Provide a display name for the event (A default name based on the pipeline name appears for the Event).
  * Select the Event Duration from the drop-down menu (It can be set from 4 to 168 hours as per the given options).&#x20;
  * Number of partitions (You can choose out of 1 to 50).
  * Number of outputs (You can choose out of 1-3) (The maximum number of outputs must not exceed the no. of Partition).&#x20;
  * Enable the ***Is Failover?*** option if you wish to create a failover Event.
  * Click the ***Add Event*** option to save the new Event.

  &#x20;     ![](/files/MYsAqIMOcf6uxUcPmg0H)

* A confirmation message appears.

* The new Event gets created in the Event Panel.

&#x20;    &#x20;

![](/files/SdPi1Q07Lg12Jd8hwjuD)

* Drag and drop the event from the event panel to the workflow editor.

![Dragging an Event to the Workflow Editor](/files/IDY0Sn2gN5cbfr9J4WlP)

* You can drag a pipeline component from the ***Component Panel.***
* &#x20;Connect the dragged component to the dragged ***Event*** to create a pipeline flow of data.  &#x20;

![A Pipeline workflow in process](/files/mEiNFjsIbqZE8BP3kGG0)

#### [**DB Sync**](/bdb-documentation/data-pipeline/getting-started/homepage/creating-pipeline/events-kafka-and-db-sync.md#creating-a-db-sync-event)

The user can directly read the data with the reader and write to a DB Sync.

* The user can add a new DB Sync from the toggle event panel to the workflow editor by clicking on ‘+’ icon.
* Specify the display name and connection id and click on save.&#x20;
* Drag and drop the DB Sync from event panel to workflow editor.

### Global Variables

The user can create a Global Variable by following the below-given steps:

* Click the ***Global Variable*** icon from the User Interface.
* Global Variables panel opens.
* Click the ***Add New Variable*** from the Global Variables panel. &#x20;
* The ***Add Variable*** window opens.
* Insert Variable name.
* Provide Value for the Variable.
* Click the ***Save*** option.
* A notification message appears.
* The Global Variable gets created and added to the panel.


---

# Agent Instructions: 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:

```
GET https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/pipeline-workflow-editor/right-side-panel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
