kibana/x-pack/plugins/logstash/server
Jay Modi b460414489
Update logstash pipeline management to use system index APIs (#80405)
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.

Co-authored-by: Kaise Cheng <kaise.cheng@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

ES:#53350
LS:#12291
2020-11-11 19:00:31 +01:00
..
lib/check_license Update logstash pipeline management to use system index APIs (#80405) 2020-11-11 19:00:31 +01:00
models Update logstash pipeline management to use system index APIs (#80405) 2020-11-11 19:00:31 +01:00
routes Update logstash pipeline management to use system index APIs (#80405) 2020-11-11 19:00:31 +01:00
index.ts
plugin.ts Update logstash pipeline management to use system index APIs (#80405) 2020-11-11 19:00:31 +01:00
types.ts Update logstash pipeline management to use system index APIs (#80405) 2020-11-11 19:00:31 +01:00