We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518cee2 commit ac4e305Copy full SHA for ac4e305
x-pack/test/api_integration/apis/infra/metrics_alerting.ts
@@ -56,20 +56,6 @@ export default function({ getService }: FtrProviderContext) {
56
expect(result.hits).to.be.ok();
57
expect(result.aggregations).to.be.ok();
58
});
59
- it('should not work with a filterQuery in KQL format', () => {
60
- const searchBody = getElasticsearchMetricQuery(
61
- getSearchParams('avg'),
62
- undefined,
63
- '"agent.hostname":"foo"'
64
- );
65
- expect(
66
- async () =>
67
- await client.search({
68
- index,
69
- body: searchBody,
70
- })
71
- ).to.throwError();
72
- });
73
74
describe('querying with a groupBy parameter', () => {
75
for (const aggType of aggs) {
0 commit comments