Skip to content

Instantly share code, notes, and snippets.

@LukeMurphey
Created October 23, 2019 17:52
Show Gist options
  • Save LukeMurphey/6adce133a17b0a2d33a21c23fc970d06 to your computer and use it in GitHub Desktop.
Save LukeMurphey/6adce133a17b0a2d33a21c23fc970d06 to your computer and use it in GitHub Desktop.
Server.conf for faking a cloud instance of Splunk on-prem
# 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".
# $SPLUNK_HOME/etc/system/local/server.conf that sets the instance type to cloud, like this:
[general]
instanceType = cloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment