mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security Solution][Endpoint][Admin] Remove spaces in custom malware message brackets (#86393)
This commit is contained in:
parent
b484071096
commit
73068e755c
2 changed files with 7 additions and 7 deletions
|
@ -72,4 +72,4 @@ export const factory = (): PolicyConfig => {
|
|||
/**
|
||||
* Reflects what string the Endpoint will use when message field is default/empty
|
||||
*/
|
||||
export const DefaultMalwareMessage = 'Elastic Security { action } { filename }';
|
||||
export const DefaultMalwareMessage = 'Elastic Security {action} {filename}';
|
||||
|
|
|
@ -222,7 +222,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
popup: {
|
||||
malware: {
|
||||
enabled: true,
|
||||
message: 'Elastic Security { action } { filename }',
|
||||
message: 'Elastic Security {action} {filename}',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -241,7 +241,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
popup: {
|
||||
malware: {
|
||||
enabled: true,
|
||||
message: 'Elastic Security { action } { filename }',
|
||||
message: 'Elastic Security {action} {filename}',
|
||||
},
|
||||
},
|
||||
antivirus_registration: {
|
||||
|
@ -366,7 +366,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
popup: {
|
||||
malware: {
|
||||
enabled: true,
|
||||
message: 'Elastic Security { action } { filename }',
|
||||
message: 'Elastic Security {action} {filename}',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -385,7 +385,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
popup: {
|
||||
malware: {
|
||||
enabled: true,
|
||||
message: 'Elastic Security { action } { filename }',
|
||||
message: 'Elastic Security {action} {filename}',
|
||||
},
|
||||
},
|
||||
antivirus_registration: {
|
||||
|
@ -503,7 +503,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
popup: {
|
||||
malware: {
|
||||
enabled: true,
|
||||
message: 'Elastic Security { action } { filename }',
|
||||
message: 'Elastic Security {action} {filename}',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -522,7 +522,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
popup: {
|
||||
malware: {
|
||||
enabled: true,
|
||||
message: 'Elastic Security { action } { filename }',
|
||||
message: 'Elastic Security {action} {filename}',
|
||||
},
|
||||
},
|
||||
antivirus_registration: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue