Splunk · Example Payload

Splunk Enterprise Rest Monitor Input Create Request Example

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Splunk Enterprise Rest Monitor Input Create Request Example is an example object payload from Splunk, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameindexsourcetypesourcehostdisabledfollowTailrecursivewhitelistblacklist

Example Payload

Raw ↑
{
  "name": "Example Title",
  "index": "example_value",
  "sourcetype": "example_value",
  "source": "example_value",
  "host": "example_value",
  "disabled": true,
  "followTail": true,
  "recursive": true,
  "whitelist": "example_value",
  "blacklist": "example_value"
}