From f29585021738124cd1bfaf8ff233bf4cebf7c63d Mon Sep 17 00:00:00 2001 From: Tommaso Teofili Date: Tue, 3 Dec 2024 11:25:56 +0100 Subject: [PATCH] minor doc fix --- docs/reference/esql/functions/kibana/definition/term.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/esql/functions/kibana/definition/term.json b/docs/reference/esql/functions/kibana/definition/term.json index 9b1715e094d07..d8bb61fd596a1 100644 --- a/docs/reference/esql/functions/kibana/definition/term.json +++ b/docs/reference/esql/functions/kibana/definition/term.json @@ -81,5 +81,5 @@ "from books \n| where term(author, \"gabriel\") \n| keep book_no, title\n| limit 3;" ], "preview" : true, - "snapshot_only" : false + "snapshot_only" : true }