Skip to content

Commit 8608d3c

Browse files
committed
README fix
1 parent 3dd332c commit 8608d3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In addition, logs from the nozzle itself are of sourcetype `cf:splunknozzle`.
1919
### Setup
2020

2121
The Nozzle requires a user with the scope `doppler.firehose` and
22-
`cloud_controller.admin_read_only` (the latter is only required if `ADD_APP_INFO` is true). If `cloud_controller.admin` is not
22+
`cloud_controller.admin_read_only` (the latter is only required if `ADD_APP_INFO` is true). If `cloud_controller.admin_read_only` is not
2323
available in the system, switch to use `cloud_controller.admin`.
2424

2525
You can either
@@ -49,7 +49,7 @@ or later. Earlier versions should use `cloud_controller.admin` instead.
4949

5050
- - - -
5151
#### Environment Parameters
52-
You can declare parameters by making a copy of the scripts/nozzle.sh.template.
52+
You can declare parameters by making a copy of the scripts/nozzle.sh.template.
5353
* `DEBUG`: Enable debug mode (forward to standard out instead of Splunk).
5454

5555
__Cloud Foundry configuration parameters:__
@@ -68,7 +68,7 @@ __Advanced Configuration Features:__
6868
* `JOB_HOST`: Tags nozzle log events with job host.
6969
* `SKIP_SSL_VALIDATION_CF`: Skips SSL certificate validation for connection to Cloud Foundry. Secure communications will not check SSL certificates against a trusted certificate authority.
7070
This is recommended for dev environments only.
71-
* `SKIP_SSL_VALIDATION_SPLUNK`: Skips SSL certificate validation for connection to Splunk. Secure communications will not check SSL certificates against a trusted certificate authority.
71+
* `SKIP_SSL_VALIDATION_SPLUNK`: Skips SSL certificate validation for connection to Splunk. Secure communications will not check SSL certificates against a trusted certificate authority.
7272
This is recommended for dev environments only.
7373
* `FIREHOSE_SUBSCRIPTION_ID`: Tags nozzle events with a Firehose subscription id. See https://docs.pivotal.io/pivotalcf/1-11/loggregator/log-ops-guide.html.
7474
* `FIREHOSE_KEEP_ALIVE`: Keep alive duration for the Firehose consumer.

0 commit comments

Comments
 (0)