Skip to content

Commit

Permalink
update .fleet-agents mapping (#89270)
Browse files Browse the repository at this point in the history
Update the .fleet-agents mapping to add the new outputs field. See elastic/fleet-server#1672 for details.
  • Loading branch information
AndersonQ authored Sep 7, 2022
1 parent 0b8ba2a commit 3337493
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions x-pack/plugin/core/src/main/resources/fleet-agents.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,26 @@
}
}
},
"outputs": {
"properties": {
"api_key": {
"type": "keyword"
},
"api_key_id": {
"type": "keyword"
},
"type": {
"type": "keyword"
},
"policy_permissions_hash": {
"type": "keyword"
},
"to_retire_api_key_ids": {
"type": "object",
"enabled": false
}
}
},
"default_api_key": {
"type": "keyword"
},
Expand Down

0 comments on commit 3337493

Please sign in to comment.