extends |
AbstractNamespace |
---|
Class SecurityAnalyticsNamespace
NOTE: This file is autogenerated using util/GenerateEndpoints.php
Methods | ||||
---|---|---|---|---|
public
|
getAlerts(array $params = []): array
Retrieve alerts related to a specific detector type or detector ID.
Retrieve alerts related to a specific detector type or detector ID. $params['alertState'] = (enum) Used to filter by alert state. Optional. (Options = ACKNOWLEDGED,ACTIVE,COMPLETED,DELETED,ERROR)
$params['detectorType'] = (string) The type of detector used to fetch alerts. Optional when Parameters
|
# | ||
public
|
getFindings(array $params = []): array
Retrieve findings related to a specific detector type or detector ID.
Retrieve findings related to a specific detector type or detector ID. $params['detectionType'] = (enum) The detection type that dictates the retrieval type for the findings. When the detection type is Parameters
|
# | ||
public
|
searchFindingCorrelations(array $params = []): array
List correlations for a finding.
List correlations for a finding. $params['detector_type'] = (string) The log type of findings you want to correlate with the specified finding. Required.
$params['finding'] = (string) The finding ID for which you want to find other findings that are correlated. Required.
$params['nearby_findings'] = (integer) The number of nearby findings you want to return. Optional. (Default = 10)
$params['time_window'] = (integer) The time window (in ms) in which all of the correlations must have occurred together. Optional. (Default = 300000)
$params['pretty'] = (boolean) Whether to pretty-format the returned JSON response. (Default = false)
$params['human'] = (boolean) Whether to return human-readable values for statistics. (Default = false)
$params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false)
$params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
$params['filter_path'] = (any) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use Parameters
|
# |
Methods inherited from OpenSearch\Namespaces\AbstractNamespace |
---|
__construct(), extractArgument(), performRequest() |
Properties inherited from OpenSearch\Namespaces\AbstractNamespace |
---|
$transport, $httpTransport, $endpointFactory, $endpoints |