cloud-on-k8s icon indicating copy to clipboard operation
cloud-on-k8s copied to clipboard

Elastic Stack Config Policy: Add Kibana objects to the capabilities

Open TimBosman opened this issue 2 years ago • 1 comments

Proposal

It would be nice to be able to add Kibana Objects using a Elastic Stack Config Policy. This would enable users to configure Kibana using object configuration files. The Kibana Objects that would be nice to have are:

  • [ ] Visualisations
  • [ ] Dashboards
  • [ ] Spaces
  • [ ] Alerting rules
  • [ ] Data view

TimBosman avatar Aug 15 '23 08:08 TimBosman

As I wrote on https://github.com/elastic/cloud-on-k8s/issues/7100 , elastic should copy as much as possible what prometheus/grafana are doing with kubernetes!

  • a simple ConfigMap to define grafana dashboard
  • PrometheusRule CRD
  • Service/Pod Monitor to scrap prom endpoint

config "as-code" everything!

ebuildy avatar Aug 15 '23 23:08 ebuildy