Splunk · Example Payload

Splunk Sendrawevent Example

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Splunk Sendrawevent Example is an example object payload from Splunk, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "sendRawEvent",
  "method": "POST",
  "path": "/services/collector/raw",
  "summary": "Send Raw Data via Http Event Collector",
  "requestExamples": [
    {
      "contentType": "text/plain",
      "name": "SendraweventRequestExample",
      "example": "example_value"
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Sendrawevent200Example",
      "example": {
        "text": "example_value",
        "code": 10,
        "invalid-event-number": 10,
        "ackId": "500123"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "Sendrawevent400Example",
      "example": {
        "text": "example_value",
        "code": 10,
        "invalid-event-number": 10,
        "ackId": "500123"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "Sendrawevent401Example",
      "example": {
        "text": "example_value",
        "code": 10,
        "invalid-event-number": 10,
        "ackId": "500123"
      }
    }
  ]
}