Skip to content

Commit dd09c0d

Browse files
authored
Remove --xpack.endpoint.enabled=true from README.md file (#67053)
- Remove endpoint flag from readme file
1 parent 27fe265 commit dd09c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/ingest_manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ One common development workflow is:
2828
```
2929
- Start Kibana in another shell
3030
```
31-
yarn start --xpack.ingestManager.enabled=true --no-base-path --xpack.endpoint.enabled=true
31+
yarn start --xpack.ingestManager.enabled=true --no-base-path
3232
```
3333

3434
This plugin follows the `common`, `server`, `public` structure from the [Architecture Style Guide

0 commit comments

Comments
 (0)