Skip to content

Commit 007970c

Browse files
cmacknzjlind23
andauthored
Clarify --develop installations cannot run Defend. (elastic#5098)
Co-authored-by: Julien Lind <julien.lind@elastic.co>
1 parent 8163043 commit 007970c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ sudo elastic-development-agent status
5757
sudo -u elastic-agent-user elastic-development-agent status
5858
```
5959

60-
The primary restriction of `--develop` installations is that you cannot run Elastic Defend a second time on the same machine. Attempting to
61-
install Defend twice will fail with resource conflicts. All other integrations should be usable provided conflicting configurations are
62-
changed ahead of time. For example two agents cannot bind to the same `agent.monitoring.http.port` to expose their monitoring servers.
60+
The primary restriction of `--develop` installations is that they cannot run Elastic Defend. Defend requires the agent to be
61+
in the default path, the same restrictions applies for the `--base-path` option. All other integrations should be usable provided
62+
conflicting configurations are changed ahead of time. For example two agents cannot bind to the same `agent.monitoring.http.port`
63+
to expose their monitoring servers.
6364

6465
### Test Framework
6566

0 commit comments

Comments
 (0)