Skip to content

Commit fd35c59

Browse files
authored
update docs (#276)
1 parent aa69a2f commit fd35c59

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ workflows:
129129
only:
130130
- develop
131131
- master
132-
# - release/v1.2.0
132+
- release/v1.2.2

README.md

Lines changed: 7 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

2020
### Setup
2121

22-
The Nozzle requires a client with the authorities `doppler.firehose` and `cloud_controller.admin_read_only` (the latter is only required if `ADD_APP_INFO` is true) and grant-types `client_credentials` and `refresh_token`. If `cloud_controller.admin_read_only` is not
22+
The Nozzle requires a client with the authorities `doppler.firehose` and `cloud_controller.admin_read_only` (the latter is only required if `ADD_APP_INFO` is enabled) and grant-types `client_credentials` and `refresh_token`. If `cloud_controller.admin_read_only` is not
2323
available in the system, switch to use `cloud_controller.admin`.
2424

2525
You can either
@@ -153,6 +153,10 @@ $ ./dump_app_info --skip-ssl-validation --api-endpoint=https://<your api endpoin
153153
After populating the application info cache file, user can copy to different Splunk nozzle deployments and start Splunk nozzle to pick up this cache file by
154154
specifying correct "--boltdb-path" flag or "BOLTDB_PATH" environment variable.
155155

156+
### Disable logging for noisy applications
157+
Set F2S_DISABLE_LOGGING = true as a environment variable in applications's manifest to disable logging.
158+
159+
156160
### Index routing
157161
Index routing is a feature that can be used to send different Cloud Foundry logs to different indexes for better ACL and data retention control in Splunk.
158162

@@ -333,7 +337,7 @@ A correct setup logs a start message with configuration parameters of the Nozzle
333337
skip-ssl: true
334338
splunk-host: http://localhost:8088
335339
splunk-index: atomic
336-
splunk-version: 6.6
340+
splunk-version: 8.1
337341
subscription-id: splunk-firehose
338342
trace-logging: true
339343
status-monitor-interval: 0s
@@ -417,7 +421,7 @@ $ chmod +x tools/nozzle.sh
417421
Build project:
418422
419423
```
420-
$ make VERSION=1.2.0
424+
$ make VERSION=1.2.2
421425
```
422426
423427
Run tests with [Ginkgo](http://onsi.github.io/ginkgo/)

tile/tile-history.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ history:
88
- 1.1.1
99
- 1.1.2
1010
- 1.2.0
11-
version: 1.2.1
11+
- 1.2.1
12+
version: 1.2.2

0 commit comments

Comments
 (0)