Skip to content

Add configurable HTTP request timeout to SentinelOne connection#6

Open
vthiery wants to merge 1 commit intoxybytes:mainfrom
vthiery:allow-configuring-timeout
Open

Add configurable HTTP request timeout to SentinelOne connection#6
vthiery wants to merge 1 commit intoxybytes:mainfrom
vthiery:allow-configuring-timeout

Conversation

@vthiery
Copy link
Copy Markdown

@vthiery vthiery commented Mar 9, 2026

With some large queries, the default timeout is not sufficient.
E.g., crossing data with https://github.com/vthiery/steampipe-plugin-iru for 400+ devices:

select
  i.device_name,
  i.serial_number,
  i.os_version,
  i.assigned_user_email,
  i.last_check_in
from
  iru_device i
  left join sentinelone_agent a on lower(a.computer_name) = lower(i.device_name)
where
  a.computer_name is null
order by
  i.device_name;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant