Splunk Dev

How do I programmatically determine if my app is running on Splunk Cloud?

LukeMurphey
Champion

I have an app that needs to determine if it is running on Splunk Cloud. How do I determine if my Splunk install is running on Splunk Cloud versus on-prem?

Tags (2)
0 Karma
1 Solution

LukeMurphey
Champion

You can determine if the Splunk install is Splunk cloud by looking at the /services/server/info/server-info (e.g. https://127.0.0.1:8089/services/server/info/server-info) endpoint. If the install is running on Splunk Cloud, it will have a field named "instance_type" that has a value of "cloud".

You can make your Splunk Enterprise instance include this value by making a file in your Splunk install under $SPLUNK_HOME/etc/system/local/server.conf that sets the instance type to cloud, like this:

[general]
instanceType = cloud

This is useful when you want to test your app on Splunk Enterprise but have it emulate that way it would behave on Cloud (presuming that your app is designed to act differently on Cloud).

View solution in original post

0 Karma

LukeMurphey
Champion

You can determine if the Splunk install is Splunk cloud by looking at the /services/server/info/server-info (e.g. https://127.0.0.1:8089/services/server/info/server-info) endpoint. If the install is running on Splunk Cloud, it will have a field named "instance_type" that has a value of "cloud".

You can make your Splunk Enterprise instance include this value by making a file in your Splunk install under $SPLUNK_HOME/etc/system/local/server.conf that sets the instance type to cloud, like this:

[general]
instanceType = cloud

This is useful when you want to test your app on Splunk Enterprise but have it emulate that way it would behave on Cloud (presuming that your app is designed to act differently on Cloud).

0 Karma
Get Updates on the Splunk Community!

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

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...