Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EQL: Adds an ability to start an asynchronous EQL search #56147

Closed
wants to merge 5 commits into from

Commits on May 4, 2020

  1. EQL: Adds an ability to start an asynchronous EQL search

    Adds support for async searches to eql search API. This commit is limited to
    only submitting search API requests and doesn't provide APIs to get results
    nor delete the results. These functions will be added in follow up PRs.
    
    Relates to elastic#49638
    imotov committed May 4, 2020
    Configuration menu
    Copy the full SHA
    d4add59 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Address review comments

    Moves most of the logic from TransportEqlSearchAction to
    AsyncTaskManagementService
    imotov committed May 7, 2020
    Configuration menu
    Copy the full SHA
    2c3e26b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ccfed8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    145ab35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0e33d View commit details
    Browse the repository at this point in the history