Skip to content

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

Merged
patrykkopycinski merged 5 commits intoelastic:masterfrom
patrykkopycinski:feat/networkt-tls-search-strategy
Aug 31, 2020
Merged

[Security Solution] Refactor Network TLS to use Search Strategy#76241
patrykkopycinski merged 5 commits intoelastic:masterfrom
patrykkopycinski:feat/networkt-tls-search-strategy

Conversation

@patrykkopycinski
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

6 participants