Skip to content

Instantly share code, notes, and snippets.

@faststeak
Created December 11, 2017 16:20
Show Gist options
  • Save faststeak/00329232e83943a8a5074e3b2c44d936 to your computer and use it in GitHub Desktop.
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
| 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