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

Kibana index template #14112

Merged
merged 36 commits into from
Sep 23, 2017
Merged

Commits on Sep 21, 2017

  1. Configuration menu
    Copy the full SHA
    4b2f6cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    859a5ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf1b5a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Configuration menu
    Copy the full SHA
    5032648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b99bf09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00aaac6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a93cae0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec21fe4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c6ee2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de1a3fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d2e623 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bcd3880 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dae161d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    058e66d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69272c7 View commit details
    Browse the repository at this point in the history
  13. fix typos

    spalger committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    4353cd2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7381d0c View commit details
    Browse the repository at this point in the history
  15. remove debugging uncomment

    spalger committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    56842cf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    64e7bfb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73df8dd View commit details
    Browse the repository at this point in the history
  18. [savedObjects] update test

    spalger committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    ba595f8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d80cf10 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a69a725 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6445e5a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bf74624 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    69adf0f View commit details
    Browse the repository at this point in the history
  24. [savedObjects] track isEsUsable state

    The SavedObjects code defines `isEsUsable$` and `testEsAvailability$` to negotiate whether SavedObjectClients should be attempting to communicate to elasticsearch.
    
      - `isEsUsable$`
        - can be either `undefined`, `true`, or `false`
        - if `isEsUsable === undefined`
          - All requests are paused
        - if `isEsUsable === false`
          - Send 503 to all paused and future requests
        - if `isEsUsable === true`
         - Request are sent to elasticsearch
    
      - `testEsAvailability$`
        - emits when:
          - elasticsearch plugin is accessible
          - a request to es is blocked
          - es does not respond, or responds with a status >= 500
        - on each event:
          - set `isEsUsable` to `undefined`
          - attempt to put the index template to elasticsearch
          - set `isEsUsable` to wether putTemplate was successful
    spalger committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    9dd6ece View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    31021ec View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4e35ad9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    43f4e0d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9f7421f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    78c7631 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4f1f74c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f9f0f10 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b1980c9 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    70a224e View commit details
    Browse the repository at this point in the history