Commit graph

10 commits

Author SHA1 Message Date
CJ Cenizal
ecdbece5d5
[7.x] Move Rollup out of legacy (#62891) (#64608)
* Move Rollup out of legacy (#62891)

* Put back 7.x-specific logic.
2020-04-27 19:09:40 -07:00
Joe Reuter
bbad5ca7d3
Migrate rollup client side code (#63227) (#63869) 2020-04-20 11:27:34 +02:00
Court Ewing
dbb0534c21 Move x-pack plugins/server/common to x-pack/legacy 2019-06-20 13:35:00 -04:00
CJ Cenizal
181ce0fc30
[CCR] Instrument CCR and Remote Clusters to track UI metric telemetry (#34826) (#35001) 2019-04-12 10:12:02 -07:00
CJ Cenizal
9c227243bc
Add collector to ui_metric app so that it reports its own telemetry. (#34210) (#34398)
* Add collector to ui_metric app so that it reports its own telemetry, so app maintainers don't need to update their apps' collectors.
* Remove UI metrics and some collectors from Index Manamgement, ILM, and Rollups.
2019-04-02 15:37:01 -07:00
CJ Cenizal
d7838e2787 Rename user_action telemetry app to ui_metric (#33904)
* Rename internal references to user actions to UI metrics in Index Management, ILM, and Rollups.

(cherry picked from commit 8d262bded5)
2019-03-29 15:28:09 -07:00
CJ Cenizal
c75045be8d
Instrument Rollups CRUD app with user action telemetry (#32534) (#33870)
* Track start, stop, and delete rollup job requests.
* Track show details and show summary/histogram/terms/metrics/json tab actions.
* Track app load action.
2019-03-26 13:39:53 -07:00
Alison Goryachev
518bbb14ac
remove rollup section in advanced settings for OSS (#32814) (#32998)
* remove rollup section in advanced settings for OSS

* address review feedback

* fix rollup setting description text
2019-03-13 10:57:24 -04:00
CJ Cenizal
554478f4ce
Add user_action app for gathering telemetry on user actions (#31543) (#32533)
* Add user_action app with API endpoint for tracking user actions.
* Track 'Create rollup job' action and publish it in the collector.
* Extract fetchUserActions into a generic helper inside of xpack/server/lib.
* Add trackUserRequest helper.
2019-03-05 17:54:33 -08: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