kibana/x-pack/plugins/aiops
Walter Rafelsberger adc9ab9c52
[ML] AIOps: Enable event_generating_elements_should_be_instrumented eslint rule. (#167317)
Implements #153108.

This enables the
`@kbn/telemetry/event_generating_elements_should_be_instrumented` eslint
rule for the `aiops` plugin to enforce `data-test-subj` attributes on
actionable EUI components so they are auto-instrumented by telemetry.

The ids were first auto-created using `node scripts/eslint --fix
x-pack/plugins/aiops` and then adapted.
2023-09-28 11:49:13 +02:00
..
common [ML] AIOps: Move log pattern analysis fetch code to common to be available via server (#167465) 2023-09-28 11:00:05 +02:00
public [ML] AIOps: Enable event_generating_elements_should_be_instrumented eslint rule. (#167317) 2023-09-28 11:49:13 +02:00
server [ML] AIOps: Adds change point detection charts embeddable (#162796) 2023-08-08 17:33:51 +03:00
jest.config.js [ML] Explain log rate spikes: Plugin setup (#131317) 2022-05-12 13:36:53 +02:00
kibana.jsonc [ML] AIOps: Add/edit change point charts embeddable from the Dashboard app (#163694) 2023-08-15 19:10:07 +02:00
README.md [ML] AIOps: Rename Explain Log Rate Spikes to Log Rate Analysis. (#161764) 2023-07-19 16:46:31 +02:00
tsconfig.json [ML] AIOps: Add/edit change point charts embeddable from the Dashboard app (#163694) 2023-08-15 19:10:07 +02:00

aiops

The plugin provides APIs and components for AIOps features, including the “Log rate analysis” UI, maintained by the ML team.


Development

See the kibana contributing guide for instructions setting up your development environment.