diff --git a/docs/reference/eql/eql-search-api.asciidoc b/docs/reference/eql/eql-search-api.asciidoc index d87e0b96b56..9b761505c0e 100644 --- a/docs/reference/eql/eql-search-api.asciidoc +++ b/docs/reference/eql/eql-search-api.asciidoc @@ -426,22 +426,6 @@ Name of the index containing the event. Unique identifier for the event. This ID is only unique within the index. -`_version`:: -(integer) -Version of the document (event). This version is incremented each time the document is -updated. - -`_seq_no`:: -(integer) -Sequence number assigned to the document (event). -+ -Sequence numbers are used to ensure an older version of a document -doesn’t overwrite a newer version. See <>. - -`_primary_term`:: -(integer) -Primary term assigned to the document. See <>. - `_source`:: (object) Original JSON body passed for the event at index time. @@ -495,7 +479,6 @@ GET /my-index-000001/_eql/search } ---- // TEST[setup:sec_logs] -// TEST[s/search/search\?filter_path\=\-\*\.events\.\*fields/] The API returns the following response. Matching events in the `hits.events` property are sorted by <>, converted diff --git a/docs/reference/eql/eql.asciidoc b/docs/reference/eql/eql.asciidoc index 30cf57f83ca..4166c5fd7ab 100644 --- a/docs/reference/eql/eql.asciidoc +++ b/docs/reference/eql/eql.asciidoc @@ -66,7 +66,6 @@ GET /my-index-000001/_eql/search } ---- // TEST[setup:sec_logs] -// TEST[s/search/search\?filter_path\=\-\*\.events\.\*fields/] The API returns the following response. Matching events are included in the `hits.events` property. These events are sorted by timestamp, converted to