Skip to content

Add logstash system index APIs (#53350)#62347

Merged
williamrandolph merged 1 commit intoelastic:7.xfrom
williamrandolph:backport/7.x/logstash_system_index_plugin
Sep 15, 2020
Merged

Add logstash system index APIs (#53350)#62347
williamrandolph merged 1 commit intoelastic:7.xfrom
williamrandolph:backport/7.x/logstash_system_index_plugin

Conversation

@williamrandolph
Copy link
Copy Markdown
Contributor

We want Logstash indices to be system indices, but the logstash
service will still need to be able to manage its indices. This PR
adds special system index APIs to the logstash plugin so that
logstash can manage its pipelines without direct access to the
underlying indices.

  • Add logstash module with dedicated logstash APIs
  • merge with x-pack plugin
  • add system index access allowance
  • Break out serialization tests into distinct classes
  • Log failures for partial multiget failure
  • Move LogstashSystemIndexIT to javaRestTest task

Co-authored-by: William Brafford william.brafford@elastic.co

We want Logstash indices to be system indices, but the logstash
service will still need to be able to manage its indices. This PR
adds special system index APIs to the logstash plugin so that
logstash can manage its pipelines without direct access to the
underlying indices.

* Add logstash module with dedicated logstash APIs
* merge with x-pack plugin
* add system index access allowance
* Break out serialization tests into distinct classes
* Log failures for partial multiget failure
* Move LogstashSystemIndexIT to javaRestTest task

Co-authored-by: William Brafford <william.brafford@elastic.co>
@williamrandolph
Copy link
Copy Markdown
Contributor Author

Backport of #53350

@williamrandolph williamrandolph merged commit af64e46 into elastic:7.x Sep 15, 2020
@williamrandolph williamrandolph deleted the backport/7.x/logstash_system_index_plugin branch May 23, 2022 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants