Skip to content

Commit bbd6110

Browse files
authored
Updated links with local image relative links
1 parent 66b8df0 commit bbd6110

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,30 @@ Begin by [installing the Oracle Cloud Infrastructure CLI](https://docs.cloud.ora
2323

2424
In the OCI console under **Identity > Groups** click **Create Group** and create a new group called **GrafanaLoggingUserGroup**. Add the user configured in the OCI CLI to the newly-created group.
2525

26-
![alt text](https://github.com/mayur-oci/loggingDocs/blob/main/images/usrGp.png?raw=true)
26+
![alt text](docs/images/usrGp.png)
2727

2828
Under the **Policy** tab switch to the root compartment and click **Create Policy**. Create a policy allowing the group to read tenancy metrics. Add the following policy statements:
2929

3030
- `allow group GrafanaLoggingUserGroup to read log-groups in tenancy`
3131
- `allow group GrafanaLoggingUserGroup to read log-content in tenancy`
3232

33-
![alt text](https://github.com/mayur-oci/loggingDocs/blob/main/images/usrPolicy.png?raw=true)
33+
![alt text](docs/images/usrPolicy.png)
3434

3535
### For compute-instance/VM on Oracle Cloud Infrastructure
3636
#### Create Dynamic Group for your instance
3737
Provision an Oracle Linux [virtual machine](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm) in OCI connected to a [Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVCNs.htm) with access to the public internet. If you do not already have access to a Virtual Cloud Network with access to the public internet you can navigate to **Virtual Cloud Networks** under **Networking** and click **Create Virtual Cloud Network**. Choosing the `CREATE VIRTUAL CLOUD NETWORK PLUS RELATED RESOURCES` option will result in a VCN with an Internet Routing Gateway and Route Tables configured for access to the public internet. Three subnets will be created: one in each availability domain in the region.
3838

3939
After creating your VM, the next step is to create a [dynamic group](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingdynamicgroups.htm) used to group virtual machine or bare metal compute instances as “principals” (similar to user groups).
4040
You can define the dynamic group similar to below, where your instance is part of the compartment given in the definition of the dynamic group.
41-
![alt text](https://github.com/mayur-oci/loggingDocs/blob/main/images/dgGroup.png?raw=true)
41+
![alt text](docs/images/dgGroup.png)
4242
#### Create IAM policy for Dynamic Group for your instance
4343

4444
Next, create a [policy](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm) named “grafana_policy” in the root compartment of your tenancy to permit instances in the dynamic group to make API calls against Oracle Cloud Infrastructure services. Add the following policy statements:
4545

4646
* `allow dynamicgroup DynamicGroupForGrafanaInstances to read log-groups in tenancy`
4747
* `allow dynamicgroup DynamicGroupForGrafanaInstances to read log-content in tenancy`
4848

49-
![alt text](https://github.com/mayur-oci/loggingDocs/blob/main/images/dgPolicy.png?raw=true)
49+
![alt text](docs/images/dgPolicy.png)
5050

5151
## For more information
5252
[Github repository](https://github.com/oracle/oci-grafana-plugin)

0 commit comments

Comments
 (0)