Splunk · Schema

UdpInput

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Properties

Name Type Description
name string The UDP port number
content object
View JSON Schema on GitHub

JSON Schema

splunk-enterprise-rest-udp-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UdpInput",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The UDP port number"
    },
    "content": {
      "type": "object"
    }
  }
}