Splunk · Schema

MonitorInput

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Properties

Name Type Description
name string The monitored file or directory path
content object
View JSON Schema on GitHub

JSON Schema

splunk-enterprise-rest-monitor-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MonitorInput",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The monitored file or directory path"
    },
    "content": {
      "type": "object"
    }
  }
}