Skip to content

Commit

Permalink
[Security Solution][Endpoint] Enable processes response action for …
Browse files Browse the repository at this point in the history
…SentinelOne hosts (elastic#189884)

## Summary

- Enables the `processes` response action for SentinelOne hosts
    - Feature flag enabled: `responseActionsSentinelOneProcessesEnabled`
  • Loading branch information
paul-tavares authored Aug 12, 2024
1 parent 9aa3910 commit 8dbc2a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const allowedExperimentalValues = Object.freeze({
responseActionsSentinelOneKillProcessEnabled: true,

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

/**
* Enables the ability to send Response actions to Crowdstrike and persist the results
Expand Down

0 comments on commit 8dbc2a0

Please sign in to comment.