-
Notifications
You must be signed in to change notification settings - Fork 497
[Akamai] - Added initial interval restrictions for api requests #15649
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
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
@ShourieG can we take on the |
Sure, but then we have to skip system tests for now. |
default: 24h | ||
description: Initial interval to poll for events. Default is 24 hours. Supported units for this parameter are h/m/s. | ||
default: 12h | ||
description: Initial interval to poll for events. Default is 12 hours. Supported units for this parameter are h/m/s. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Initial interval to poll for events. Default is 12 hours. Supported units for this parameter are h/m/s. | |
description: Initial interval to poll for events. Default is the maximum allowed value of 12 hours. Supported units for this parameter are h/m/s. |
- The GCS input currently does not support fetching of buckets using bucket prefixes, so the bucket names have to be configured manually for each data stream. | ||
- The GCS input currently only accepts a service account JSON key or a service account JSON file for authentication. | ||
- The GCS input currently only supports JSON data. | ||
- The [Akamai SIEM Integration API](https://techdocs.akamai.com/siem-integration/reference/api) has a maximum look-back interval limit of 12 hours. Any value configured beyond this will be automatically ignored in order to avoid API errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is needed here, or at least if it is added here, it should also be added at the config UI. Information locality is important.
[[- if (gt $maxLookbackTime $initialTime) -]] | ||
[[- $maxLookbackTime -]] | ||
[[- else -]] | ||
[[- $initialTime -]] | ||
[[- end -]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[[- if (gt $maxLookbackTime $initialTime) -]] | |
[[- $maxLookbackTime -]] | |
[[- else -]] | |
[[- $initialTime -]] | |
[[- end -]] | |
[[- max $maxLookbackTime $initialTime -]] |
@efd6, addressed all comments. |
💚 Build Succeeded
History
cc @ShourieG |
Package akamai - 2.28.1 containing this change is available at https://epr.elastic.co/package/akamai/2.28.1/ |
Type of change
Proposed commit message
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots