Which command is used to check the current license status from the Splunk CLI?
Trap 1: splunk list license
This is not a valid command.
Trap 2: splunk get license-info
This is not a valid command.
Trap 3: splunk status
This checks if services are running.
- A
splunk list license
Why wrong: This is not a valid command.
- B
splunk get license-info
Why wrong: This is not a valid command.
- C
splunk show licenser-status
This command shows the current license and usage status.
- D
splunk status
Why wrong: This checks if services are running.