Skip to content

Commit 4fd3a33

Browse files
rseldnerkilfoyle
andauthored
Update install-layout.asciidoc to reflect logging changes introduced in 8.6.0 (#631)
* Update install-layout.asciidoc Updated widget to reflect the logging changes from 8.6.0 (v2 architecture) to close this issue: #175 Related changes: elastic/elastic-agent#1701 * Update docs/en/ingest-management/tab-widgets/install-layout.asciidoc * Update docs/en/ingest-management/tab-widgets/install-layout.asciidoc * Update docs/en/ingest-management/tab-widgets/install-layout.asciidoc * Update docs/en/ingest-management/tab-widgets/install-layout.asciidoc * Update docs/en/ingest-management/tab-widgets/install-layout.asciidoc --------- Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
1 parent 22995b7 commit 4fd3a33

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed

docs/en/ingest-management/tab-widgets/install-layout.asciidoc

+13-21
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
Main {agent} configuration
88
`/Library/Elastic/Agent/fleet.enc`::
99
Main {agent} {fleet} encrypted configuration
10-
`/Library/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent-json.log`::
11-
Log files for {agent}footnote:lognumbering[Logs file names end with a date and optional number: log-date.ndjson, log-date-1.ndjson, and so on as new files are created during rotation.]
12-
`/Library/Elastic/Agent/data/elastic-agent-*/logs/default/*-json.log`::
13-
Log files for {beats} shippersfootnote:lognumbering[]
14-
`/usr/local/bin/elastic-agent`::
10+
11+
`/Library/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent.ndjson`::
12+
Log files for {agent} and {beats} shippers footnote:lognumbering[Logs file names end with a date (`YYYYMMDD`) and optional number: `elastic-agent-YYYYMMDD.ndjson`, `elastic-agent-YYYYMMDD-1.ndjson`, and so on as new files are created during rotation.]
13+
`/usr/bin/elastic-agent`::
14+
1515
Shell wrapper installed into PATH
1616

1717
You can install {agent} in a custom base path other than `/Library`. When installing {agent} with the `./elastic-agent install`
@@ -26,10 +26,8 @@ command, use the `--base-path` CLI option to specify the custom base path.
2626
Main {agent} configuration
2727
`/opt/Elastic/Agent/fleet.enc`::
2828
Main {agent} {fleet} encrypted configuration
29-
`/opt/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent-json.log`::
30-
Log files for {agent}footnote:lognumbering[]
31-
`/opt/Elastic/Agent/data/elastic-agent-*/logs/default/*-json.log`::
32-
Log files for {beats} shippers
29+
`/opt/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent.ndjson`::
30+
Log files for {agent} and {beats} shippers footnote:lognumbering[]
3331
`/usr/bin/elastic-agent`::
3432
Shell wrapper installed into PATH
3533

@@ -45,10 +43,8 @@ command, use the `--base-path` CLI option to specify the custom base path.
4543
Main {agent} configuration
4644
`C:\Program Files\Elastic\Agent\fleet.enc`::
4745
Main {agent} {fleet} encrypted configuration
48-
`C:\Program Files\Elastic\Agent\data\elastic-agent-*\logs\elastic-agent-json.log`::
49-
Log files for {agent}footnote:lognumbering[]
50-
`C:\Program Files\Elastic\Agent\data\elastic-agent-*\logs\default\*-json.log*`::
51-
Log files for {beats} shippers
46+
`C:\Program Files\Elastic\Agent\data\elastic-agent-*\logs\elastic-agent.ndjson`::
47+
Log files for {agent} and {beats} shippers footnote:lognumbering[]
5248

5349
You can install {agent} in a custom base path other than `C:\Program Files`. When installing {agent} with the `.\elastic-agent.exe install`
5450
command, use the `--base-path` CLI option to specify the custom base path.
@@ -62,10 +58,8 @@ command, use the `--base-path` CLI option to specify the custom base path.
6258
Main {agent} configuration
6359
`/etc/elastic-agent/fleet.enc`::
6460
Main {agent} {fleet} encrypted configuration
65-
`/var/lib/elastic-agent/data/elastic-agent-*/logs/elastic-agent-json.log`::
66-
Log files for {agent}footnote:lognumbering[]
67-
`/var/lib/elastic-agent/data/elastic-agent-*/logs/default/*-json.log*`::
68-
Log files for {beats} shippers
61+
`/var/lib/elastic-agent/data/elastic-agent-*/logs/elastic-agent.ndjson`::
62+
Log files for {agent} and {beats} shippers footnote:lognumbering[]
6963
`/usr/bin/elastic-agent`::
7064
Shell wrapper installed into PATH
7165

@@ -79,10 +73,8 @@ Shell wrapper installed into PATH
7973
Main {agent} configuration
8074
`/etc/elastic-agent/fleet.enc`::
8175
Main {agent} {fleet} encrypted configuration
82-
`/var/lib/elastic-agent/data/elastic-agent-*/logs/elastic-agent-json.log`::
83-
Log files for {agent}footnote:lognumbering[]
84-
`/var/lib/elastic-agent/data/elastic-agent-*/logs/default/*-json.log*`::
85-
Log files for {beats} shippers
76+
`/var/lib/elastic-agent/data/elastic-agent-*/logs/elastic-agent.ndjson`::
77+
Log files for {agent} and {beats} shippers footnote:lognumbering[]
8678
`/usr/bin/elastic-agent`::
8779
Shell wrapper installed into PATH
8880

0 commit comments

Comments
 (0)