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

[Security Solution] Refactor Network TLS to use Search Strategy #76241

Conversation

patrykkopycinski
Copy link
Contributor

@patrykkopycinski patrykkopycinski commented Aug 29, 2020

Summary

image

Checklist

@patrykkopycinski patrykkopycinski marked this pull request as ready for review August 31, 2020 06:24
@patrykkopycinski patrykkopycinski requested review from a team as code owners August 31, 2020 06:24
desc = 'desc',
}

export interface TlsSortField {
Copy link
Contributor

@XavierM XavierM Aug 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that I would like us to refactor SortField to be like that below. Therefore, now we can have a generic/strict type if need it and TlsSortField can be replaced by SortField<TlsFields>.
Does that make sense?

export interface SortField<Field = string> {
  field: Field;
  direction: Direction;
}

};
};
useEffect(() => {
if (skip) {
Copy link
Contributor

@XavierM XavierM Aug 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering if I made a mistake with allHosts query because I remove the skip. are we really using this skip attributes?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for fixing my mistake in #76252

…-tls-search-strategy

# Conflicts:
#	x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/index.ts
#	x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

@kbn/optimizer bundle module count

id value diff baseline
securitySolution 1933 +2 1931

async chunks size

id value diff baseline
securitySolution 9.5MB +3.9KB 9.5MB

distributable file count

id value diff baseline
total 45453 +6 45447

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@MindyRS MindyRS added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Sep 23, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:enhancement Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants