* Add new UI for extension for onboarding
* Remove unnecessary props
* Improve layout for mobile browsers
* use Kibana Docs service for documentation url
* use styled components instead of inline style
* move small components above/in the main component
* use Eui components and tokens instead of custom ones
* use Eui sizing tokens for logo size
* open documentation link on new tab
* use padding instead of margin
* update texts
* [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs'
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [APM] Collect the total number of service groups
* Add unit tests
* Update telemetry mapping
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* update snapshots
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
* [Lens] Cleans the state correctly when there are mapped columns that do not exist in the query
* Move logic to tableSpec
* Ensure that allColumns have only the necessary columns
* Allowing _source in ES query DSL
* Adding functional test
* Adding to doc
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
## Summary
Adds components shared between new add/edit exception flyouts. Does not yet modify the flyouts themselves. Trying to break down what would be an even larger PR into chunks.
This passes the beats manifest used to download metricbeat and filebeat
for our cloud image to the release-manager CLI. This will be used to
validate that the bundled versions we use match the released versions.
This removes the success requirement in the cloud deployment step for
pull requests.
Creating a cloud deployment from a pull request is optional and not
providing test coverage. Failures are typically upstream and not
something that can be fixed from the Kibana repository.
* validators and template render
* frontend use_sub_action changes
* rollback custom validations in favor of 142376
* types fix
* rollback test
* extract render template function type
* fix type
* use abort controller in useSubAction hook
* renderTemplate in register test
* [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs'
* improve test
* register test improved
* test the renderedTemrenderedTemplate return value
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Please go through #140614 to get the context of this PR.
_tl,dr;_
Timeline bottom bar has been enabled on below pages.
- Security / Dashboards
- Security / Explore
- Security / Cases / ....
When user navigates to any other pages within security solution where `timeline bottom bar` is not visible, use will be reminded that they have an unsaved timeline.
Justification for enabling `timeline bottom bar` on above pages is to prevent users from getting too many timeline save reminders if they navigate within `Security Solution` plugin.
* 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>