Skip to content

Commit

Permalink
ignore above now rely on default ES limit and set doc values to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Jun 13, 2018
1 parent 6dbe59f commit 22d8d4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion schemas/tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
type: keyword
description: >
An array of certificates.
ignore_above: 4096
ignore_above: -1
doc_values: false
- name: servername
type: keyword
description: >
Expand Down
2 changes: 1 addition & 1 deletion template.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
"tls": {
"properties": {
"certificates": {
"ignore_above": 4096,
"doc_values": false,
"type": "keyword"
},
"ciphersuite": {
Expand Down

0 comments on commit 22d8d4a

Please sign in to comment.