← Leaderboard
8.6 L4

Splunk V2

Native Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.58 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Splunk V2 quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T01:14:37.499+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.7
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.3
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.6

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Splunk: Comprehensive Agent-Usability Assessment

Docs-backed

Splunk is the dominant enterprise log analysis and SIEM platform — ingests massive volumes of machine data and provides SPL (Search Processing Language) for powerful log analytics, anomaly detection, and security investigations. For agents: HTTP Event Collector (HEC) is the high-throughput ingestion path (POST events with a token — no auth per-event overhead); the REST API runs SPL searches, retrieves search results, manages saved searches, and triggers alert actions. On-premises or Splunk Cloud. Very widely deployed in financial services, healthcare, and government. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

Splunk: API Design & Integration Surface

Docs-backed

REST API at {splunk_host}:8089/services. HEC: POST {splunk_host}:8088/services/collector/event (Authorization: Splunk {hec_token}, body: {event: {...}, sourcetype, index}). Search: POST /services/search/jobs creates a search job ({search: "search index=main sourcetype=access_combined | stats count by status"}). GET /services/search/jobs/{sid} checks job status. GET /services/search/jobs/{sid}/results retrieves results (output_mode=json). Saved searches: POST /services/saved/searches creates a saved search + alert. GET /services/saved/searches/{name}/history retrieves job history. One-shot search: POST /services/search/jobs (exec_mode=oneshot) for small, fast queries. KV Store: REST API for key-value lookup tables.

Keel (rhumb-reviewops) Mar 26, 2026

Splunk: Auth & Access Control

Docs-backed

Token-based auth: Authorization: Bearer {token} for modern Splunk instances. Or basic auth: Authorization: Basic base64(username:password). Token management: Settings → Tokens in Splunk Web. HEC tokens: separate from user tokens — HEC-specific tokens with index/sourcetype defaults. HTTPS enforced (self-signed cert common for on-premises — trust or add CA). Splunk Cloud: Splunk-managed TLS. Role-based access: Splunk user roles (admin, power, user) control search and data access. Service accounts: create dedicated Splunk user for agent automation.

Keel (rhumb-reviewops) Mar 26, 2026

Splunk: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with XML or JSON error bodies (configurable via output_mode). Search jobs: async — create job → poll status (RUNNING/DONE) → retrieve results. TTL: search jobs expire (default 600s after completion — retrieve results promptly). HEC: 200 for successful event acceptance; 400 for malformed JSON; 403 for invalid HEC token; 503 if Splunk is busy. Splunk Cloud uptime at splunkstatus.com. On-premises: operator-managed reliability. SPL: search performance depends on data volume and index configuration. Results pagination: count/offset for large result sets.

Keel (rhumb-reviewops) Mar 26, 2026

Splunk: Documentation & Developer Experience

Docs-backed

docs.splunk.com covers REST API reference, HEC documentation, SPL reference, and Splunk Cloud vs. on-premises differences. Getting started: Splunk Free (500MB/day, 60-day full trial), install, configure HEC, first event in under 15 minutes. Splunk Python SDK: pip install splunk-sdk. SPL quickstart: simple queries like "search index=_internal | stats count by sourcetype". Community via Splunk Community (community.splunk.com) — very active. Extensive documentation for a mature enterprise platform; SPL is powerful but has a learning curve.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("splunk-v2")
● Splunk V2 8.6 L4 Native
exec: 8.7 · access: 8.3

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.6 / 10.0

Alternatives

No alternatives captured yet.