[Fleet] ignore_above should not be added to fields with 'index: false' #136982
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:EPM
Fleet team's Elastic Package Manager (aka Integrations) project
Team:Fleet
Team label for Observability Data Collection Fleet team
Kibana version: main / 8.4.0-SNAPHSOT / ac15ee4
Describe the bug:
EPM adds a default
ignore_above: 1024
to fields when they are not indexed. If a field is defined withindex: false
then EPM should not addignore_above
. We can see in this inevent.original
which is not indexed:Any additional context:
ignore_above
setting when not indexing field ecs#1481kibana/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.ts
Lines 257 to 260 in e6c35a6
kibana/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.ts
Lines 285 to 288 in e6c35a6
The text was updated successfully, but these errors were encountered: