Skip to content

Commit

Permalink
Merge pull request #550 from Security-Onion-Solutions/dougburks-patch-1
Browse files Browse the repository at this point in the history
FEATURE: Add new Process actions Security-Onion-Solutions/securityonion#13226
  • Loading branch information
dougburks authored Jun 18, 2024
2 parents 14017ec + 72d002a commit f036946
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion html/js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f036946

Please sign in to comment.