Skip to content

Commit

Permalink
[Security Solution][Endpoint] Enable kill-process response action f…
Browse files Browse the repository at this point in the history
…or SentinelOne hosts (elastic#189403)

## Summary

- Enables the `responseActionsSentinelOneKillProcessEnabled` feature
flag, making `kill-process` available for use with SentinelOne Hosts
  • Loading branch information
paul-tavares authored Aug 12, 2024
1 parent bb73fc4 commit 017a9fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const allowedExperimentalValues = Object.freeze({
responseActionsSentinelOneGetFileEnabled: true,

/** Enables the `kill-process` response action for SentinelOne */
responseActionsSentinelOneKillProcessEnabled: false,
responseActionsSentinelOneKillProcessEnabled: true,

/** Enable the `processes` response actions for SentinelOne */
responseActionsSentinelOneProcessesEnabled: false,
Expand Down

0 comments on commit 017a9fd

Please sign in to comment.