Skip to content

Commit

Permalink
Updated log type labels constant.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
  • Loading branch information
AWSHurneyt committed Oct 13, 2023
1 parent 50892ee commit e00d373
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions public/pages/LogTypes/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ export const defaultLogType: LogTypeBase = {
};

export const logTypeLabels = {
cloudtrail: 'Cloudtrail',
cloudtrail: 'AWS Cloudtrail',
dns: 'DNS',
vpcflow: 'VPC Flow',
ad_ldap: 'Ad/ldap',
ad_ldap: 'AD/LDAP',
apache_access: 'Apache Access',
m365: 'M365',
m365: 'Microsoft 365',
okta: 'Okta',
waf: 'WAF',
s3: 'S3',
s3: 'AWS S3',
github: 'Github',
gworkspace: 'GWorkspace',
windows: 'Windows',
gworkspace: 'Google Workspace',
windows: 'Microsoft Windows',
network: 'Network',
linux: 'Linux',
azure: 'Azure',
linux: 'Linux System Logs',
azure: 'Microsoft Azure',
};

0 comments on commit e00d373

Please sign in to comment.