mrproliu opened a new pull request, #11731: URL: https://github.com/apache/skywalking/pull/11731
While updating UI templates, I noticed that if the UI template configuration in Elasticsearch exceeds `32766` characters, it fails to save. This is because the keyword type in Elasticsearch supports only up to `32766` characters. The configuration field in the UI template was exceeding this limit. I've changed the **keyword** field to **text** type to successfully update the templates. - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #<issue number>. - [x] Update the [`CHANGES` log](https://github.com/apache/skywalking/blob/master/docs/en/changes/changes.md). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
