Skip to content

Commit

Permalink
Add user to .fleet-actions mapping (elastic#95935)
Browse files Browse the repository at this point in the history
* Add user to .fleet-actions mapping

* Leave only user.id, remove the rest of added fields

* Flatten to user_id
  • Loading branch information
aleksmaus authored and kibanamachine committed Mar 31, 2021
1 parent 49da182 commit 066c9a4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
},
"type": {
"type": "keyword"
},
"user_id" : {
"type": "keyword"
}
}
}
Expand Down

0 comments on commit 066c9a4

Please sign in to comment.