mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
4c0d09acdc
commit
524ce98805
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"user_id" : {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue