Search Results for

    Show / Hide Table of Contents

    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
    object
    RequestParameters<SearchFindingCorrelationsRequestParameters>
    SearchFindingCorrelationsRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<SearchFindingCorrelationsRequestParameters>.CustomResponseBuilder
    RequestParameters<SearchFindingCorrelationsRequestParameters>.QueryString
    RequestParameters<SearchFindingCorrelationsRequestParameters>.RequestConfiguration
    RequestParameters<SearchFindingCorrelationsRequestParameters>.ContainsQueryString(string)
    RequestParameters<SearchFindingCorrelationsRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<SearchFindingCorrelationsRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<SearchFindingCorrelationsRequestParameters>.SetQueryString(string, object)
    RequestParameters<SearchFindingCorrelationsRequestParameters>.Q<TOut>(string)
    RequestParameters<SearchFindingCorrelationsRequestParameters>.Q(string, object)
    RequestParameters<SearchFindingCorrelationsRequestParameters>.SetAcceptHeader(string)
    RequestParameters<SearchFindingCorrelationsRequestParameters>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Specification.SecurityAnalyticsApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class SearchFindingCorrelationsRequestParameters : RequestParameters<SearchFindingCorrelationsRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<SearchFindingCorrelationsRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    DetectorType

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    NearbyFindings

    The number of nearby findings you want to return. Optional.

    Declaration
    public long? NearbyFindings { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<SearchFindingCorrelationsRequestParameters>.SupportsBody
    | Edit this page View Source

    TimeWindow

    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?

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DefaultHttpMethod
      • DetectorType
      • Finding
      • NearbyFindings
      • SupportsBody
      • TimeWindow
    • Implements
    • Extension Methods
    Back to top Generated by DocFX