You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Re-add a simplified tokenizer object in ML anomaly detection analysis config
65
+
update:
66
+
tokenizer:
67
+
x-abbreviated: true
68
+
oneOf:
69
+
- type: object
70
+
- type: string
71
+
description: >
72
+
The name or definition of the tokenizer to use after character filters are applied.
73
+
This property is compulsory if `categorization_analyzer` is specified as an object.
74
+
Machine learning provides a tokenizer called `ml_standard` that tokenizes in a way that has been determined to produce good categorization results on a variety of log file formats for logs in English.
75
+
If you want to use that tokenizer but change the character or token filters, specify `"tokenizer": "ml_standard"` in your `categorization_analyzer`.
76
+
Additionally, the `ml_classic` tokenizer is available, which tokenizes in the same way as the non-customizable tokenizer in old versions of the product (before 6.2).
77
+
`ml_classic` was the default categorization tokenizer in versions 6.2 to 7.13, so if you need categorization identical to the default for jobs created in these versions, specify `"tokenizer": "ml_classic"` in your `categorization_analyzer`.
description: Re-add a simplified tokenizer object in ML anomaly detection analysis config
54
+
update:
55
+
tokenizer:
56
+
x-abbreviated: true
57
+
oneOf:
58
+
- type: object
59
+
- type: string
60
+
description: >
61
+
The name or definition of the tokenizer to use after character filters are applied.
62
+
This property is compulsory if `categorization_analyzer` is specified as an object.
63
+
Machine learning provides a tokenizer called `ml_standard` that tokenizes in a way that has been determined to produce good categorization results on a variety of log file formats for logs in English.
64
+
If you want to use that tokenizer but change the character or token filters, specify `"tokenizer": "ml_standard"` in your `categorization_analyzer`.
65
+
Additionally, the `ml_classic` tokenizer is available, which tokenizes in the same way as the non-customizable tokenizer in old versions of the product (before 6.2).
66
+
`ml_classic` was the default categorization tokenizer in versions 6.2 to 7.13, so if you need categorization identical to the default for jobs created in these versions, specify `"tokenizer": "ml_classic"` in your `categorization_analyzer`.
0 commit comments