* chore: quote expression type name in error
makes it a little more readable and a little easier to understand what failed
* fix: show all model args if no filter
this changes what modelArgs means, turning them into a selective filter instead of a hard requirement
* Unlinked deployment working for beats
* Use better constant
* Show N/A for license
* Rename to Unlinked Cluster
* Use callout to mention unlinked cluster
* PR feedback
* Use fragment
* Speed up the query by using terminate_after
* Handle failures more defensively
* Remove unnecessary msearch
* PR feedback
* PR feedback and a bit of light refactor
* Updated text
* Add api integration tests
* Localize call out
* Update loc pattern
* Fix improper i18n.translate usage
* Revert "Fix improper i18n.translate usage"
This reverts commit 0e2e7608c3.
* Revert "Update loc pattern"
This reverts commit cc99fe8a8a.
* Ensure the unlinked deployment cluster counts as a valid cluster
* Sometimes, you miss the smallest things
* Ensure the unlinked cluster is supported, in that users can click the link and load it
* Update tests
* PR feedback. Simplifying the flag supported code and adding more tests
* Update naming
* Rename to Standalone Cluster
* Remove unnecessary file
* Move logic for setting isSupported to exclusively in flag supported clusters code, update tests
* Removes pivotal tooltip in favor of EUI tooltip component b/c pivotal components do not work with React 16.6
* Fixes snapshot test for changed tooltip markup
* Adds ID props to EUI tooltips to avoid aria described by values breaking snapshots
* adjusting endpoints for ccr and ilm
* adding unfollow to autocomplete for ilm
* fixing various issues with autocomplete definitions
* removing unfollow from templates
* fixing issue with json
* [Uptime] Remove non-scaleable monitor select box.
This widget was not scaleable to more than a handful of monitors. For now users can navigate more completely with the overview page. We can add a more scaleable quick-jump widget at a later point.
* Fix unused
* partial progress
* fix routing, account for create flow
* fix test
* fix test
* fix test
* fix next page after delete
* fix test
* indices refs to index_patterns as appropriate
* more refactor and potential test fix
* change more urls
* [APM] ECS changes
* Remove ambient types for idx
* Update `observer.listening`
* Added type safety to property config
* More ECS updates
* Juan fixes for ECS
Fixes#29194
In node 10, urls are validated to not include any multi-byte characters, which wouldn't be possible if we were always encoding variables injected into URLs but we missed a couple places.
* Add ILM to i18nrc.json. Fix validation errors.
* Localize CCR and Rollups checkLicense errors.
* Fix bug in Remote Clusters checkLicense error.
* Use rollupJobs namespace in checkLicense.
The sample data does not currently specify a migration version, which means we have manually update the data sets when updating the saved objects API. This just sets the migration version for all the saved objects to `{}`, which signals to the saved objects API that the object has not been migrated and should have all migrations applied.
* [dashboard+gis] remove dark mode options
* [reporting/extract] restore fixtures
* remove mentions of old `.theme-dark` class
* import panel styles from panel/_index.scss
* Update MonitorStatusBar to not reference undefined value.
* Add sort to top_hits aggregation.
* Add default and loading state for status bar.
* Change bool check.
* Add aria-labels for monitor status bar.