kibana/x-pack/plugins/ingest_pipelines
CJ Cenizal a540cafb85
Add doc titles to ES UI apps (#71045)
* Add doc titles to CCR, ILM, Index Management, Ingest Node Pipelines, License Management, Remote Clusters, Rollup Jobs, Watcher, and Upgrade Assistant. Clear doc title when leaving Dev Tools.
* Refactor Watcher boot file to follow index-oriented pattern of other plugins.
2020-07-21 07:04:40 -07:00
..
__jest__/client_integration Fix ScopedHistory mock and adapt usages (#71404) 2020-07-14 09:40:27 +02:00
common [Ingest Node Pipelines] Pipeline Processors Editor (#66021) 2020-06-16 16:17:30 +02:00
public Add doc titles to ES UI apps (#71045) 2020-07-21 07:04:40 -07:00
server [Ingest Pipelines] Error messages (#70167) 2020-07-02 11:02:52 +02:00
kibana.json [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07: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