CJ Cenizal
3b206e280d
[Rollups] Fix rollup job wizard bug: coerce histogram interval to Number for validation. ( #27413 )
2018-12-18 11:25:41 -08:00
Jen Huang
17db63cca6
Silently swallow request failures so that the create button isn't blocked ( #26988 )
2018-12-12 11:28:10 -08:00
CJ Cenizal
ef77982980
Require histogram interval in Rollup Job wizard to be a whole number. ( #26596 )
2018-12-04 12:20:49 -08:00
Tim Roes
1852b4b786
Add rest_total_hits_as_int into Kibana App ( #26404 )
2018-12-04 10:42:45 +01:00
CJ Cenizal
5c506e8615
Specify Rollup Jobs breadcrumbs in header. ( #26590 )
2018-12-03 21:14:13 -08:00
CJ Cenizal
88ba3b75f2
[Rollups] Support date fields in Metrics step. ( #26450 )
...
- Whitelist max, min, and value_count for date fields.
- Move metric types into flex items which will wrap on narrow screens.
2018-12-03 15:05:16 -08:00
CJ Cenizal
47ae90c033
Show loading state in Rollup Job detail panel. ( #25752 )
2018-11-26 14:44:24 -08:00
CJ Cenizal
e2079c6373
Wrap long field names in Rollup Job Wizard tables. ( #25405 )
2018-11-08 14:00:00 -08:00
Jen Huang
29d8a9de92
[Rollups] Fix day of month only showing ordinals ( #25322 )
...
* Fix day of month only showing ordinals
2018-11-07 13:47:02 -08:00
Jen Huang
f3cf074ffa
Move call to standard index pattern fields for wildcard
from client to server ( #25270 )
2018-11-07 08:24:59 -08:00
CJ Cenizal
0709293aac
[Rollups] Improve Rollup Job Wizard error handling ( #25092 )
...
* Consistently format errors with showApiWarning and showApiError helpers.
* Use fatalError for unexpected errors.
* Localize errors.
* Surface error in Job List when the jobs can't be loaded.
2018-11-05 14:32:48 -08:00
CJ Cenizal
dac01c81a2
[Rollups] Surface index pattern validation errors in Rollup Job wizard. ( #25078 )
...
* Show fatal error for unexpected errors.
2018-11-02 17:42:50 -07:00
Jen Huang
077634c483
Prepend ES endpoint with slash ( #25073 )
2018-11-02 15:16:06 -07:00
CJ Cenizal
6e63be54ef
Return wrapped unknown errors from rollup CRUD API. ( #25032 )
2018-11-01 18:35:36 -07:00
CJ Cenizal
2a85ed492d
[Rollups] Disable deletion of started rollup jobs ( #24878 )
...
* Disable deletion of started rollup jobs.
* Update empty prompt icon.
* Add isUpdating selector and display a spinner instead of the action button when jobs are being updated.
* Localize Navigation component.
* Add noticeable delay of 300ms show spinner displays and doesn't flicker.
2018-11-01 09:49:14 -07:00
Jen Huang
8491b2ee8e
[Rollups] Mark beta in rollup index pattern creation ( #24805 )
...
* Add beta UI tags to rollup index pattern creation
* Add test, update snapshots
* Address feedback, adjust copy, and localize rollup index pattern creation
2018-10-31 17:53:13 -07:00
Jen Huang
9527e0e7c7
[Rollups] Re-enable rollup support ( #24888 )
...
* Re-enable rollup support extension points
* [Rollups] Hide rollups consumption behind a feature flag in Advanced Settings. (#24698 )
2018-10-31 11:54:37 -07:00
CJ Cenizal
05bf7cd4d4
[Rollups] Fix i18n bugs ( #23848 )
...
* Internationalize job details tabs and wrap instances in EuiErrorBoundary to visually localize the error.
* Localize no default index pattern message.
* Localize es interval errors.
* Localize job action menu and confirm delete modal.
* Remove unnecessary use of injectI18n from tabs.
* Localize job status.
* Localize steps.
* Remove template literals from FormattedMessages.
2018-10-30 14:13:08 -07:00
CJ Cenizal
04568fcca6
Re-initialize Rollup Management userHasLeftApp state to fix bug with clearing URLjob deep-link when detail panel is closed. ( #24841 )
2018-10-30 11:06:15 -07:00
Jen Huang
fd4e63c5a9
[Rollups] Fix time field not being recognized due to ordering of aggs ( #24783 )
...
* Fix time field not being recognized due to ordering of aggs
* Clean up UI whitespace
* Update snapshot
2018-10-29 17:20:37 -07:00
CJ Cenizal
0429a54c28
[Rollups] Copy improvements ( #24528 )
2018-10-29 15:15:11 -07:00
Josh Dover
27e5406d7a
Upgrade Hapi in legacy platform to v17 ( #21707 )
...
* Disable even-better monitoring
* Upgrade to Hapi v15
* Upgrade to Hapi v16
* Handle optional req params correctly
* Update http and kbnServer
* Get mocha tests passing
* Convert `reply` usages [wip]
* Fix Joi and Plugin incompatibilities
* Get server up and running
* Get basic logging working
* Fix optimizer
* Fix recent route handlers
* Various fixes
* Fix recent routes
* Upgrade wreck for async/await
* Fix mocha tests
* Fix joi issues
* Fix xpack jest tests
* Fix recent routes
* Fix tests
* Fix index setup
* Decouple monitoring stats collection from good plugin
* Update reload logging test to work
* Reimplement logging with updated good plugin
* Fix unit tests
* Fix getConnections back
* Make LegacyLoggingServer compatible with Hapi v17
* Update joi types
* Fix x-pack unit tests
* Remove stray debugger
* Remove hapi-compat
* Fix API integrations
* Upgrade boom
* Fix security plugin
* Misc fixes
* bump
* Fix licensePreRoutingFactory
* Fix failing integration tests
* Remove unnecessary test change
* Remove hapi-latest package
* fx
* Various cleanup
* Fix race condition in oppsy events
* Use elastic/good fork
* Fix boom.wrap and hapi-latest changes
* Simplify LegacyLoggingServer updates
* package.json cleanup + test fix
* yarn.lock cleanup
* Change good tag
* Fixes
* Change return err -> throw err in routes
* Fix await returns
* Fix new load_data test
* Make cookie security flags consistent
* tmp doc
* Fix types
* Fix tests
* Upgrade canvas plugin
* Move good package to published @elastic/good one
* Fix SO test
* Fix logging reloading
* Update APM apis
* Fix error logging
* Fix logging test
* Convert spaces plugin
* Add validation error shim
* Remove 7.0 release notes
* Await renderApp
* Fix ccr routes
* Prevent header popovers from scrolling with page content (#23850 )
* Fix spaces test
* new yarn.lock-s
* Fix spaces tests
* Remove h2o2-latest
* Fix @types/hapi
* Upgrade InfraOps plugin
* Fix package.json
* Add back isSameSite: false
* Upgrade beats_management plugin
* Update snapshot
* Fix InfraOps
* Upgrade kql_telemetry
* Merge upstream/master
* Upgrade apm and ml
* Put snapshot test back
* Fx beats
* Upgrade rollups
* Update boom usages in new plugins
2018-10-25 16:01:12 -05:00
CJ Cenizal
f74f633920
[Rollups] Rollup support in Kibana, phase 1 ( #21117 )
...
Enabled:
- View/Manage/Create rollup jobs
Disabled:
- Create a rollup index pattern
- Create rollup visualizations
- Add rollup visualizations to dashboards
- View raw rollup documents in Discover
2018-10-24 17:41:45 -07:00