[ML] Explain log rate spikes: Plugin setup (#131317)

Sets up the boilerplate code for the aiops plugin and adds a demo page within the ML app to demonstrate single API request data streaming from Kibana server to UI client.
This commit is contained in:
Walter Rafelsberger 2022-05-12 13:36:53 +02:00 committed by GitHub
parent d6805f9a8a
commit 6df1b28a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 1286 additions and 5 deletions

9
x-pack/plugins/aiops/README.md Executable file
View file

@ -0,0 +1,9 @@
# aiops
The plugin provides APIs and components for AIOps features, including the “Explain log rate spikes” UI, maintained by the ML team.
---
## Development
See the [kibana contributing guide](https://github.com/elastic/kibana/blob/main/CONTRIBUTING.md) for instructions setting up your development environment.