Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security Solution][Detection Engine] fixes broken tests in serverless for IM and saved query rules #174580

Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ const savedQueryName = 'custom saved query';
const savedQueryQuery = 'process.name: test';
const savedQueryFilterKey = 'testAgent.value';

// TODO: https://github.com/elastic/kibana/issues/161539
describe('Saved query rules', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('Saved query rules', { tags: ['@ess', '@serverless'] }, () => {
describe('Custom saved_query detection rule creation', () => {
beforeEach(() => {
login();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ import { deleteAlertsAndRules } from '../../../../tasks/api_calls/common';

const DEFAULT_THREAT_MATCH_QUERY = '@timestamp >= "now-30d/d"';

// TODO: https://github.com/elastic/kibana/issues/161539
describe('indicator match', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('indicator match', { tags: ['@ess', '@serverless'] }, () => {
describe('Detection rules, Indicator Match', () => {
const expectedUrls = getNewThreatIndicatorRule().references?.join('');
const expectedFalsePositives = getNewThreatIndicatorRule().false_positives?.join('');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -811,10 +811,6 @@
},
"settings": {
"index": {
"lifecycle": {
"name": "filebeat",
"rollover_alias": "filebeat-7.12.0"
},
"mapping": {
"total_fields": {
"limit": "10000"
Expand Down