Browse Source

[DOCS] Remove response params for #61428 (#61524)

James Rodewig 5 years ago
parent
commit
35b35148b9
2 changed files with 0 additions and 18 deletions
  1. 0 17
      docs/reference/eql/eql-search-api.asciidoc
  2. 0 1
      docs/reference/eql/eql.asciidoc

+ 0 - 17
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 <<optimistic-concurrency-control>>.
-
-`_primary_term`::
-(integer)
-Primary term assigned to the document. See <<optimistic-concurrency-control>>.
-
 `_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 <<eql-search-api-timestamp-field,timestamp>>, converted

+ 0 - 1
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