kibana/x-pack/plugins/beats_management
Matt Apperson b8a8b77f7e
[BeatsCM] To prevent risk of startup errors, put template index before any ES write operation (#28955)
* To prevent risk of startup errors, put template index before any write operation

* await the put template

* remove no-longer-needed promises

* remove CRUFT test
2019-01-17 18:22:23 -05:00
..
common
public Management design sidenav cleanup (#28222) 2019-01-16 10:03:41 -08:00
scripts [BeatsCM] Correct new user redirect, enroll command extra space, and KQL bar EUI theme breaking change (#27891) 2019-01-03 09:49:08 -05:00
server [BeatsCM] To prevent risk of startup errors, put template index before any ES write operation (#28955) 2019-01-17 18:22:23 -05:00
types
index.ts [BeatsCM] To prevent risk of startup errors, put template index before any ES write operation (#28955) 2019-01-17 18:22:23 -05:00
readme.md
tsconfig.json
wallaby.js

Documentation for Beats CM in x-pack kibana

Notes: Falure to have auth enabled in Kibana will make for a broken UI. UI based errors not yet in place

Run tests

node scripts/jest.js plugins/beats --watch

and for functional... (from x-pack root)

 node scripts/functional_tests  --config test/api_integration/config 

Run command to fake an enrolling beat (from beats_management dir)

node scripts/enroll.js <enrollment token>