Skip to content

Commit

Permalink
Revised removal information in logging README
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbass13 committed Sep 17, 2020
1 parent 19d5881 commit 7331a46
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,21 @@ order to update them.

## Remove Logging Components

To remove the monitoring components, run the following commands:
To remove logging components, run the following command:

```bash
cd <kube-viya-monitoring repo directory>
logging/bin/remove_logging_open.sh
```

Note that this script does not remove all logging components. If you want to completely remove all logging components, you must use `kubectl delete` commands to manually delete these Kubernetes objects:
- ConfigMaps
- Secrets
- PersistentVolumeClaims

If the namespace into which you deployed logging is used only for log monitoring, you can use a `kubectl delete namespaces` command to delete the namespace, which also removes these objects.

## Validate Your Deployment

### Access Kibana
Expand Down

0 comments on commit 7331a46

Please sign in to comment.