mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
d6805f9a8a
commit
6df1b28a82
50 changed files with 1286 additions and 5 deletions
9
x-pack/plugins/aiops/README.md
Executable file
9
x-pack/plugins/aiops/README.md
Executable 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.
|
Loading…
Add table
Add a link
Reference in a new issue