Skip to content

Commit

Permalink
[Data Telemetry] Add index pattern to identify "meow" attacks (elasti…
Browse files Browse the repository at this point in the history
…c#75163)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
afharo and elasticmachine committed Aug 21, 2020
1 parent 21a13ad commit cb8d2ff
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 cb8d2ff

Please sign in to comment.