Admin Config Service (ACS) requirements and compatibility matrix

This page lists basic requirements and compatibility information for the Admin Config Service (ACS) API.

To get started using the ACS API, see Basic setup and usage concepts for the Admin Config Service (ACS) API

Requirements

To use the ACS API with your Splunk Cloud Platform deployment:

FedRAMP requirements

The ACS API is supported on all versions of Splunk Cloud Platform that support FedRAMP IL2.

Note: Splunk Cloud Platform supports FedRAMP IL2 on Classic Experience only.

To run ACS operations on FedRAMP, you must specify the FedRAMP IL2 URL https://admin.splunkcloudgc.com in the API request, instead of the default ACS server URL https://admin.splunk.com. For example:

curl 'https://admin.splunkcloudgc.com/{stack_name}/adminconfig/v2/indexes' \
--header 'Authorization: Bearer eyJraWQiOiJzcGx1bmsuc2VjcmV0Iiwi…' 
Note: FedRAMP IL2 deployments do not support ACS maintenance window (maintenance-window) and authentication token (tokens) endpoint operations. FedRAMP IL2 deployments do not support the ACS CLI setup and login commands, which use the ACS tokens endpoint to generate authentication tokens.
Note: FedRAMP IL2 deployments do not support editing limits.conf using the Configure Limits UI in Splunk Web. The Configure Limits UI runs on Victoria Experience only, while FedRAMP IL 2 requires Classic Experience.
Note: ACS does not support IP allow list management on FedRAMP High environments. To modify allow lists on FedRAMP High environments you must contact Splunk Support.

For more information on Splunk platform support for FedRAMP, see Compliance at Splunk.

ACS compatibility matrix

The table shows compatibility for ACS-supported features on Victoria Experience and Classic Experience.

ACS-supported featureVictoria ExperienceClassic Experience
App permissionsYesNo
Authentication tokensYesYes
Export appsYesNo
HEC tokensYesYes
IndexesYesYes
IP allow listsYesYes
limits.conf configurationYesNo
Maintenance windowsYesYes
Outbound portsYesYes
Private appsYesYes *
Private connectivityYesYes
RestartsYesYes
Splunkbase appsYesYes *
Users, roles, and capabilitiesYesYes
ACS CLIYesYes **
FedRAMP IL2NoYes
Terraform Provider for ACSYesYes
Note: *Classic Experience supports ACS app management on all search heads except premium search heads.
Note: **Classic Experience supports ACS CLI bulk operations for HEC tokens and indexes only.

Determine your Splunk Cloud Platform Experience

Each Splunk Cloud Platform stack has an Experience designation: Classic or Victoria. Some ACS features are compatible with Victoria Experience only, while others, such as private app management, provide different endpoints for Classic Experience and Victoria Experience.

To find your Splunk Cloud Platform Experience:

  1. In Splunk Web, click Support & Services > About.
  2. In the About panel, under Splunk Cloud, find your Experience: Classic or Victoria.

After you determine your Splunk Cloud Platform Experience, use the ACS feature endpoints that apply to your Experience.

For more information on Splunk Cloud Platform Experience, see Determine your Splunk Cloud Platform Experience in the Splunk Cloud Platform Admin Manual.