* Write plugin directory doc as part of api docs build.
* Replace service folder with the new name for index patterns
* Updated docs
* small update
* update docs
* [Viz] legend duplicates percentile options when chart has both left & right Y axes
* Update comment for isPercentileIdEqualToSeriesId
* Remove Dimension interface
* Replace partial aspect with whole aspect value
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Add a new plugin `custom_integrations`. This plugin allows for the registration of data-integrations tutorials. The Fleet-integrations app will display these alongside the existing Elastic Agent integrations.
* [TSVB] Series hidden via click reappear on auto refresh
* Move mainAxisGroupId back to render
* Remove blank line in vis.js
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This fixes a regression in Vega Maps that limits users to max zoom 10 regardless of distribution
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* add utility to set current kibana version
* set kibana version on dashboard
* move setVersion function into separate file
* improve setVersion method
* add test mocks
* remove unnecessary any
* narrow down history type
* use new formatting settings
* remove version integration on dashboard
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Refactor executor forking to implement state inheritance
* Fix setup and start contracts typings
* Add support of named forks
* Add expressions service life-cycle assertions
* [DOCS] Update remote cluster and security links
* Updating test link
* Update URL for failing test
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [TSVB] Remove the input string mode
* Fix some tests
* Add some functional tests and fix failing CI
* Update telemetry mappings
* Rename useStringIndices to allowStringIndices, move it from TSVB to Data constants and refactor test
* Apply text suggestions from code review
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Apply formatting and remove unused translations
* Fix labels
* Remove unused import
* Move popover toggling to checkIndexPatternSelectionModeSwitchIsEnabled function to prevent flakiness
* Update some visual_builder_page functions
* Remove accidentally added newlines
* Move TSVB ui settings to constants, remove tooltip and update popover text
* Handle the case of editing advanced settings is restricted
* Add requiresPageReload to UI setting and condition for the case the setting is already enabled
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* only use relative time filter when generating share data
* Added comment on absolute time filter.
Co-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>
* improve discover search session relative time range test
* update discover tests and types for passing in data plugin to getSharingData function
* updated reporting to pass in data plugin to getSharingData, also updates jest tests
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>
Co-authored-by: Anton Dosov <anton.dosov@elastic.co>