File tree 2 files changed +7
-2
lines changed
docs/en/ingest-management
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
[[installation-layout]]
2
2
= Installation layout
3
3
4
- {agent} files are installed in the following locations. You cannot override
5
- these installation paths because they are required for upgrades.
4
+ {agent} files are installed in the following locations.
6
5
7
6
include::{tab-widgets}/install-layout-widget.asciidoc[]
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Log files for {beats} shippersfootnote:lognumbering[]
14
14
`/usr/bin/elastic-agent` ::
15
15
Shell wrapper installed into PATH
16
16
17
+ You can install {agent} in a custom base path other than `/Library` . When installing {agent} with the `./elastic-agent install`
18
+ command, use the `--base-path` CLI option to specify the custom base path.
17
19
// end::mac[]
18
20
19
21
// tag::linux[]
@@ -31,6 +33,8 @@ Log files for {beats} shippers
31
33
`/usr/bin/elastic-agent` ::
32
34
Shell wrapper installed into PATH
33
35
36
+ You can install {agent} in a custom base path other than `/opt` . When installing {agent} with the `./elastic-agent install`
37
+ command, use the `--base-path` CLI option to specify the custom base path.
34
38
// end::linux[]
35
39
36
40
// tag::win[]
@@ -46,6 +50,8 @@ Log files for {agent}footnote:lognumbering[]
46
50
`C:\Program Files\Elastic\Agent\data\elastic-agent-*\logs\default\*-json.log*` ::
47
51
Log files for {beats} shippers
48
52
53
+ You can install {agent} in a custom base path other than `C:\Program Files` . When installing {agent} with the `./elastic-agent install`
54
+ command, use the `--base-path` CLI option to specify the custom base path.
49
55
// end::win[]
50
56
51
57
// tag::deb[]
You can’t perform that action at this time.
0 commit comments