Skip to content

Commit

Permalink
Merge pull request #297 from cloudfoundry-community/minor-doc-updates
Browse files Browse the repository at this point in the history
Minor doc updates
  • Loading branch information
kashyap-splunk authored Oct 13, 2021
2 parents df82a78 + b307c89 commit 735d2ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Index routing is a feature that can be used to send different Cloud Foundry logs
### Per application index routing via application manifest
To enable per app index routing,
* Please set environment variable `SPLUNK_INDEX` in your application's manifest ([example below](#example-manifest-file))
* 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
* 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
* Make sure `SPLUNK_INDEX` specified in app's manifest exist in Splunk and can receive data for the configured Splunk HEC token.

> **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)
Expand Down Expand Up @@ -430,7 +430,7 @@ $ chmod +x tools/nozzle.sh
Build project:
```
$ make VERSION=1.2.2
$ make VERSION=1.2.3
```
Run tests with [Ginkgo](http://onsi.github.io/ginkgo/)
Expand Down

0 comments on commit 735d2ed

Please sign in to comment.