[O365] Add system benchmark#16120
Merged
moxarth-rathod merged 2 commits intoelastic:mainfrom Dec 1, 2025
Merged
Conversation
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
audit |
2074.69 | 1512.86 | -561.83 (-27.08%) | 💔 |
To see the full report comment with /test benchmark fullreport
efd6
reviewed
Nov 26, 2025
Comment on lines
+68
to
+85
| - path: /api/v1.0/test-cel-tenant-id/activity/feed/subscriptions/content | ||
| methods: [GET] | ||
| query_params: | ||
| contentType: "Audit.General" | ||
| startTime: "{startTime:.*}" | ||
| endTime: "{endTime:.*}" | ||
| PublisherIdentifier: test-cel-tenant-id | ||
| request_headers: | ||
| Authorization: | ||
| - "Bearer CELtoken" | ||
| responses: | ||
| - status_code: 200 | ||
| headers: | ||
| Content-Type: | ||
| - "application/json" | ||
| body: |- | ||
| [{"contentType": "Audit.General","contentId": "celid3","contentUri": "http://svc-o365:8082/api/v1.0/celgen1/activity/feed/audit/celid3","contentCreated": "{{ .request.vars.endTime }}","contentExpiration": "2199-05-30T17:35:00.000Z"}] | ||
| - path: /api/v1.0/celgen1/activity/feed/audit/celid3 |
Contributor
There was a problem hiding this comment.
Can we have more than one content path? At the moment we're only exercising the content collection, and not the iteration over the different feeds.
kcreddy
reviewed
Nov 26, 2025
Comment on lines
+3
to
+8
| enum: | ||
| - b86ab9d4-fcf1-4b11-8a06-7a8f91b47fbd | ||
| - a86ab9d4-fcf1-4b11-8a06-7a8f91b47fbd | ||
| - c86ab9d4-fcf1-4b11-8a06-7a8f91b47fbd | ||
| - d86ab9d4-fcf1-4b11-8a06-7a8f91b47fbd | ||
| - e86ab9d4-fcf1-4b11-8a06-7a8f91b47fbd |
Contributor
There was a problem hiding this comment.
Lets not make them enum here and make it more closely align with live-data.
We could make use of cardinality. Example here.
Contributor
There was a problem hiding this comment.
Same goes for most of the Id fields.
💚 Build Succeeded
History
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Checklist
changelog.ymlfile.How to test this PR locally
Related issues