activecm / espy

Endpoint detection for remote hosts for consumption by RITA and Elasticsearch
GNU General Public License v3.0
67 stars 16 forks source link

Handle endpoint reconnection to Redis #18

Closed caffeinatedpixel closed 4 years ago

caffeinatedpixel commented 4 years ago

When Redis goes offline, endpoints running winlogbeat will not automatically reconnect to Redis when it comes back online. Only after restarting the winlogbeat service will the endpoint be connected to the Redis server again.

If the Redis server is to go offline, all endpoints should automatically reconnect to Redis when available without a restart of winlogbeat.

Zalgo2462 commented 4 years ago

It seems that winlogbeat will indefinitely try to reconnect to redis, and after testing with a couple different setup it seems like the reconnection issue may not be an issue.