From 8e30e8591d99c5668b59846694d4e7ea6221d82b Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Mon, 14 Mar 2022 11:57:39 -0700 Subject: [PATCH] Indent tweaks and missed fields Signed-off-by: keithhc2 --- _im-plugin/index-transforms/transforms-apis.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/_im-plugin/index-transforms/transforms-apis.md b/_im-plugin/index-transforms/transforms-apis.md index e25cc651..82face44 100644 --- a/_im-plugin/index-transforms/transforms-apis.md +++ b/_im-plugin/index-transforms/transforms-apis.md @@ -79,6 +79,7 @@ PUT _plugins/_transform/ "transform": { "transform_id": "sample", "schema_version": 7, + "continuous": true, "schedule": { "interval": { "start_time": 1621467964243, @@ -361,6 +362,7 @@ GET _plugins/_transform/ "transform": { "transform_id": "sample", "schema_version": 7, + "continuous": true, "schedule": { "interval": { "start_time": 1621467964243, @@ -599,10 +601,10 @@ GET _plugins/_transform//_explain "metadata_id": "PzmjweME5xbgkenl9UpsYw", "transform_metadata": { "continuous_stats": { - "last_timestamp": 1621883525672, - "documents_behind": { - "sample_index": 72 - } + "last_timestamp": 1621883525672, + "documents_behind": { + "sample_index": 72 + } }, "transform_id": "sample", "last_updated_at": 1621883525873,