Class UserAgentProcessor
Ingest pipelines are composed of one or more processors
Inheritance
UserAgentProcessor
Assembly: OpenSearch.Client.dll
Syntax
public class UserAgentProcessor : ProcessorBase, IUserAgentProcessor, IProcessor
Properties
|
Edit this page
View Source
Field
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
IgnoreMissing
If true
and field
does not exist, the processor quietly exits without modifying the document
Declaration
public bool? IgnoreMissing { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
protected override string Name { get; }
Property Value
Overrides
|
Edit this page
View Source
Properties
Declaration
public IEnumerable<UserAgentProperty> Properties { get; set; }
Property Value
|
Edit this page
View Source
RegexFile
Declaration
public string RegexFile { get; set; }
Property Value
|
Edit this page
View Source
TargetField
Declaration
public Field TargetField { get; set; }
Property Value
Implements
Extension Methods