* Ignore timerange in session view, to mirror session view component
* Remove timerange from process ancestry insight
(cherry picked from commit 7a6ff848ab)
Co-authored-by: Kevin Qualters <56408403+kqualters-elastic@users.noreply.github.com>
* Consider all ping to determine if monitor is only fleet managed.
* Close popover on outside click as the built-in functionality is buggy.
* Handle the case where only private locations are selected among a mix of locations.
(cherry picked from commit 1eb059de11)
Co-authored-by: Abdul Wahab Zahid <awahab07@yahoo.com>
* Fix rule details not displaying rule snooze status
* Unit and E2E tests
* Fix test
* Fix test
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 43bbbc6b27)
Co-authored-by: Jiawei Wu <74562234+JiaweiWu@users.noreply.github.com>
* [Enterprise Search] Add ml doc links (#141921)
* Add documentation links for ml inference card and modal
* Fix link
(cherry picked from commit b66d12a40c)
* Fix link type for 8.5
Co-authored-by: Efe Gürkan YALAMAN <efeguerkan.yalaman@elastic.co>
* Fix conversion static value in timeseries to reference line in lens
* Doesn't allow convert static value with split
* Fix condition
* Ignore axis position from model for top n
* Added tests
Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 8e770bb608)
# Conflicts:
# src/plugins/vis_types/timeseries/public/convert_to_lens/lib/configurations/xy/layers.test.ts
# src/plugins/vis_types/timeseries/public/convert_to_lens/lib/configurations/xy/layers.ts
# src/plugins/vis_types/timeseries/public/convert_to_lens/top_n/index.ts
* Removing esArchiver in favor of testDataLoader
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* Adding test data for loader
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* Adding generic TestDataLoader
* Importing just the type per PR feedback
* Changing testDataLoader function names to be more descriptive
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Larry Gregory <larry.gregory@elastic.co>
Co-authored-by: Thomas Watson <watson@elastic.co>
(cherry picked from commit 6875d18d0f)
Co-authored-by: Kurt <kc13greiner@users.noreply.github.com>
- Fixes error handling that before was not providing enough information for debugging purposes and support. This will now output more fine grained error information to the Kibana server log. The analysis is now more resilient to errors for individual queries. For example, we don't stop the analysis anymore if individual queries for p-values or histograms fail.
- Moves the error callout above all other possible elements like empty prompts when the analysis doesn't return results.
(cherry picked from commit 4753d7c170)
Co-authored-by: Walter Rafelsberger <walter.rafelsberger@elastic.co>
* [Infra] Make nav react to Hosts view enabled flag changing (#140996)
* Move comment to more relevant location
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit d60acf8774)
Co-authored-by: Milton Hultgren <milton.hultgren@elastic.co>
By default, mark `allStepsLoading = true` where steps loading isn't important.
(cherry picked from commit a43f235c28)
Co-authored-by: Abdul Wahab Zahid <awahab07@yahoo.com>
## Summary
- addresses https://github.com/elastic/kibana/issues/138757
according to proposal in above task:
- removes step of updating immutable rule with mock data
- makes assertions whether rule properties were not modified against fetched earlier immutable rule
### Checklist
- [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
(cherry picked from commit 10884e6a5f)
Co-authored-by: Vitalii Dmyterko <92328789+vitaliidm@users.noreply.github.com>
* Running task using scheduled task id. Adding functional test
* dont run if rule is disable
* Fixing i18n
(cherry picked from commit e007ad6df5)
Co-authored-by: Ying Mao <ying.mao@elastic.co>
* removed complex lines per frame logic. caused too many edge cases. tests added to prevent future regressions
* fix fit to screen option (when changing from fullscreen to not. also button state). increased playback speed to make up for removal of multi line per frame rendering
* fixed tests
* removing tty loading technique due to problems with unique char_device in multi container sessions on the same pod
Co-authored-by: Karl Godard <karlgodard@elastic.co>
(cherry picked from commit 6de0091178)
Co-authored-by: Karl Godard <karl.godard@elastic.co>
* Serialize errors before sending to redux store to prevent warnings.
* Serialize response errors in monitor list effect.
(cherry picked from commit b3a749e55a)
Co-authored-by: Justin Kambic <jk@elastic.co>
Updated copy on the pipelines tab and modal when using an API-based
index to explicitly call-out required actions in API requests to run the
ingest pipeline.
(cherry picked from commit 9a8008b00b)
Co-authored-by: Rodney Norris <rodney.norris@elastic.co>