Splunk · JSON Structure

Splunk Enterprise Rest Monitor Input Create Request Structure

Type: object Properties: 10
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

MonitorInputCreateRequest 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 index sourcetype source host disabled followTail recursive whitelist blacklist

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

JSON Structure

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