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

[Search] Add a new advanced setting searchTimeout #75728

Merged
merged 36 commits into from
Sep 9, 2020

Commits on Sep 3, 2020

  1. Add new x-pack advanced setting searchTimeout and use it in the Enhan…

    …cedSearchInterceptor
    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    5e0959a View commit details
    Browse the repository at this point in the history
  2. docs

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    a682fb7 View commit details
    Browse the repository at this point in the history
  3. Rely on server timeout in OSS (?)

    Use UI setting in xpack.
    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f2c4c16 View commit details
    Browse the repository at this point in the history
  4. Rename function

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    2497e00 View commit details
    Browse the repository at this point in the history
  5. doc

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    a65596f View commit details
    Browse the repository at this point in the history
  6. Remove esShard from client

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    1e9e9a0 View commit details
    Browse the repository at this point in the history
  7. cleanup request parameters from FE

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6d718c5 View commit details
    Browse the repository at this point in the history
  8. doc

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    060ce08 View commit details
    Browse the repository at this point in the history
  9. doc

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    0310fb1 View commit details
    Browse the repository at this point in the history
  10. Align request parameters on server,

    Remove leftover parameters from client
    Shim responses for search and msearch routes
    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    1b4770a View commit details
    Browse the repository at this point in the history
  11. docs

    Stop using toSnakeCase
    Updates jest tests
    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    70b5809 View commit details
    Browse the repository at this point in the history
  12. add management docs

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f8aba5d View commit details
    Browse the repository at this point in the history
  13. docs

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f4d0064 View commit details
    Browse the repository at this point in the history
  14. Remove import

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    9c5c0ec View commit details
    Browse the repository at this point in the history
  15. Break circular dep + fix msearch test

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    befdf10 View commit details
    Browse the repository at this point in the history
  16. Remove deleted type

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    098a9ad View commit details
    Browse the repository at this point in the history
  17. Fix jest

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    dac9d7a View commit details
    Browse the repository at this point in the history
  18. Bring toSnakeCase back

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f9273d6 View commit details
    Browse the repository at this point in the history
  19. docs

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    3dc393e View commit details
    Browse the repository at this point in the history
  20. fix jest

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    59f5cc1 View commit details
    Browse the repository at this point in the history
  21. Fix merge

    Liza K committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    2841d57 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Fix types

    lukasolson committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    313bbd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into search/search…

    …-timeout-setting
    Liza K committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    2dea1e3 View commit details
    Browse the repository at this point in the history
  2. Allow timeout to be undefined

    Liza K committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    6111ac7 View commit details
    Browse the repository at this point in the history
  3. Fix jest test

    Liza K committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    b1b466c View commit details
    Browse the repository at this point in the history
  4. Upldate docs

    Liza K committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    5a7c9e0 View commit details
    Browse the repository at this point in the history
  5. Fix msearch jest

    Liza K committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    882c4fd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    b9306c0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:elastic/kibana into search/search…

    …-timeout-setting
    Liza K committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    bec86a5 View commit details
    Browse the repository at this point in the history
  3. docs

    Liza K committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    887b3ea View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge branch 'search/search-timeout-setting' of github.com:lizozom/ki…

    …bana into search/search-timeout-setting
    Liza K committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b9c7dfc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:elastic/kibana into search/search…

    …-timeout-setting
    Liza K committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4bdbcc6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:elastic/kibana into search/search…

    …-timeout-setting
    Liza K committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    f6d4b5b View commit details
    Browse the repository at this point in the history
  4. Fix rollup search merge

    Liza K committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4405680 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:elastic/kibana into search/search…

    …-timeout-setting
    Liza K committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    61d1f76 View commit details
    Browse the repository at this point in the history
  6. docs

    Liza K committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d5c6042 View commit details
    Browse the repository at this point in the history