Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.46 KB

get_sysdig_web_url.md

File metadata and controls

41 lines (25 loc) · 1.46 KB
copyright lastupdated keywords subcollection
years
2018, 2023
2021-03-28
IBM Cloud, monitoring, web UI
monitoring

{{site.data.keyword.attribute-definition-list}}

Getting the web UI URL

{: #get_monitoring_web_url}

After you provision an instance of the {{site.data.keyword.mon_full_notm}} service in the {{site.data.keyword.cloud_notm}}, you can monitor metrics through the {{site.data.keyword.mon_full_notm}} web UI. You can launch the web UI from the {{site.data.keyword.cloud_notm}} UI. {: shortdesc}

To get the web UI URL, complete the following steps from a terminal:

  1. [Pre-requisite] Installation of the {{site.data.keyword.cloud_notm}} CLI. Learn more.

  2. Log in to the location in the {{site.data.keyword.cloud_notm}} where the instance is provisioned. Run the following command: ibmcloud login

  3. Set the resource group where the instance is available. Run the following command: ibmcloud target

    By default, the default resource group is set.

  4. Get the dashboard URL. Run the following command:

    ic resource service-instance INSTANCE_NAME --output JSON | grep dashboard_url
    

    {: codeblock}

Where INSTANCE_NAME is the name of the instance.

To get the name of the instances that are available in a resource group, you can run ibmcloud resource service-instances. {: tip}