Splunk · Schema

TcpInput

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Properties

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

JSON Schema

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