Splunk · JSON Structure

Splunk Enterprise Rest Index Update Request Structure

Type: object Properties: 7
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

IndexUpdateRequest is a JSON Structure definition published by Splunk, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

maxTotalDataSizeMB frozenTimePeriodInSecs maxHotBuckets maxWarmDBCount disabled coldToFrozenDir coldToFrozenScript

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IndexUpdateRequest",
  "type": "object",
  "properties": {
    "maxTotalDataSizeMB": {
      "type": "integer"
    },
    "frozenTimePeriodInSecs": {
      "type": "integer"
    },
    "maxHotBuckets": {
      "type": "integer"
    },
    "maxWarmDBCount": {
      "type": "integer"
    },
    "disabled": {
      "type": "boolean"
    },
    "coldToFrozenDir": {
      "type": "string"
    },
    "coldToFrozenScript": {
      "type": "string"
    }
  }
}