kibana/x-pack/plugins/ingest_pipelines
Pierre Gayvallet f0fe9b1908
Fix ScopedHistory mock and adapt usages (#71404)
* Fix mock and adapt usages

* fix snapshots

* add comment about forcecast

* remove mock overrides
2020-07-14 09:40:27 +02: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 Upgrade EUI to v26.3.1 (#70243) 2020-07-09 19:51:45 -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