Getting Data In

Using a REST command to query the status of the splunkweb process?

Lucas_K
Motivator

I'd like to be able to check on the status of the splunkweb process from distributed splunk instances within a splunk search. I could easily do this with a script but I want to avoid at all costs. I need an internal splunk method to obtain the status of remote splunk installations.

At the moment I can simply query splunkd processes using a rest command such as "| rest /services/server/info" and I can be sure that the splunkd process on all the listed hosts is working as they are returning info about themselves.

I have had situations in the past where splunkweb or splunkd would independently crash so i'd like to make a dashboard + alerts that would inform us of this (without use of scripts!!!!)

Tags (2)
0 Karma

kevin5even
Explorer

You can get the process IDs of the running splunkweb processes in your distributed environment using the following:

| rest /services/server/status/resource-usage/splunk-processes | search process=splunkweb | table splunk_server pid

You can adapt this to get a count and alert off that...

kevin5even
Explorer

This was from a 6.1.1 instance. According to the docs, that rest API endpoint was not added until version 6.1.

0 Karma

Lucas_K
Motivator

Thanks for the reply i'd been waiting aaages to try and find something like this but it doesn't seem to work on my installs. What version of splunk was that run on?

edit: If I walk the path I can see

| rest /services/server/status/resource-usage

Inside there I get hostwide and splunk-processes but they both don't contain anything.

0 Karma

GauravSplunxter
Explorer

same issue here. looking into the permissions/roles to resolve the issue.

0 Karma
Get Updates on the Splunk Community!

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...