- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
DaveBunn
Path Finder
11-08-2021
09:30 AM
Is there a way to find which forwarder a devices event logs came from.
I have hundreds of devices sending WEC logs through WEC servers, I could really do with an easy method to pinpoint where they came from during search time.
Something like
Index=wec_index
| ctable hosts, WECSvr
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Roy_9
Motivator
11-08-2021
04:24 PM
Hello,
You could use the below search and also you can track it in cloud monitoring console.
index=_internal sourcetype=splunkd group=tcpin_connections | stats first(version) by hostname
Thanks
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
DaveBunn
Path Finder
01-15-2022
09:29 AM
Thanks Roy99 - worked perfectly - easy when you know how.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Roy_9
Motivator
11-08-2021
04:24 PM
Hello,
You could use the below search and also you can track it in cloud monitoring console.
index=_internal sourcetype=splunkd group=tcpin_connections | stats first(version) by hostname
Thanks
