Skip to content

Commit

Permalink
Merge pull request #628 from MateSaary/dynatracelogs
Browse files Browse the repository at this point in the history
OSD-23467: Facilitate usage of osdctl dynatrace logs
  • Loading branch information
openshift-merge-bot[bot] authored Nov 8, 2024
2 parents e6f1290 + efcc70b commit 10aa946
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 10aa946

Please sign in to comment.