Getting Data In

Ingesting 3-party alerts using HTTP Event Collector problem

thilleso
Path Finder

I'm trying to ingest 3-party alerts as Notable Events in IT Service Intelligence, and I'm following the steps in the docs (I don't have enough carma to post links, but google 'splunk itsi ingest third partyalerts' to see the steps).

I've completed all four steps, and I'm able to send data successfully to the itsi_tracked_alerts index. Searching the index also gives me the events as proper JSON-formatted events. But in the Notable Events Review dashboard, all I get is an event without any of the details specified in the HTTP event (e.g. title, status, severity, owner)

My test-curl on the indexer (using port 7088):

curl -k http://localhost:7088/services/collector/event -H 'Authorization: Splunk EE9572F2-6EDD-4327-8FDA-615685188824' -d '{"event": {"event_id": "5af7d8e2-afe6-11e6-81f5-001dd8b7329d","title": "Microsoft Azure AD signing key has changed","status": "1","severity": "5","owner": "unassigned" }}'

The output in Notable Events Review:
alt text

0 Karma
1 Solution

thilleso
Path Finder

Solved: Used the preconfigured _json sourcetype in the http stanza in inputs.conf, instead of only json.

View solution in original post

0 Karma

thilleso
Path Finder

Solved: Used the preconfigured _json sourcetype in the http stanza in inputs.conf, instead of only json.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...