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

Update logstash pipeline management to use system index APIs #80405

Merged
merged 10 commits into from
Nov 11, 2020

Commits on Oct 13, 2020

  1. Update logstash pipeline management to use system index APIs

    This change updates the logstash pipeline management plugin to use
    pipeline management APIs in Elasticsearch rather than directly
    accessing the .logstash index. In Elasticsearch 8.0, direct access to
    system indices will no longer be allowed when using standard APIs.
    Given this change, a new set of APIs has been created specifically for
    the management of Logstash pipelines and this change makes use of the
    APIs.
    
    Relates elastic/elasticsearch#53350
    jaymode committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c337198 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    8eb4cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43d7d14 View commit details
    Browse the repository at this point in the history
  3. fix eslint

    kaisecheng committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    c4455ba View commit details
    Browse the repository at this point in the history
  4. Merge branch 'logstash_system_index_apis' of github.com:jaymode/kiban…

    …a into logstash_system_index_apis
    kaisecheng committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    c50d984 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

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

Commits on Oct 28, 2020

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

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    10a96d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70d5435 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

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