Skip to content

Commit 8f9bac1

Browse files
authored
Fix secret config docs
1 parent 2631486 commit 8f9bac1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The PaperTrail credentials are automatically pulled from a secret named 'logging
2525
- `PAPERTRAIL_PROTOCOL` - Acceptable values are udp, tcp, tls. This also depends on the choices that are selected under the `Destination Settings`; by default, a new destination accepts TLS and UDP connections.
2626
- `PAPERTRAIL_HOST` - Log destination host
2727
- `PAPERTRAIL_PORT` - Log destination port
28+
- `LOGGLY_TOKEN` set to `XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX` to disable Loggly
2829

2930
For any help with Papertrail, please check out their help page [here](https://documentation.solarwinds.com/en/Success_Center/papertrail/Content/papertrail_Documentation.htm).
3031

@@ -36,6 +37,12 @@ The Loggly credentials are automatically pulled from a secret named 'logging-sec
3637

3738
- `LOGGLY_TOKEN` - customer token from Loggly (__not__ API token)
3839

40+
Also add these default values to disable PaperTrail logging:
41+
42+
- `PAPERTRAIL_PROTOCOL=tcp`
43+
- `PAPERTRAIL_HOST=logsX.papertrailapp.com`
44+
- `PAPERTRAIL_PORT=XXXXX`
45+
3946
For any help with Loggly, please checkout their help page [here](https://www.loggly.com/docs-index/).
4047

4148
## Development

0 commit comments

Comments
 (0)