-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Hi,
I am trying to send my networks data to both domain_stats and freq_server for analysis and enrichment.
I am sending on average 20 queries per second.
When this data is sent just to freq_server the VM idles and process the data like a dream.
However as soon as I also send that same data to domain_stats the ingesting of the data post processing by ELK drops of a cliff.
We have investigated CPU, memory and Disk IO and is all seems reasonable on both the VM running domain_stats and ELK.
The memory utilization for the caching is consistently under utilized based on sending the stats query.
Looking at the local logging for both domain_stats and log-stash they seem to be up-to-date.
Has anyone else come across this issue, i have tried multiple configs rdap vs ISC ?