Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Add new Process actions Security-Onion-Solutions/securityonion#13226 #550

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading