Skip to content

[7.x] [Security Solution] Fix sorting on unmapped fields in Timeline Events… (#87241)#87957

Merged
patrykkopycinski merged 1 commit intoelastic:7.xfrom
XavierM:backport/7.x/pr-87241
Jan 12, 2021
Merged

[7.x] [Security Solution] Fix sorting on unmapped fields in Timeline Events… (#87241)#87957
patrykkopycinski merged 1 commit intoelastic:7.xfrom
XavierM:backport/7.x/pr-87241

Conversation

@XavierM
Copy link
Copy Markdown
Contributor

@XavierM XavierM commented Jan 12, 2021

Backports the following commits to 7.x:

elastic#87241)

* [Security Solution] Fix sorting on unmapped fields in Timeline Events table

* set unmapped_type to the column type

* add missing types

* Update saved_object_mappings.ts

Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
@XavierM XavierM added the backport This PR is a backport of another PR label Jan 12, 2021
@kibanamachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
securitySolution 8.5MB 8.5MB +768.0B

Saved Objects .kibana field count

Every field in each saved object type adds overhead to Elasticsearch. Kibana needs to keep the total field count below Elasticsearch's default limit of 1000 fields. Only specify field mappings for the fields you wish to search on or query. See https://www.elastic.co/guide/en/kibana/master/development-plugin-saved-objects.html#_mappings

id before after diff
siem-ui-timeline 90 91 +1

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

@patrykkopycinski patrykkopycinski merged commit 6ab982b into elastic:7.x Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants