Skip to content

Commit 735d2ed

Browse files
Merge pull request #297 from cloudfoundry-community/minor-doc-updates
Minor doc updates
2 parents df82a78 + b307c89 commit 735d2ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Index routing is a feature that can be used to send different Cloud Foundry logs
158158
### Per application index routing via application manifest
159159
To enable per app index routing,
160160
* Please set environment variable `SPLUNK_INDEX` in your application's manifest ([example below](#example-manifest-file))
161-
* Make sure Splunk nozzle is configured with `ADD_APP_INFO` (Select at least one of ValueMetric,CounterEvent,Error,LogMessage,HttpStartStop,ContainerMetric) to enable app info caching
161+
* Make sure Splunk nozzle is configured with `ADD_APP_INFO` (Select at least one of AppName,OrgName,OrgGuid,SpaceName,SpaceGuid) to enable app info caching
162162
* Make sure `SPLUNK_INDEX` specified in app's manifest exist in Splunk and can receive data for the configured Splunk HEC token.
163163

164164
> **WARNING**: If `SPLUNK_INDEX` is invalid, events from other apps may also get lost as splunk will drop entire event batch if any of the event from batch is invalid (i.e. invalid index)
@@ -430,7 +430,7 @@ $ chmod +x tools/nozzle.sh
430430
Build project:
431431
432432
```
433-
$ make VERSION=1.2.2
433+
$ make VERSION=1.2.3
434434
```
435435
436436
Run tests with [Ginkgo](http://onsi.github.io/ginkgo/)

0 commit comments

Comments
 (0)