Values_2.UpdateGrokClassifierRequestSourceSpecifies a grok classifier to update when passed to UpdateClassifier.
type nonrec t = {name : Values_0.NameString.t;The name of the GrokClassifier.
*)classification : Values_1.Classification.t option;An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.
*)grokPattern : Values_1.GrokPattern.t option;The grok pattern used by this classifier.
*)customPatterns : Values_1.CustomPatterns.t option;Optional custom grok patterns used by this classifier.
*)}val make :
?classification:??? ->
?grokPattern:??? ->
?customPatterns:??? ->
name:Values_0.NameString.t ->
unit ->
t