Splunk · JSON Structure

Splunk Enterprise Rest Hec Token Create Request Structure

Type: object Properties: 8
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

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

Properties

name index indexes sourcetype source host disabled useACK

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HecTokenCreateRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "index": {
      "type": "string"
    },
    "indexes": {
      "type": "string"
    },
    "sourcetype": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "disabled": {
      "type": "boolean"
    },
    "useACK": {
      "type": "boolean"
    }
  }
}