Embedding a dashboard without CDV header

You can embed a Cloudera Data Visualization (CDV) dashboard within a client web page without displaying the CDV header, which includes the navigation bar and logo.

Follow these steps to remove the header from a dashboard.
  1. Open a dashboard in View mode.
    You can see that the dashboard has a Cloudera header at the top.
  2. Identify the URL of the dashboard.

    It typically follows this format:

    http://<appserverip>:<port>/arc/apps/app/<dashboard ID>

    For example:

    http://127.0.0.1:8000/arc/apps/app/3851
  3. Add ?embed=true at the end of the URL and click enter.

    For example:

    http://127.0.0.1:8000/arc/apps/app/3851?embed=true

    The header is removed from the dashboard.

  4. You can now embed the dashboard into your web page using an <iframe> tag.