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

Migrate Index Management to the new ES JS client #105863

Commits on Jul 20, 2021

  1. Migrate Index Management APIs to new ES JS client.

    * Destructure index API request bodies consistently.
    * Update tests.
    * Migrate enrichers.
    cjcenizal committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    dbedd4a View commit details
    Browse the repository at this point in the history
  2. Migrate API integration tests.

    - Migrate create and update index template routes to handleEsError.
    cjcenizal committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    a7c8700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aba111 View commit details
    Browse the repository at this point in the history
  4. Assorted server cleanup.

    * Fix simulate endpoint and move elasticsearch/issues/59152 workaround to server.
    * Remove commented-out code and unnecessary types from fetch_indices.
    * Convert to IScopedClusterClient in a few places.
    * Delete wrapEsError helpers.
    * Remove unnecessary calls to encodeURIComponent on the server.
    cjcenizal committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    c29babf View commit details
    Browse the repository at this point in the history
  5. Fix or ignore TS errors.

    cjcenizal committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    fead8c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e0ccd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

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

Commits on Jul 30, 2021

  1. Update Index Management README:

    * With steps for testing Cloud-managed index templates
    * With steps for testing indices and data streams that contain special characters
    cjcenizal committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    83ce079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1b4b20 View commit details
    Browse the repository at this point in the history
  3. Convert last isEsError remnant to handleEsError.

    * Remove unused isEsError and parseEsError dependencies.
    cjcenizal committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    39bb134 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    e0056d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2651a31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88a2e09 View commit details
    Browse the repository at this point in the history
  4. Rebuild docs.

    cjcenizal committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    0ed2d64 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

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