You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, next_start_date is being set to [[ .first_event.id.time ]] (the event time). However, this causes the module to set the startTime parameter to the time of the event, resulting in the same event being pulled repeatedly.
Since startTime sets the beginning of the range for the logs, this behavior causes multiple logs to be received for the same event, leading to duplication.
Steps to Reproduce:
Configure the Google Workspace Admin module as per the documentation.
Enable the module and start Filebeat.
Observe the logs being ingested with duplication cased on the uniqueQualifier.
Environment:
Filebeat version: 8.16.1
Module: Google Workspace Admin
While using the Google Workspace Admin module for Filebeat, I've encountered an issue where duplicate logs are being received.
The problem seems to originate from the url.params.startTime configuration, particularly with the following logic:
Here, next_start_date is being set to [[ .first_event.id.time ]] (the event time). However, this causes the module to set the startTime parameter to the time of the event, resulting in the same event being pulled repeatedly.
Since startTime sets the beginning of the range for the logs, this behavior causes multiple logs to be received for the same event, leading to duplication.
Steps to Reproduce:
Environment:
Filebeat version: 8.16.1
Module: Google Workspace Admin
Discuss Forum URL: https://discuss.elastic.co/t/duplicate-logs-issue-due-to-next-start-date-configuration-in-google-workspace-admin-module/372082
The text was updated successfully, but these errors were encountered: