Skip to content

Commit

Permalink
[Stack Monitoring] baseline logstash api tests for package and metric…
Browse files Browse the repository at this point in the history
…beat data (elastic#152575)

## Summary

Closes elastic#151158
Part of elastic#148303

Port logstash tests to the
[monitoring_api_integration](https://github.com/elastic/kibana/tree/main/x-pack/test/monitoring_api_integration)
suite. This reimplements all the existing tests (plus missing ones for
the pipeline api) with fresh data.

See [flaky test
run](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1982)
  • Loading branch information
klacabane authored and bmorelli25 committed Mar 10, 2023
1 parent 98a5c5c commit a6efca7
Show file tree
Hide file tree
Showing 37 changed files with 233 additions and 26,497 deletions.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions x-pack/test/api_integration/apis/monitoring/logstash/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@
export default function ({ loadTestFile }) {
describe('Logstash', () => {
loadTestFile(require.resolve('./overview'));
loadTestFile(require.resolve('./overview_mb'));
loadTestFile(require.resolve('./nodes'));
loadTestFile(require.resolve('./nodes_mb'));
loadTestFile(require.resolve('./node_detail'));
loadTestFile(require.resolve('./node_detail_mb'));
loadTestFile(require.resolve('./multicluster_pipelines'));
loadTestFile(require.resolve('./multicluster_pipelines_mb'));
loadTestFile(require.resolve('./pipelines'));
loadTestFile(require.resolve('./pipelines_mb'));
});
}

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions x-pack/test/api_integration/apis/monitoring/logstash/nodes_mb.js

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit a6efca7

Please sign in to comment.