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!

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 ...

New This Month - Observability Updates Give Extended Visibility and Improve User ...

This month is a collection of special news! From Magic Quadrant updates to AppDynamics integrations to ...

Intro to Splunk Synthetic Monitoring

In our last post, we mentioned that the 3 key pieces of observability – metrics, logs, and traces – provide ...