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: Minimise CCS roundtrips #76076

Merged
merged 7 commits into from
Aug 18, 2021
Merged

EQL: Minimise CCS roundtrips #76076

merged 7 commits into from
Aug 18, 2021

Commits on Aug 4, 2021

  1. Minimize CCS round-trips

    This intorduces an optimisation of the EQL requests when these target
    one remote cluster only (i.e. no mixed local and remote indices or
    multiple remote clusters). In this case, the EQL request is forwarded
    to the remote cluster and executed there, instead of having the local
    cluster perform multiple querries of the remote cluster.
    bpintea committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    6b21f24 View commit details
    Browse the repository at this point in the history
  2. Adress doc review comments. Update error messages

    Adress doc review comments. Update error messages
    bpintea committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    889d8e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Adress review comments.

    - rephrase docs;
    - EqlSearchResponse.Event allows setting the index value;
    - update comment.
    
    Also, fix a case of index qualifying in an exception / failure case.
    bpintea committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    e754374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8917176 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    a79c843 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    Add de-/serialization of ccs_minimize_roundtrips setting to
    action/EqlSearchRequest.
    bpintea committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    500b08c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a41c713 View commit details
    Browse the repository at this point in the history