-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Security Solution] Refactor FirstLastSeenHost to use Search Strategy #76252
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
[Security Solution] Refactor FirstLastSeenHost to use Search Strategy #76252
Conversation
|
Pinging @elastic/siem (Team:SIEM) |
| * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
| * or more contributor license agreements. Licensed under the Elastic License; | ||
| * you may not use this file except in compliance with the Elastic License. | ||
| */ |
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.
nit -> you are already in the folder of hosts, so we do know that first_last_seen is for a host. Do you agree?
XavierM
left a comment
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.
Make sense to me, re-organizing the factory queries to a dedicated folder is nice ❤️ .
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
async chunks size
distributable file count
History
To update your PR or re-run it, just comment with: |
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
Summary
Refactor FirstLastSeenHost to use Search Strategy

Checklist