File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -269,50 +269,6 @@ emp_no:integer | first_name:keyword | last_name:keyword
26926910043 | Yishay | Tzvieli
270270;
271271
272- testMatchPhraseVersionField
273- required_capability: match_phrase_function
274-
275- from apps
276- | where match_phrase(version, "2.1")
277- | keep name, version;
278-
279- name:keyword | version:version
280- bbbbb | 2.1
281- ;
282-
283- testMatchPhraseIpField
284- required_capability: match_phrase_function
285-
286- from sample_data
287- | where match_phrase(client_ip, "172.21.0.5")
288- | keep client_ip, message;
289-
290- client_ip:ip | message:keyword
291- 172.21.0.5 | Disconnected
292- ;
293-
294- testMatchPhraseDateFieldAsString
295- required_capability: match_phrase_function
296-
297- from date_nanos
298- | where match_phrase(millis, "2023-10-23T13:55:01.543Z")
299- | keep millis;
300-
301- millis:date
302- 2023-10-23T13:55:01.543Z
303- ;
304-
305- testMatchPhraseDateNanosFieldAsString
306- required_capability: match_phrase_function
307-
308- from date_nanos
309- | where match_phrase(nanos, "2023-10-23T13:55:01.543123456Z")
310- | keep nanos;
311-
312- nanos:date_nanos
313- 2023-10-23T13:55:01.543123456Z
314- ;
315-
316272testMatchPhraseWithOptionsSlop
317273required_capability: match_phrase_function
318274from books
You can’t perform that action at this time.
0 commit comments