* Added required fields to infra metrics client
* add fields to the requests
* [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs'
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
* Add `const`'s for file storage indexes
* Add file storage TS type
* Add support to Action Responder script for `get-file` response action
* Add support to action generator to output `get-file` responses
* correct `last` property of the upload chunk
* Fix type
* fix UI jest test failures
* Fix server jest tests and Generator bug
* Remove total and sampled traces from API
* Remove Samples array from flamegraph API
These values are redundant with CountInclusive so could be removed
without issue.
* Remove totalCount and eventsIndex
These values are no longer needed.
* Remove samples from callee tree
* Refactor columnar view model into separate file
* Add more lazy-loaded flamegraph calculations
* Fix spacing in frame label
* Remove frame information API
* Improve test coverage
* Fix type error
* Replace fnv-plus with custom 64-bit FNV1-a
* Add exceptions for linting errors
* Add workaround for frame type truncation bug
* Replace prior workaround for truncation bug
This fix supercedes the prior workaround and addresses the truncation at
its source.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Fix the loading behavior of "Last test run" and "Last Runs" panels on Synthetics UI -> Monitor Details -> Summary page.
* Do not show `0 ms` duration/rtt if no pings are available for a ping monitor.
* [Guided onboarding] Added a EuiTour for guided onboarding in Integrations
* [Guided onboarding] Added data step completion for Elastic Defend
* [Guided onboarding] Added tests for api
* [Guided onboarding] Fixed jest tests
* [Guided onboarding] Added a fail safe for guided onboarding plugin not available in fleet
* [Guided onboarding] Moved the guided onboarding hook to a different folder in the fleet plugin, also fixed tests
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* [Guided onboarding] Updates after the merge conflicts
* [Guided onboarding] Fixed typos
* [Guided onboarding] Fixed types error
* Update x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/detail/components/with_guided_onboarding_tour.tsx
Co-authored-by: Kelly Murphy <kelly.murphy@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kelly Murphy <kelly.murphy@elastic.co>
Changes search service/search session infrastructure to improve performance, stability, and resiliency by ensuring that search sessions don’t add additional load on a cluster when the feature is not used
* add explore matching index
* adjust type
* move things around
* fix types
* fix tests
* fix imports
* fix limit
* do not clean datasource on adding ad hoc data view
* manage data view in flyout
* fix phrase
* make sure all changes are propagated correctly
* fix test
* Update src/plugins/data_view_editor/public/components/data_view_editor_flyout_content.tsx
Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
* only show for persisted data views
Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
* fix language on page as well as font size
* allow component to take additional filters
* add ability for AlertByStatus to accept additional filters
* update tests for Alert by Status
* remove unused import
* changes from code review
* update constant value from imported version
* fix bad test :(
Co-authored-by: Kristof-Pierre Cummings <kristofpierre.cummings@elastic.co>