Class NetworkDirectionProcessor
Inheritance
NetworkDirectionProcessor
Assembly: OpenSearch.Client.dll
Syntax
public class NetworkDirectionProcessor : ProcessorBase, INetworkDirectionProcessor, IProcessor
Properties
|
Edit this page
View Source
DestinationIp
Declaration
public Field DestinationIp { get; set; }
Property Value
|
Edit this page
View Source
IgnoreMissing
Declaration
public bool? IgnoreMissing { get; set; }
Property Value
|
Edit this page
View Source
InternalNetworks
Declaration
public IEnumerable<string> InternalNetworks { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
protected override string Name { get; }
Property Value
Overrides
|
Edit this page
View Source
SourceIp
Declaration
public Field SourceIp { get; set; }
Property Value
|
Edit this page
View Source
TargetField
Declaration
public Field TargetField { get; set; }
Property Value
Implements
Extension Methods