-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10, 2021.0
-
Fix Version/s: 10.10-HF73, 2023.0, 2021.36
-
Component/s: Elasticsearch
-
Release Notes Summary:Only text is indexed on HTML Note document
-
Tags:
-
Backlog priority:750
-
Upgrade notes:
-
Sprint:nxplatform #83, nxplatform #84
-
Story Points:5
Currently, embedding the HTML text content of a Note document with an image results in its Base64-encoding being added to the document's note:note schema property - this field is always stored in Elasticsearch, resulting in a significant storage increase. This exposes a risk to the Elasticsearch cluster when multiple documents with embedded images are created.
To avoid this, Base64 content should be filtered out before requests to the ES cluster are made for Document creation/indexing.
- mentioned in
-
Page Loading...