Skip to content

Commit

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

Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
afharo and elasticmachine authored Aug 21, 2020
1 parent 21a13ad commit d452882
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 d452882

Please sign in to comment.