Skip to content

Commit

Permalink
[Data Telemetry] Add index pattern to identify "meow" attacks (#75163)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
afharo and elasticmachine authored Aug 21, 2020
1 parent fd459de commit ee75e57
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ export const DATA_DATASETS_INDEX_PATTERNS = [
{ pattern: '*suricata*', patternName: 'suricata' },
// { pattern: '*fsf*', patternName: 'fsf' }, // Disabled because it's too vague
{ pattern: '*wazuh*', patternName: 'wazuh' },

// meow attacks
{ pattern: '*meow*', patternName: 'meow' },
] as const;

// Get the unique list of index patterns (some are duplicated for documentation purposes)
Expand Down

0 comments on commit ee75e57

Please sign in to comment.