File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -430,16 +430,17 @@ end::daily-model-snapshot-retention-after-days[]
430
430
431
431
tag::data-description[]
432
432
The data description defines the format of the input data when you send data to
433
- the job by using the <<ml-post-data,post data>> API. Note that when configure
434
- a {dfeed} , these properties are automatically set. When data is received via
435
- the <<ml-post-data,post data>> API, it is not stored in {es} . Only the results
436
- for {anomaly-detect} are retained.
433
+ the job by using the <<ml-post-data,post data>> API. Note that when using a
434
+ {dfeed} , only the `time_field` needs to be set, the rest of the properties are
435
+ automatically set. When data is received via the <<ml-post-data,post data>> API,
436
+ it is not stored in {es} . Only the results for {anomaly-detect} are retained.
437
437
+
438
438
.Properties of `data_description`
439
439
[%collapsible%open]
440
440
====
441
441
`format` :::
442
- (string) Only `JSON` format is supported at this time.
442
+ (string) Only `xcontent` format is supported at this time, and this is the
443
+ default value.
443
444
444
445
`time_field` :::
445
446
(string) The name of the field that contains the timestamp.
You can’t perform that action at this time.
0 commit comments