[Fleet] Add APM traces index names to Fleet enroll role#85802
[Fleet] Add APM traces index names to Fleet enroll role#85802simitt merged 4 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/ingest-management (Team:Ingest Management) |
nchaulet
left a comment
There was a problem hiding this comment.
There is a test to update here x-pack/test/fleet_api_integration/apis/agent_setup.ts but otherwise LGTM 🚀
|
Also removed the |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
ruflin
left a comment
There was a problem hiding this comment.
LGTM
@jonathan-buttner @kevinlog This removes the permissions for the events-* indices. I'm pretty sure it is not used anymore and only a left over.
* Add APM traces index names to Fleet enroll role * Removes fleet permissions for `events-*` as they became obsolete fixes elastic#85761
* master: (66 commits) [Alerting] fixes broken Alerting Example plugin (elastic#85774) [APM] Service overview instances table (elastic#85770) [Security Solution] Unskip timeline creation Cypress test (elastic#85871) properly recognize enterprise licenses (elastic#85849) [SecuritySolution][Detections] Adds SavedObject persistence to Signals Migrations (elastic#85690) [TSVB] Fix functional tests flakiness and unskip them (elastic#85388) [Fleet] Change permissions for Fleet enroll role (elastic#85802) Gauge visualization can no longer be clicked to filter on values since Kibana 7.10.0 (elastic#84768) [Security Solution][Detections] Add alert source to detection rule action context (elastic#85488) [Discover] Don't display hide/show button for histogram when there's no time filter (elastic#85424) skip flaky suite (elastic#78553) License checks for alerts plugin (elastic#85649) skip flaky suite (elastic#84992) skip 'query return results valid for scripted field' elastic#78553 Allow action types to perform their own mustache variable escaping in parameter templates (elastic#83919) [ML] More machine learning links in doc_links_service.ts (elastic#85365) Removed Alerting & Event Log deprecated fields that should not be using (elastic#85652) Closes elastic#79995 by adding new tab in transaction details to show related trace logs. (elastic#85859) Fix outdated jest snapshot [Maps] Surface on prem EMS (elastic#85729) ...
Thanks for the heads up. Yeah we don't use |
This PR adds the additional APM data stream and template names to the permissions for the
fleet_enrollrole.fixes #85761
How to test this
curl -i -k -H "Content-type: application/x-ndjson" --data-binary @testdata.ndjson http://localhost:8200/intake/v2/events)cc @ruflin