Disable indexing for .fleet-agents action_seq_no field (#95584)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Aleksandr Maus 2021-03-30 11:40:07 -04:00 committed by GitHub
parent d29abdfa15
commit 1bfa719d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,8 @@
"type": "keyword"
},
"action_seq_no": {
"type": "integer"
"type": "integer",
"index": false
},
"active": {
"type": "boolean"