From 72d002ab374954e17c890ae4524be8caa25d9928 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Tue, 18 Jun 2024 10:15:51 -0400 Subject: [PATCH] FEATURE: Add new Process actions Security-Onion-Solutions/securityonion#13226 --- html/js/i18n.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/js/i18n.js b/html/js/i18n.js index c73ab44a..e201dc93 100644 --- a/html/js/i18n.js +++ b/html/js/i18n.js @@ -36,10 +36,14 @@ const i18n = { actionHuntHelp: 'Hunt for this field', actionPcap: 'PCAP', actionPcapHelp: 'Show PCAP for this event', + actionProcessAllInfo: 'Process All Info', + actionProcessAllInfoHelp: 'Show all logs that include this process\'s entity_id in any field', actionProcessAncestors: 'Process Ancestors', actionProcessAncestorsHelp: 'Show all parent processes for this process', + actionProcessChildInfo: 'Process and Child Info', + actionProcessChildInfoHelp: 'Show all logs that include this process\'s entity_id in either the process.entity_id or process.parent.entity_id fields', actionProcessInfo: 'Process Info', - actionProcessInfoHelp: 'Show all logs for this process', + actionProcessInfoHelp: 'Show all logs that include this process\'s entity_id in the entity_id field', actionRelatedAlerts: 'Related Alerts', actionRelatedAlertsHelp: 'Find alerts related to this detection', actionSublime: 'Sublime Platform Email Review',