Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
fbe3f49
Add missing docs
qn895 Jan 14, 2026
a254901
Test
qn895 Jan 14, 2026
f8ee7af
Remove markdown block
qn895 Jan 14, 2026
4bdee24
Update prompt to make more concise
qn895 Jan 14, 2026
9b2a7a8
Remove scripting files
qn895 Jan 14, 2026
2e954ba
Update to not strip out function names
qn895 Jan 14, 2026
38a80dd
Update missing function headers
qn895 Jan 14, 2026
6589ed3
Merge usptream
qn895 Jan 21, 2026
0e8fabb
Add back script
qn895 Jan 22, 2026
022c7ca
Add hashing logic to script
qn895 Jan 22, 2026
a9d21bb
Pull new changes
qn895 Jan 22, 2026
f810750
Update hash logic for new file
qn895 Jan 22, 2026
74b880f
Update enrichment prompt
qn895 Jan 22, 2026
7d99eb4
Update prompt for examples
qn895 Jan 22, 2026
17eedf6
Update readme
qn895 Jan 23, 2026
0979e4f
Fix if output file from hash dne, then generate anyway
qn895 Jan 23, 2026
716acf2
Update changepoint docs
qn895 Jan 23, 2026
8e5c925
Update syntax prompt
qn895 Jan 23, 2026
236d5de
Update linting
qn895 Jan 23, 2026
3da0073
Changes from node scripts/lint_ts_projects --fix
kibanamachine Jan 23, 2026
2018091
Changes from node scripts/regenerate_moon_projects.js --update
kibanamachine Jan 23, 2026
fb0cbac
Update instruction for es and kibana
qn895 Jan 23, 2026
5c78f6e
Merge remote-tracking branch 'upstream/main' into esql-new-docs
qn895 Jan 29, 2026
63dfa46
Update types
qn895 Jan 29, 2026
2966afb
Update path of cache file
qn895 Jan 29, 2026
399cab7
Update content for kql and qstr
qn895 Jan 29, 2026
409ac20
Merge remote-tracking branch 'upstream/main' into esql-new-docs
qn895 Feb 2, 2026
6d5ee35
Update url
qn895 Feb 3, 2026
ef856fa
Update logic for connection with connector to throw error if connecto…
qn895 Feb 3, 2026
f5458f9
Test connection
qn895 Feb 3, 2026
b8126db
Fix restrictInternalApis
qn895 Feb 3, 2026
240e8cb
Merge branch 'main' into esql-new-docs
elasticmachine Feb 4, 2026
d3880e2
Merge branch 'main' into esql-new-docs
elasticmachine Feb 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ LEAST: returns the smallest value from multiple columns
### Search functions

Search functions perform full-text search against the data

MATCH: execute a match query on a specified field (tech preview)
QSTR: performs a Lucene query string query (tech preview)
MATCH: execute a match query on a specified field - equivalent to match query for Elasticsearch Query DSL
QSTR: perform a Lucene query string query. It can also be used to search for patterns in complete Event.
KQL: perform a KQL query. KQL is a simple text-based query language for filtering data. It can also be used to search for patterns in complete Event

### Date-time functions

Expand Down
Loading
Loading