You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugins/ingest_manager/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Ingest Manager
2
2
## Plugin
3
-
-No features enabled by default. See the TypeScript type for the [the available plugin configuration options](https://github.com/elastic/kibana/blob/feature-ingest/x-pack/plugins/ingest_manager/common/types/index.ts#L9-L19)
4
-
- Setting `xpack.ingestManager.enabled=true`is required to enable the plugin. It adds the `DATASOURCE_API_ROUTES` and `AGENT_CONFIG_API_ROUTES` values in [`common/constants/routes.ts`](./common/constants/routes.ts)
5
-
- Adding `--xpack.ingestManager.epm.enabled=true` will add the EPM API & UI
6
-
- Adding `--xpack.ingestManager.fleet.enabled=true` will add the Fleet API & UI
3
+
-The plugin is disabled by default. See the TypeScript type for the [the available plugin configuration options](https://github.com/elastic/kibana/blob/master/x-pack/plugins/ingest_manager/common/types/index.ts#L9-L27)
4
+
- Setting `xpack.ingestManager.enabled=true`enables the plugin including the EPM and Fleet features. It also adds the `DATASOURCE_API_ROUTES` and `AGENT_CONFIG_API_ROUTES` values in [`common/constants/routes.ts`](./common/constants/routes.ts)
5
+
- Adding `--xpack.ingestManager.epm.enabled=false` will disable the EPM API & UI
6
+
- Adding `--xpack.ingestManager.fleet.enabled=false` will disable the Fleet API & UI
7
7
-[code for adding the routes](https://github.com/elastic/kibana/blob/1f27d349533b1c2865c10c45b2cf705d7416fb36/x-pack/plugins/ingest_manager/server/plugin.ts#L115-L133)
0 commit comments