Splunk Dev

Create REST API in app Namespace?

Kronecker
Loves-to-Learn

Hi, 

I am creating REST API'S for fetching data from an external server. I was able to successfully create the API.

Question/Problem:

I have two apps on the same Splunk instance

1) Development

2) Production

Both of them have a similar code for the REST API's. 

in restmap.conf

[script:build]

match=/build

script=build.py

scripttype=persist

handler=application.build

When I call the REST API from either Development or Production application the call is being made to the API in Development application.

I have tried using serviceNS/<app_name>/<user_name>/<rest_endpoint> 

But the calling is still being made to the API under Development.

How can I create the REST API in a such a way that it belongs to the APPs namespace.

P.S.

I need to keep the code same for both Production and Development application.

Labels (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

It is generally not good practice to keep development and production on the same instance.

You should consider some sort of build and delivery pipeline for deploying your code from development to production to "keep the code the same".

0 Karma
Get Updates on the Splunk Community!

Updated Data Type Articles, Anniversary Celebrations, and More on Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...

4 Ways the Splunk Community Helps You Prepare for .conf25

.conf25 is right around the corner, and whether you’re a first-time attendee or a seasoned Splunker, the ...