Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions elasticsearch/_async/client/eql.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def get(
"""
Returns async results from previously executed Event Query Language (EQL) search

`< https://www.elastic.co/guide/en/elasticsearch/reference/master/get-async-eql-search-api.html>`_
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/get-async-eql-search-api.html>`_

:param id: Identifier for the search.
:param keep_alive: Period for which the search and its results are stored on
Expand Down Expand Up @@ -123,7 +123,7 @@ async def get_status(
Returns the status of a previously submitted async or stored Event Query Language
(EQL) search

`< https://www.elastic.co/guide/en/elasticsearch/reference/master/get-async-eql-status-api.html>`_
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/get-async-eql-status-api.html>`_

:param id: Identifier for the search.
"""
Expand Down
4 changes: 2 additions & 2 deletions elasticsearch/_sync/client/eql.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get(
"""
Returns async results from previously executed Event Query Language (EQL) search

`< https://www.elastic.co/guide/en/elasticsearch/reference/master/get-async-eql-search-api.html>`_
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/get-async-eql-search-api.html>`_

:param id: Identifier for the search.
:param keep_alive: Period for which the search and its results are stored on
Expand Down Expand Up @@ -123,7 +123,7 @@ def get_status(
Returns the status of a previously submitted async or stored Event Query Language
(EQL) search

`< https://www.elastic.co/guide/en/elasticsearch/reference/master/get-async-eql-status-api.html>`_
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/get-async-eql-status-api.html>`_

:param id: Identifier for the search.
"""
Expand Down