Bogdan Pintea
f9ae6db319
ESQL: Add docs for the OPTIONS directive ( #107013 )
...
This adds the docs for the newly added `OPTIONS` directive to `FROM`.
2024-04-03 16:23:36 +02:00
Bogdan Pintea
1fbb085bd0
ESQL: Rename SHOW FUNCTIONS
to META FUNCTIONS
( #106362 )
...
This renames the `show functions` command to `meta functions`.
It also removes its documentation and usage tracking.
2024-03-19 13:02:34 +01:00
Nhat Nguyen
863cbf6bb4
Add docs for cross cluster search in ES|QL( #105934 )
...
This change adds a documentation for cross cluster search in ES|QL.
Relates #102954
Closes #105529
2024-03-07 13:15:01 -08:00
Luigi Dell'Aquila
f06a580eb7
ES|QL: Set default query LIMIT to 1000 ( #105618 )
2024-02-21 09:25:25 +01:00
Costin Leau
fca3fc82be
ESQL: Grammar - FROM METADATA no longer require [] ( #105221 )
...
Remove usage of [ ] through-out the grammar, in this case inside
FROM METADATA.
2024-02-08 07:03:19 -08:00
Bogdan Pintea
f26691f987
ESQL: Mark a few features as experimental ( #105263 )
...
Mark the following features as experimental in the docs:
* `AUTO_BUCKET()`
* `SHOW FUNCTIONS`
* unsigned_long type
2024-02-07 17:28:13 -08:00
Abdon Pijpelink
76ab37b35d
[DOCS] Uniform formatting for ES|QL commands ( #101728 )
...
* Source commands
* Missing word
* Processing commands
* Apply suggestions from code review
Co-authored-by: Alexander Spies <alexander.spies@elastic.co>
* Review feedback
* Add sort detail for mv
* More review feedback
---------
Co-authored-by: Alexander Spies <alexander.spies@elastic.co>
2023-11-06 08:42:13 +01:00
AlexB
931dcae41d
Add improvements to the ES|QL docs ( #101195 )
...
Content and structural improvements to the ES|QL docs
---------
Co-authored-by: Alexandros Batsakis <abatsakis@splunk.com>
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-10-23 07:45:42 -07:00
Abdon Pijpelink
8ac4ba751e
Restructure ES|QL docs ( #100806 )
...
* Break out 'Limitations' into separate page
* Add REST API docs
* Restructure commands, functions, and operators refs
* Add placeholder for getting started guide
* Group 'Syntax', 'Metafields', and 'MV fields' under 'Language'
* Add placeholder for Kibana page
* Add link from landing page
* Apply uniform formatting to ACOS, CASE, and DATE_PARSE function refs
* Reword default LIMIT
* Add support for COUNT(*)
* Move 'Commands' and 'Functions and operators' to individual pages
---------
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2023-10-17 17:36:14 +02:00
Paweł Krześniak
30f6e51804
Update ES|QL ( #99467 )
...
To make it more clear let's use different index names for comma-separated index list
2023-09-12 13:13:38 +02:00
Bogdan Pintea
9beddb18d6
ESQ: Add metadata fields documentation ( #98991 )
...
This adds documentation for the supported metadata fields.
---------
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-08-30 12:51:31 +02:00
Nik Everett
1f383f3cd2
Docs: compress results into query (ESQL-1259)
...
This compresses the results and the query on the page to take up less
space and make them more obviously connected.
2023-06-12 09:37:45 -05:00
Nik Everett
64cc549958
Docs: move source commands into a file per command (ESQL-1191)
...
I think it's a bit easier to deal with the files this way. They also
make a page per command so it lines up with the files which is nice.
Also I moved some of the examples into the docs. They were mostly there
already, but I linked them.
---------
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-05-30 21:58:33 +10:00