Skip to content

Commit b307c89

Browse files
committed
Corrected index routing docs
1 parent 096ab13 commit b307c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)

0 commit comments

Comments
 (0)