Tim Sullivan

Results 22 issues of Tim Sullivan

## Summary Closes https://github.com/elastic/kibana/issues/136888 ### Checklist Delete any items that are not applicable to this PR. - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text...

## Summary Closes https://github.com/elastic/kibana/issues/158501 ### Checklist Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most...

enhancement
Feature:Reporting
release_note:skip
telemetry

## Summary Summarize your PR. If it involves visual changes include a screenshot or gif. ### Checklist Delete any items that are not applicable to this PR. - [ ]...

Pulled from https://github.com/elastic/kibana/pull/181356

technical debt
release_note:skip

Tim's version of https://github.com/elastic/kibana/pull/161554 * `2024-04-10`: 70 tests failed * `2024-04-15`: 72 tests failed * `2024-04-26`: 100 tests failed * `2024-04-30`: 57 tests failed * `2024-05-07`: 56 tests failed *...

Part of https://github.com/elastic/kibana/issues/186574 ## Summary This PR migrates the Cloud Defend Plugin's route handler that consumes `authc.getCurrentUser` to use `coreContext.security`. Background: This PR serves as an example of a plugin...

release_note:skip
Team:Defend Workflows

Part of https://github.com/elastic/kibana/issues/186574 ## Summary This PR migrates the Lists Plugin's `ListsRequestHandlerContext`, which consumes `authc.getCurrentUser`, to use `coreStart.security`. Background: This PR serves as an example of a plugin migrating away...

release_note:skip
Team:Detection Engine

Part of https://github.com/elastic/kibana/issues/186574 ## Summary This PR migrates the method to access a Serverless Search view model field, which consumes `authc.getCurrentUser`, to use `coreStart.security`. Background: This PR serves as an...

release_note:skip
Team:EnterpriseSearch

Part of https://github.com/elastic/kibana/issues/186574 ## Summary This PR migrates the Logstash Plugin's route handler for saving a pipeline, which consumes `authc.getCurrentUser`, to use `coreContext.security`. Background: This PR serves as an example...

follows https://github.com/elastic/kibana/pull/187004 ## Summary This PR migrates the Security Solution Plugin's browser-side code that consume `authc.getCurrentUser` to use coreStart.security Background: This PR serves as an example of a plugin migrating...

release_note:skip
Team: SecuritySolution