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

[Alerting] replace last watcher APIs used in alerting ui #59475

Merged
merged 3 commits into from
Mar 9, 2020

Commits on Mar 6, 2020

  1. [Alerting] replace watcher http APIs used by index threshold Alerting

    Prior to this PR, the alerting UI used two HTTP endpoints provided by the
    Kibana watcher plugin, to list index and field names.  There are now two HTTP
    endpoints in the alerting_builtins plugin which will be used instead.
    
    The code for the new endpoints was largely copied from the existing watcher
    endpoints, and the HTTP request/response bodies kept pretty much the same.
    pmuellr committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    fbebcc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    a335115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce0149f View commit details
    Browse the repository at this point in the history