|
I have a saved search that notifies me when a forwarder goes up or down based on various The problem I'm running into is that I'm seeing a bunch of messages like this even when the forwarder is not going down. Anybody know why this is happening, or a more reliable message that I can use for this:
I'm wondering if this simply means that the connection was temporarily closed due to no data, but that would seem odd since I'm seeing this primarily on a few servers that are fairly busy. For anyone interested. My full search runs ever 5 minutes, and looks like this: (Be prepared to do some scrolling)
|
|
I recommend using the hosts metadata and searching for events received. Metadata contains when the last event was received from a specific host, source, or sourcetype. You can use a where statement that compares the last time an event was received to ensure that data is streaming. The reasons this is better than searching the splunkd log:
The search I use is as follows:
This will tell you what hosts have sent data in the past 10 minutes. |
