kibana/x-pack/plugins/index_management
CJ Cenizal d8c7e18bf1
Instrument ILM with user action telemetry (#33089)
* Track user actions for creating, updating, and deleting and index lifecycle policy.
* Track user actions for attaching an index, attaching an index template, and detaching an index.
* Track app load action.
* Track usage of cold phase, warm phase, set priority, and freeze index.
* Track retry step user action.
* Track clicks on the policy name to edit it.
* Refactor constants to be in root of public.
* Add support to user actions API for comma-delimited action types.
* Refactor rollups trackUserRequest to be easier to understand.
* Use underscores instead of dashes for user action app names.
* Switch from componentWillMount to componentDidMount/useEffect.
  - Standardize use of HashRouter within app.js to avoid calling useEffect when leaving the app.
2019-03-26 15:43:03 -07:00
..
__jest__ Instrument ILM with user action telemetry (#33089) 2019-03-26 15:43:03 -07:00
__mocks__ [eslint] require final newline (#32265) 2019-02-28 18:01:29 -08:00
common/constants Instrument ILM with user action telemetry (#33089) 2019-03-26 15:43:03 -07:00
public Instrument ILM with user action telemetry (#33089) 2019-03-26 15:43:03 -07:00
server Instrument Index Management with user action telemetry (#32595) 2019-03-11 15:55:31 -07:00
index.js Instrument Index Management with user action telemetry (#32595) 2019-03-11 15:55:31 -07:00
index_management_data.js [eslint] require final newline (#32265) 2019-02-28 18:01:29 -08:00