mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Detection Engine][FTRs] Add missing tags (#189661)
## Summary Audited our FTRs for any suites missing tags - found one only and fixed.
This commit is contained in:
parent
694d872221
commit
a00085e57d
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
const log = getService('log');
|
||||
const es = getService('es');
|
||||
|
||||
describe('Rule detects against a keyword of event.dataset', () => {
|
||||
describe('@ess @serverless @serverlessQA Rule detects against a keyword of event.dataset', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/rule_keyword_family/keyword');
|
||||
});
|
||||
|
@ -50,7 +50,7 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
await deleteAllRules(supertest, log);
|
||||
});
|
||||
|
||||
describe('@ess @serverless @serverlessQA "kql" rule type', () => {
|
||||
describe('"kql" rule type', () => {
|
||||
it('should detect the "dataset_name_1" from "event.dataset"', async () => {
|
||||
const rule: QueryRuleCreateProps = {
|
||||
...getRuleForAlertTesting(['keyword']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue