mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
58ef597cdc
commit
01170a42ac
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue