Created
December 11, 2017 16:20
-
-
Save faststeak/00329232e83943a8a5074e3b2c44d936 to your computer and use it in GitHub Desktop.
Splunk - quick search to get a list of deployment server apps with corresponding server classes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rest splunk_server=local /services/deployment/server/applications | |
| fields title id serverclasses | |
| where isnotnull(serverclasses) | |
| mvexpand serverclasses |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment