This chart had no legend and the stacking displayed the wrong values. We need to redo this one more carefully. We can bring this back later in a form that actually functions.
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.
* 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.
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.
* Updates react to 16.6 (latest)
* Updated fragment-based snapshots for Kibana root unit tests
* Updated fragment-based snapshots for x-pack unit tests
* Removed xpack yarn.lock file bc it is no longer needed, it was reintroduced by accident during a rebase in this branch
* React 16.6 snapshot updates, round 2 (mostly Fragment snapshot diffs)
* Updated last round of React 16.6 snapshots
* Fixes query bar issue with 16.4 gDSFP lifecycle
* Updated yarn lock (arraybuffer.slice updated)
* Updates snapshots where executeQueryOptions prop appears
* default alpha
* update heatmap descriptor to use constant
* clean-up
* use ValidatedRange to ensure alphaValue can not be set to invalid value
* fix jest test expect
* move alpha to layer property
* ensure defaults are set when Layer object is instantiated
* Implement EuiSuperDatePicker, update components to use new state props.
* Update backend to accept values from EuiSuperDatePicker.
* Fix issues with implementation of super date picker.
* Fix bug in autorefresh enablement.
* Delete obsolete code.
* Fix broken types.
* Add comment to remind to delete code once it's obsolete.
* Fix types.
* Remove unused import.
* Add polling for ErrorList component.
* Update broken unit tests.
* Change default autorefresh interval.
* Add comments based on PR feedback.
* Add comment based on PR feedback.
* Updates to format
* Uppercasing Syslog
* Change prefixes for syslog to system
Co-Authored-By: simianhacker <chris@chriscowan.us>
* Change prefixes for syslog to system
Co-Authored-By: simianhacker <chris@chriscowan.us>
* Change prefixes for syslog to system
Co-Authored-By: simianhacker <chris@chriscowan.us>
* Change prefixes for syslog to system
Co-Authored-By: simianhacker <chris@chriscowan.us>
Use a change in geohash precision to determine if data needs to be rerequested, instead of a change in zoom. Also add tests for generic zoom-level change behavior for es_geohash_grids.
* adding frozen badge and refactoring list and reload server routes
* adding freeze and unfreeze actions to index management
* adding badge to detail panel and factoring rendering of badges into lib function
* fixing issue with sorted name field and ellipsis
* modifying button label for freeze confirmation
* copy edit
* correcting i18n label
* fixing duplicate i18n id issue
* fixing another duplicate i18n id
* updating jest snapshots
* adding color to badge specification
* removing icons from index management context menu
The all pings panel on the monitor page was incorrectly calculating the number of pings. This patch uses the ES search's hits.total for the value, whereas before we simply counted the returned array. For anything but the shortest histories this number would be wrong since it'd only count the number of items returned, by default 200.
* rename StaticDynamicStyleSelector to StaticDynamicStyleRow
* clean up color styling
* refactor size editing
* more clean up
* remove console statements
* ensure default styles exist when loading saved objects
* do not call callback when range is invalid because bad input in text field