- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Gregski11
Contributor
02-16-2023
11:00 AM
On Splunk 9.0.0 on windows on one of our dedicated Deployment servers when we go to Settings \ Forwarder Management in the Web UI we get a nice list of Clients aka systems running the Universal Forwarder so far so good
My question is how can I see what Search is generating this result ie this list of machines? unlike some of the other screens there is no magnifying glass icon to click on to invoke the search pane
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
paulcurry
Path Finder
02-16-2023
12:19 PM
I don't know that exact search but have used the below search to get an exportable list of deployment clients.
| rest splunk_server=local /services/deployment/server/clients
| table hostname utsname
| sort utsname
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
paulcurry
Path Finder
02-16-2023
12:19 PM
I don't know that exact search but have used the below search to get an exportable list of deployment clients.
| rest splunk_server=local /services/deployment/server/clients
| table hostname utsname
| sort utsname
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Gregski11
Contributor
02-17-2023
11:02 AM
Paul you my friend are a Rock Star !!! that's exactly what I needed
