Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add dynatrace command documentation
  • Loading branch information
MateSaary authored Nov 7, 2024
1 parent e6f1290 commit efcc70b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,22 @@ osdctl cluster break-glass cleanup <cluster identifier>
# Non-PrivateLink - remove any Kubeconfig files saved locally in /tmp/
```

### Cluster Dynatrace
#### Fetch logs from Dynatrace
```bash
osdctl cluster dynatrace logs
```

#### Gather all Pod logs and Application event from HCP
```bash
osdctl cluster dynatrace gather-logs <cluster-id>
```

#### Get Dynatrace Tenant URL for given MC or HCP cluster
```bash
osdctl cluster dynatrace url <cluster-id>
```

### Send a servicelog to a cluster

#### List servicelogs
Expand Down

0 comments on commit efcc70b

Please sign in to comment.