Splunk · Example Payload

Splunk Enterprise Rest Index Create Request Example

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Splunk Enterprise Rest Index 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

namedatatypehomePathcoldPaththawedPathmaxTotalDataSizeMBmaxDataSizefrozenTimePeriodInSecsmaxHotBucketsmaxWarmDBCount

Example Payload

Raw ↑
{
  "name": "Example Title",
  "datatype": "example_value",
  "homePath": "example_value",
  "coldPath": "example_value",
  "thawedPath": "example_value",
  "maxTotalDataSizeMB": 10,
  "maxDataSize": "example_value",
  "frozenTimePeriodInSecs": 10,
  "maxHotBuckets": 10,
  "maxWarmDBCount": 10
}