* add map with endpoint action response code and associated i18n message
* Add component to handle getting a failure message from a completed action
* Add component to handle getting a failure message from a completed action
* Correct type definition for ActionResponseOutput
* New ActionSuccess component + use it in kill/suspend process
* Change default failure message
* add some jsdocs to the endpoint codes
(cherry picked from commit cb4d6aa8d5)
Co-authored-by: Paul Tavares <56442535+paul-tavares@users.noreply.github.com>
* fix hardcoded doc links in SO migration IT
* unskip tests
* fix link value
(cherry picked from commit a8e5bf4c9f)
Co-authored-by: Pierre Gayvallet <pierre.gayvallet@elastic.co>
* fix position of the AD and SMV buttons
* show actions column header
* remove unused class
(cherry picked from commit 34b5a2f49a)
Co-authored-by: Dima Arnautov <dmitrii.arnautov@elastic.co>
* update pending badge logic
fixes elastic/security-team/issues/4356
* remove command/todo
* Rework logic in EndpointHostIsolationStatus to ensure that multiple pending of the same type, then still show isolating/releasing
* Fix for when there are no pending isolation but there are others
* Fix pending action api service so that it only waits for a metadta update for isolate/release
* Fix tests
* add additional test
Co-authored-by: Paul Tavares <paul.tavares@elastic.co>
(cherry picked from commit ccabbc735b)
Co-authored-by: Ashokaditya <1849116+ashokaditya@users.noreply.github.com>
* Conditionally include aliases when fetching indices
When we're looking for BYOEI candidates (in App Search), we want to include aliases.
When we're listing indices in Enterprise Search Content, we do not.
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
* format the label with the right default formatter
* Update convert_series_to_vars.js
* fix test
Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
* Create a loading spinner for the initial empty state (instead of "no results")
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* Use EuiFlexGroup instead of plain div
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
* [Guided onboarding] Observability tour: Is the functional test flaky?
* [Guided onboarding] Observability tour: Increase timeout on the functional test
* chore(NA): introduce barebones for no_protected_eslint_disable rule
* chore(NA): includes schema for protected eslint
* chore(NA): more progress on the rule
* chore(NA): first working logic for the rule
* fix(NA): correctly match allowed exclusions
* refact(NA): final refactor to complete rule
* chore(NA): remove non needed additional types
* fix(NA): remove wrongly left custom type
* refact(NA): create parseEslintDisableComment function
* refact(NA): remove option to configure disabled protected rules from configuration
* chore(NA): Update packages/kbn-eslint-plugin-disable/src/helpers/regex.ts
Co-authored-by: Spencer <email@spalger.com>
* refact(NA): use a const instead of function to setup protected rules
* chore(NA): run eslint fix
* refact(NA): removed unused functionality
* add failing test
* refact(NA): rebuild entire comment line on fixing
* refact(NA): joining with a space in between
* chore(NA): improved comparision logic
Co-authored-by: Spencer <email@spalger.com>
Co-authored-by: spalger <spencer@elastic.co>