Splunk · JSON Structure

Splunk Enterprise Rest Search Results Structure

Type: object Properties: 6
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

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

Properties

init_offset results fields messages preview highlighted

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SearchResults",
  "type": "object",
  "properties": {
    "init_offset": {
      "type": "integer"
    },
    "results": {
      "type": "array"
    },
    "fields": {
      "type": "array"
    },
    "messages": {
      "type": "array"
    },
    "preview": {
      "type": "boolean"
    },
    "highlighted": {
      "type": "object"
    }
  }
}