Skip to content
Open
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Revises wording
  • Loading branch information
Jesse authored Aug 24, 2020
commit 79bb2a4ce2960413d7d60eb131018bfc2eac5c53
2 changes: 1 addition & 1 deletion src/pages/kb/data-sources/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source of type `Elasticsearch`.
"sort": {"@timestamp:asc"}
}
```
- In Elasticsearch of 6.x or lower, "_source" parameter should be "field" and "size" be "limit".
- In Elasticsearch 6.x or lower, `_source` should be `field` and `size` should be `limit`.


## Simple query on a logstash Elasticsearch instance:
Expand Down