Getting Data In

Why am I getting error "Couldn't establish REST service for SplunkRestAppender named 'splunkrest'" trying to integrate Splunk with log4j?

esudharaka
New Member

I am trying to run Example logging in https://github.com/damiendallimore/SplunkJavaLogging with log4j configurations. When i try write logs in to splunk using REST API I am getting following error.

log4j:ERROR Couldn't establish REST service for SplunkRestAppender named "splunkrest".

I cant find a way to setup this service end point in splunk setup. What might be the issue ?

Tags (4)
0 Karma

fross_splunk
Splunk Employee
Splunk Employee

The HTTP receivers don't appear in the input configuration. They're just REST endpoints that any logged in REST session can send data to. They are also the least performant of Splunk's inputs, and you should avoid them if you have other options. You will be much better served by writing to a file and monitoring it with a universal forwarder, or writing directly to a TCP or UDP input.

Your best bet is to email Damien Dallimore, who wrote the code, directly.

Get Updates on the Splunk Community!

AI for AppInspect

We’re excited to announce two new updates to AppInspect designed to save you time and make the app approval ...

App Platform's 2025 Year in Review: A Year of Innovation, Growth, and Community

As we step into 2026, it’s the perfect moment to reflect on what an extraordinary year 2025 was for the Splunk ...

Operationalizing Entity Risk Score with Enterprise Security 8.3+

Overview Enterprise Security 8.3 introduces a powerful new feature called “Entity Risk Scoring” (ERS) for ...