Coleman Kane
Coleman Kane
Also came across the following error showing up in the `connector-eset` logs: ``` raceback (most recent call last): File "/opt/opencti-connector-eset/eset.py", line 221, in _import_collection self.helper.send_stix2_bundle( File "/usr/local/lib/python3.11/site-packages/pycti/connector/opencti_connector_helper.py", line 1140, in...
@Megafredo I am now running into the redis memory consumption behavior on another instance using entirely OSINT connectors, where I am able to collect the data more easily to help...
So, I did some experiments where I used the `MEMORY USAGE ` on each of the keys in my redis instance to produce a table such as the following, with...
To get the summary counts of all of the keys in each of the `work*` keys (disregarding the timestamps and counting them), I run `cut -d' ' -f 2 redis_keys.txt...
I decided to narrow-in to the work listed above with the `257942` keys, and do a summary count table that includes the date from the timestamp, but not the time:...
> First of all, I wanted to thank you @ckane for your research! Since the connector is in the support: partners category, I don't really have all the necessary access...
Since the "redis grows uncontrollably" problem has been raised a few times by others that I've talked to (particularly in Slack), I'm curious if there's any interest in looking into...
FWIW I am still running regular `redis` 7.2.4 on my system that was pulling from ESET, for now. Next week, I may consider trying to re-deploy with this change as...
Ty for all the help @Megafredo!
Here is another project that is backed by Snap Inc., is open source, is a drop-in replacement for Redis, and offers an eviction policy that can evict to disk rather...