Skip to content

Commit

Permalink
Disable indexing for .fleet-agents action_seq_no field (#95584)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
aleksmaus and kibanamachine authored Mar 30, 2021
1 parent d29abdf commit 1bfa719
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"type": "keyword"
},
"action_seq_no": {
"type": "integer"
"type": "integer",
"index": false
},
"active": {
"type": "boolean"
Expand Down

0 comments on commit 1bfa719

Please sign in to comment.