Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.28 KB

Splunk ACS CLI

Admin Config Service CLI for managing splunk cloud stacks.

The Admin Config Service (ACS) provides a command line interface (CLI) that lets you perform many Splunk Cloud Platform configuration and management tasks in a self-service manner. You can use the CLI to run corresponding ACS API operations from the command line, without having to know specific API endpoint details.

Installing

Use a prebuilt binary from the releases page for your operating system.

On MacOS and Linux, you can install acs using homebrew:

$ brew tap splunk/tap 
$ brew install acs

On Windows, you can install acs using winget:

$ winget install acs-cli

Run 'acs version' to verify you are running the latest CLI version

Run ‘acs’ or ‘acs –help’ to get started.

CLI configuration and workflow

ACS CLI simplifies access to multiple Splunk Cloud Platform deployments (stacks).

Here’s a sample workflow for initial CLI configuration before running CLI operations for ACS APIs.

ACS CLI_ User Guide Please refer to Splunk ACS CLI docs for more help.