Add user to .fleet-actions mapping (#95935)

* Add user to .fleet-actions mapping

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

* Flatten to user_id
This commit is contained in:
Aleksandr Maus 2021-03-31 14:04:41 -04:00 committed by GitHub
parent 4c0d09acdc
commit 524ce98805
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,9 @@
},
"type": {
"type": "keyword"
},
"user_id" : {
"type": "keyword"
}
}
}