Loading plugin documentation
Loading plugin documentation
We use tracking cookies to understand how you use the product and help us improve it. Please accept cookies to help us improve. You can always opt out later via the link in the footer.
kind: source
spec:
name: crowdstrike
path: cloudquery/crowdstrike
registry: cloudquery
version: "v1.5.6"
tables: ["*"]
destinations: ["postgresql"]
backend_options:
table_name: "cq_state_crowdstrike"
connection: "@@plugins.postgresql.connection"
spec:
auth_method: "client_secret"
client_id: "${CROWDSTRIKE_CLIENT_ID}"
client_secret: "${CROWDSTRIKE_CLIENT_SECRET}"
# optional
# base_path_override: "/"
# cloud: "autodiscover"
# host_override: ""
# member_cid: ""
auth_method
(string
) (optional, default: client_secret
)client_secret
and access_token
. If the client_secret
method is selected, the following additional configuration parameters will be used. If the access_token
method is selected, the following additional configuration parameters will be used.cloud
(string
) (optional, default: autodiscover
)autodiscover
can automatically discover the region when using API Client authentication.spec:
access_token: "${CROWDSTRIKE_ACCESS_TOKEN}"
cloud: us-1 # possible values are: us-1, us-2, eu-1, us-gov-1
host_override
(string
) (optional, default: empty)cloud
will be ignored.spec:
access_token: "${CROWDSTRIKE_ACCESS_TOKEN}"
host_override: api.mysubdomain.crowdstrike.com
base_path_override
(string
) (optional, default: /
)member_cid
(string
) (optional, default: empty)concurrency
(integer
) (optional, default: 10000
)scheduler
(string
) (optional, default: dfs
)dfs
(depth-first search), round-robin
, shuffle
and shuffle-queue
.table_options
(Table Options spec) (optional)crowdstrike_discover_hosts
backend_options
must be set in the spec (as shown above). This is documented in the Managing Incremental Tables section.crowdstrike_discover_hosts
filter
(string
) (optional)facet
([]string
) (optional) (default: []
)crowdstrike_vulnerabilities
filter
(string
) (optional) (default: created_timestamp:>'2000-01-01T01:00:00Z'
)facet
([]string
) (optional) (default: ["host_info", "remediation", "cve", "evaluation_logic"]
)client_id
(string
) (required)client_secret
(string
) (required)client_id
.access_token
using /oauth2/token
API with an existing client. This is done automatically when using the client secret authentication method.access_token
(string
) (required)