Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proofpoint TAP] Empty array response should not generate an event #9965

Closed
andrewkroh opened this issue May 24, 2024 · 4 comments · Fixed by #9974
Closed

[Proofpoint TAP] Empty array response should not generate an event #9965

andrewkroh opened this issue May 24, 2024 · 4 comments · Fixed by #9974
Labels
bug Something isn't working, use only for issues Integration:proofpoint_tap Proofpoint TAP Team:Security-Service Integrations Security Service Integrations Team [elastic/security-service-integrations]

Comments

@andrewkroh
Copy link
Member

Each minute when there are no new events available, documents like this are indexed in Elasticsearch.

These are event.original values:

{"messagesDelivered:":[],"queryEndTime":"2023-05-23T19:01:34Z"}
{"messagesDelivered:":[],"queryEndTime":"2023-05-23T19:02:34Z"}

This was observed with the other data streams in the integration too.

References

@andrewkroh andrewkroh added bug Something isn't working, use only for issues Integration:proofpoint_tap Proofpoint TAP Team:Security-Service Integrations Security Service Integrations Team [elastic/security-service-integrations] labels May 24, 2024
@elasticmachine
Copy link

Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)

@andrewkroh
Copy link
Member Author

andrewkroh commented May 24, 2024

FWIW this integration has a fairly short maximum look-back window and uses deduplication prevention, so IMO it is a candidate for CEL conversion because the risk of mass duplication on update is low.

@andrewkroh
Copy link
Member Author

#9974 might be fixing this. @chrisberkhout, can you confirm?

@chrisberkhout
Copy link
Contributor

#9974 might be fixing this. @chrisberkhout, can you confirm?

Correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working, use only for issues Integration:proofpoint_tap Proofpoint TAP Team:Security-Service Integrations Security Service Integrations Team [elastic/security-service-integrations]
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants