fastly / sigsci-splunk-app

Splunk app for Fastly (Signal Sciences)
https://splunkbase.splunk.com/app/3495
MIT License
9 stars 10 forks source link

SigsciRequests objects are being duplicated #25

Closed jeremy-cxf closed 1 year ago

jeremy-cxf commented 1 year ago

There appears to be a regression between 1.0.28 and the previous version based on @dacoburn 's changes.

For instance, SigsciRequests are being duplicated 60 times. Earlier (in version 1.0.25), the delta was in minutes, and now the delta is in seconds. But, the underlying code is not updated to reflect this.

/bin/input_module_SigsciRequests.py#L142 /bin/input_module_SigsciEvent.py#L142

dacoburn commented 1 year ago

Thanks for the call out. I just pushed a fix for this and a new version is in the Splunkbase as well.