kibana/x-pack/plugins/ingest_pipelines
2020-06-15 08:48:10 -04:00
..
__jest__/client_integration [New Platform Migration]: Management - Implement NP API (#66781) 2020-06-03 18:55:06 +03:00
common [New Platform Migration]: Management - Implement NP API (#66781) 2020-06-03 18:55:06 +03:00
public [eslint] Prevents importing of public code into server (#67149) 2020-06-10 08:39:52 -07:00
server [ES UI] Error handling (#68809) 2020-06-15 08:48:10 -04:00
kibana.json Fix privileges check when security is not enabled (#67308) 2020-05-26 13:41:34 +02:00
README.md

Ingest Node Pipelines UI

Summary

The ingest_pipelines plugin provides Kibana support for Elasticsearch's ingest nodes. Please refer to the Elasticsearch documentation for more details.

This plugin allows Kibana to create, edit, clone and delete ingest node pipelines. It also provides support to simulate a pipeline.

It requires a Basic license and the following cluster privileges: manage_pipeline and cluster:monitor/nodes/info.


Development

A new app called Ingest Node Pipelines is registered in the Management section and follows a typical CRUD UI pattern. The client-side portion of this app lives in public/application and uses endpoints registered in server/routes/api.

See the kibana contributing guide for instructions on setting up your development environment.

Test coverage

The app has the following test coverage:

  • Complete API integration tests
  • Smoke-level functional test
  • Client-integration tests