Skip to content

Commit

Permalink
Prevent 'Field data loading is forbidden' exception
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaempf committed Aug 3, 2016
1 parent 65e7d7d commit 7555ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logstash/elasticsupport-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"match_mapping_type" : "string",
"mapping" : {
"type" : "string", "index" : "not_analyzed", "omit_norms" : true,
"fielddata" : { "format" : "disabled" }
"fielddata": { "format": "paged_bytes" }
}
}
}, {
Expand All @@ -21,7 +21,7 @@
"match_mapping_type" : "string",
"mapping" : {
"type" : "string", "index" : "not_analyzed", "omit_norms" : true,
"fielddata" : { "format" : "disabled" },
"fielddata": { "format": "paged_bytes" }
}
}
} ],
Expand Down

0 comments on commit 7555ed8

Please sign in to comment.