Skip to content

Commit

Permalink
Update install-layout.asciidoc
Browse files Browse the repository at this point in the history
Updated widget to reflect the logging changes from 8.6.0 (v2 architecture) to close this issue: 
#175

Related changes:
elastic/elastic-agent#1701
  • Loading branch information
rseldner authored Oct 27, 2023
1 parent 88f6d97 commit e329ebf
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions docs/en/ingest-management/tab-widgets/install-layout.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
Main {agent} configuration
`/Library/Elastic/Agent/fleet.enc`::
Main {agent} {fleet} encrypted configuration
`/Library/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent-json.log`::
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.]
`/Library/Elastic/Agent/data/elastic-agent-*/logs/default/*-json.log`::
Log files for {beats} shippersfootnote:lognumbering[]
`/Library/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent.ndjson`::
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.]
`/usr/bin/elastic-agent`::
Shell wrapper installed into PATH

Expand All @@ -26,10 +24,8 @@ command, use the `--base-path` CLI option to specify the custom base path.
Main {agent} configuration
`/opt/Elastic/Agent/fleet.enc`::
Main {agent} {fleet} encrypted configuration
`/opt/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent-json.log`::
Log files for {agent}footnote:lognumbering[]
`/opt/Elastic/Agent/data/elastic-agent-*/logs/default/*-json.log`::
Log files for {beats} shippers
`/opt/Elastic/Agent/data/elastic-agent-*/logs/elastic-agent.ndjson`::
Log files for {agent} and beats shippers footnote:lognumbering[]
`/usr/bin/elastic-agent`::
Shell wrapper installed into PATH

Expand All @@ -45,10 +41,8 @@ command, use the `--base-path` CLI option to specify the custom base path.
Main {agent} configuration
`C:\Program Files\Elastic\Agent\fleet.enc`::
Main {agent} {fleet} encrypted configuration
`C:\Program Files\Elastic\Agent\data\elastic-agent-*\logs\elastic-agent-json.log`::
Log files for {agent}footnote:lognumbering[]
`C:\Program Files\Elastic\Agent\data\elastic-agent-*\logs\default\*-json.log*`::
Log files for {beats} shippers
`C:\Program Files\Elastic\Agent\data\elastic-agent-*\logs\elastic-agent.ndjson`::
Log files for {agent} and beats shippers footnote:lognumbering[]

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

Expand All @@ -79,10 +71,8 @@ Shell wrapper installed into PATH
Main {agent} configuration
`/etc/elastic-agent/fleet.enc`::
Main {agent} {fleet} encrypted configuration
`/var/lib/elastic-agent/data/elastic-agent-*/logs/elastic-agent-json.log`::
Log files for {agent}footnote:lognumbering[]
`/var/lib/elastic-agent/data/elastic-agent-*/logs/default/*-json.log*`::
Log files for {beats} shippers
`/var/lib/elastic-agent/data/elastic-agent-*/logs/elastic-agent.ndjson`::
Log files for {agent} and beats shippers footnote:lognumbering[]
`/usr/bin/elastic-agent`::
Shell wrapper installed into PATH

Expand Down

0 comments on commit e329ebf

Please sign in to comment.