[Data Telemetry] Add index pattern to identify "meow" attacks (#75163)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Alejandro Fernández Haro 2020-08-21 13:47:01 +01:00 committed by GitHub
parent fd459dea5d
commit ee75e571ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)