Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhristinin committed Oct 13, 2021
1 parent 379a300 commit 752c80a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/security_solution/cypress/objects/rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const getIndexPatterns = (): string[] => [
'winlogbeat-*',
];

export const getThreatIndexPatterns = (): string[] => ['filebeat-*'];
export const getThreatIndexPatterns = (): string[] => ['logs-ti_*'];

const getMitre1 = (): Mitre => ({
tactic: `${getMockThreatData().tactic.name} (${getMockThreatData().tactic.id})`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"fileset": {
"name": "abusemalware"
},
"threatintel": {
"threat": {
"indicator": {
"first_seen": "2021-03-10T08:02:14.000Z",
"file": {
Expand All @@ -31,13 +31,13 @@
}
},
"type": "file"
},
"abusemalware": {
"virustotal": {
"result": "38 / 61",
"link": "https://www.virustotal.com/gui/file/a04ac6d98ad989312783d4fe3456c53730b212c79a426fb215708b6c6daa3de3/detection/f-a04ac6d",
"percent": "62.30"
}
}
},
"abusemalware": {
"virustotal": {
"result": "38 / 61",
"link": "https://www.virustotal.com/gui/file/a04ac6d98ad989312783d4fe3456c53730b212c79a426fb215708b6c6daa3de3/detection/f-a04ac6d",
"percent": "62.30"
}
},
"tags": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
}
}
},
"threatintel": {
"threat": {
"properties": {
"abusemalware": {
"properties": {
Expand Down

0 comments on commit 752c80a

Please sign in to comment.