File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,10 @@ sudo elastic-development-agent status
57
57
sudo -u elastic-agent-user elastic-development-agent status
58
58
```
59
59
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.
63
64
64
65
### Test Framework
65
66
You can’t perform that action at this time.
0 commit comments