Skip to content

Commit e329ebf

Browse files
authored
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
1 parent 88f6d97 commit e329ebf

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

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

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
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[]
10+
`/Library/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent.ndjson`::
11+
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.]
1412
`/usr/bin/elastic-agent`::
1513
Shell wrapper installed into PATH
1614

@@ -26,10 +24,8 @@ command, use the `--base-path` CLI option to specify the custom base path.
2624
Main {agent} configuration
2725
`/opt/Elastic/Agent/fleet.enc`::
2826
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
27+
`/opt/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent.ndjson`::
28+
Log files for {agent} and beats shippers footnote:lognumbering[]
3329
`/usr/bin/elastic-agent`::
3430
Shell wrapper installed into PATH
3531

@@ -45,10 +41,8 @@ command, use the `--base-path` CLI option to specify the custom base path.
4541
Main {agent} configuration
4642
`C:\Program Files\Elastic\Agent\fleet.enc`::
4743
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
44+
`C:\Program Files\Elastic\Agent\data\elastic-agent-*\logs\elastic-agent.ndjson`::
45+
Log files for {agent} and beats shippers footnote:lognumbering[]
5246

5347
You can install {agent} in a custom base path other than `C:\Program Files`. When installing {agent} with the `.\elastic-agent.exe install`
5448
command, use the `--base-path` CLI option to specify the custom base path.
@@ -62,10 +56,8 @@ command, use the `--base-path` CLI option to specify the custom base path.
6256
Main {agent} configuration
6357
`/etc/elastic-agent/fleet.enc`::
6458
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
59+
`/var/lib/elastic-agent/data/elastic-agent-*/logs/elastic-agent.ndjson`::
60+
Log files for {agent} and beats shippers footnote:lognumbering[]
6961
`/usr/bin/elastic-agent`::
7062
Shell wrapper installed into PATH
7163

@@ -79,10 +71,8 @@ Shell wrapper installed into PATH
7971
Main {agent} configuration
8072
`/etc/elastic-agent/fleet.enc`::
8173
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
74+
`/var/lib/elastic-agent/data/elastic-agent-*/logs/elastic-agent.ndjson`::
75+
Log files for {agent} and beats shippers footnote:lognumbering[]
8676
`/usr/bin/elastic-agent`::
8777
Shell wrapper installed into PATH
8878

0 commit comments

Comments
 (0)