Splunk · JSON Structure

Splunk Enterprise Rest Monitor Input Update Request Structure

Type: object Properties: 5
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

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

Properties

index sourcetype source host disabled

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

JSON Structure

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