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

This commit is contained in:
James Rodewig 2020-08-25 11:17:56 -04:00 committed by GitHub
parent fade7408cd
commit 5ad0ce49e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 18 deletions

View File

@ -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
doesnt 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

View File

@ -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