> ## Documentation Index
> Fetch the complete documentation index at: https://bytebeam.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Logs

The Logs panel enables visualization of streaming events (logs) generated by any component. It allows users to filter logs based on message regex, log level, and tags for more refined insights.

## Add Logs Panel

<Steps>
  <Step title="Navigate to Dashboards">
    Go to the **Dashboards** tab, select the desired dashboard, and click on the **+ Panel** button to create a new panel.
  </Step>

  <Step title="Select Logs Panel">
    Choose **Logs Panel** from the list of available panels.\\

    <img src="https://mintcdn.com/bytebeamio/vsyovcELww170reF/assets/gHDKENkgvriNXDxXuLAnU_screenshot-from-2023-10-29-18-25-48.png?fit=max&auto=format&n=vsyovcELww170reF&q=85&s=66932e88d1fcd5262e3b17c29da77906" alt="" width="1919" height="951" data-path="assets/gHDKENkgvriNXDxXuLAnU_screenshot-from-2023-10-29-18-25-48.png" />
  </Step>

  <Step title="Configure General Settings">
    In the **General** tab:

    * **Title**: Add a descriptive title for the panel (optional).
    * **Stream**: Select the data stream containing log information.
    * **Search Bar**: Enable the search bar option to search with a regular expression.
      * When enabled, the search regex, log level, tags, and search icon will appear in the preview panel.
    * **Search Regex**: Enter a regex pattern to filter messages.
    * **Log Level**: Specify a log level (e.g., info, warning, error).
    * **Tags**: Select or enter tags to further filter the logs.

    You can refine the log display by clicking the search icon after entering filters in the preview panel.\\

    <img src="https://mintcdn.com/bytebeamio/ftUl6Tv5QMaNi0Gs/assets/wN6NrrI8z7fnoIkQQHh0B_screenshot-24.jpg?fit=max&auto=format&n=ftUl6Tv5QMaNi0Gs&q=85&s=89d55631d592e9b6e756f457e3678352" alt="" width="1920" height="952" data-path="assets/wN6NrrI8z7fnoIkQQHh0B_screenshot-24.jpg" />
  </Step>

  <Step title="Customize View Settings">
    Switch to the **View** tab to adjust the graph settings:

    * **Number of Bins**: Adjust the slider to define the number of bins for the histogram of log events.

          <img src="https://mintlify.s3.us-west-1.amazonaws.com/bytebeamio/assets/fgTQIWNUvH8R0PpLV6CMO_screenshot-28.jpg" alt="" />
  </Step>

  <Step title="Submit the Panel">
    Once all configurations and customizations are complete, click **Submit** to add the Logs Panel to the dashboard.\
    The panel will now display real-time or historical logs based on the configured filters, allowing for efficient log monitoring and analysis.
  </Step>
</Steps>
