[Stack Monitoring] Add system tests #4008
Labels
Integration:elasticsearch
Elasticsearch
Integration:kibana
Kibana
Integration:logstash
Logstash
Team:Infra Monitoring UI - DEPRECATED
Label for the Infrastructure Monitoring UI team. - DEPRECATED - Use Team:obs-ux-infra_services
v8.5.0
Summary
Let's add system tests to the Stack Monitoring packages. This will provide validation of the mappings and exercise each system end-to-end against live data which will enable #4013.
Being able to run system tests for each data streams means that we have to produce the necessary documents in the testing environments. Datasets like
elasticsearch.cluster_stats
orelasticsearch.node
are available out of the box and do not need any trigger, but for other like logs orelasticsearch.ml_job
we'll need to do some work. We're currently solving this for elasticsearch logs by loading a container that sends appropriate requests to the service, we can follow the same approach for other datasets.AC
_dev/deploy
(elasticsearch example)The text was updated successfully, but these errors were encountered: