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

Add logstash system index APIs (#53350) #62347

Conversation

williamrandolph
Copy link
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
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.

None yet

2 participants