Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nablaone committed May 9, 2024
1 parent 663eaff commit 6deec76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion http_requests/search_eql.http
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ GET http://localhost:8080/windows_logs/_eql/search
Content-type: application/json

{
"query": "process where true"
"query": "process where true"
}
6 changes: 3 additions & 3 deletions quesma/eql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Supported functions
|-------------------|--------------------|----------------------------------------|
| `add` | :heavy_check_mark: | |
| `between` | :x: | |
| `cidrMatch` | :question: | |
| `cidrMatch` | :cockroach: | |
| `concat` | :heavy_check_mark: | |
| `divide` | :cockroach: | division of integers should be rounded |
| `endsWith` | :heavy_check_mark: | |
Expand All @@ -77,7 +77,7 @@ Supported functions
| `stringContains` | :cockroach: | |
| `stringContains~` | :cockroach: | |
| `substring` | :cockroach: | |
| `subtract` | :heavy_check_mark: | |
| `subtract` | :heavy_check_mark: | |



Expand All @@ -89,5 +89,5 @@ Known limitations
2. Pipe operators are not supported. Syntax is parsed. Error is returned if pipe operator is used in the query. (https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-syntax.html#eql-pipes)
3. Optional fields are not supported. Field names are parsed. Error is returned if that field is used in the query. (https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-syntax.html#eql-syntax-optional-fields)
4. Backtick escaping is not supported. (https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-syntax.html#eql-syntax-escape-a-field-name)
5. Error handling is missing. Every error will be returned as a internal server error.
5. Error handling is missing. Every error will be returned as na internal server error.

0 comments on commit 6deec76

Please sign in to comment.