Class SearchFindingCorrelationsRequestParameters
Request options for SearchFindingCorrelations
https://docs.opensearch.org/docs/latest/security-analytics/api-tools/correlation-eng/#list-correlations-for-a-finding-belonging-to-a-log-type
Inheritance
SearchFindingCorrelationsRequestParameters
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.SecurityAnalyticsApi
Assembly: OpenSearch.Net.dll
Syntax
public class SearchFindingCorrelationsRequestParameters : RequestParameters<SearchFindingCorrelationsRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceDetectorType
The log type of findings you want to correlate with the specified finding. Required.
Declaration
public string DetectorType { get; set; }
Property Value
Type | Description |
---|---|
string |
Finding
The finding ID for which you want to find other findings that are correlated. Required.
Declaration
public string Finding { get; set; }
Property Value
Type | Description |
---|---|
string |
NearbyFindings
The number of nearby findings you want to return. Optional.
Declaration
public long? NearbyFindings { get; set; }
Property Value
Type | Description |
---|---|
long? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceTimeWindow
The time window (in ms) in which all of the correlations must have occurred together. Optional.
Declaration
public long? TimeWindow { get; set; }
Property Value
Type | Description |
---|---|
long? |