Splunk · JSON Structure

Splunk Enterprise Rest Index Create Request Structure

Type: object Properties: 10
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

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

Properties

name datatype homePath coldPath thawedPath maxTotalDataSizeMB maxDataSize frozenTimePeriodInSecs maxHotBuckets maxWarmDBCount

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IndexCreateRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "datatype": {
      "type": "string"
    },
    "homePath": {
      "type": "string"
    },
    "coldPath": {
      "type": "string"
    },
    "thawedPath": {
      "type": "string"
    },
    "maxTotalDataSizeMB": {
      "type": "integer"
    },
    "maxDataSize": {
      "type": "string"
    },
    "frozenTimePeriodInSecs": {
      "type": "integer"
    },
    "maxHotBuckets": {
      "type": "integer"
    },
    "maxWarmDBCount": {
      "type": "integer"
    }
  }
}