-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elastic Agent Installation Layout logging information seems to be outdated #175
Labels
8.6-request
8.7-request
8.8-request
documentation
Improvements or additions to documentation
needs review
Team:Elastic-Agent
Comments
rseldner
added a commit
that referenced
this issue
Oct 27, 2023
Updated widget to reflect the logging changes from 8.6.0 (v2 architecture) to close this issue: #175 Related changes: elastic/elastic-agent#1701
kilfoyle
added a commit
that referenced
this issue
Nov 14, 2023
…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 <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Nov 14, 2023
…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 <[email protected]> (cherry picked from commit 4fd3a33)
kilfoyle
pushed a commit
that referenced
this issue
Nov 14, 2023
…in 8.6.0 (#631) (#683) * 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 <[email protected]> (cherry picked from commit 4fd3a33) Co-authored-by: Roberto Seldner <[email protected]>
fixed with #631 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
8.6-request
8.7-request
8.8-request
documentation
Improvements or additions to documentation
needs review
Team:Elastic-Agent
file:
installation-layout.asciidoc
https://www.elastic.co/guide/en/fleet/current/installation-layout.html
It appears that as of
8.6.0
, we log tologs/elastic-agent-*.ndjson
for both agent and beats shippers.But Widget in installation layout doc contains outdated
-json.log
references:The footnote to that widget seems correct though.
Here are the logs directory contents on an 8.6.0 Linux tar install with Filebeat, metricbeat, and auditbeat in use:
There isn't a separate directory for Beats shippers. They are consolidated to the
elastic-agent-*.ndjson
file.See the same in 8.7.0 and on a MacOS install.
The text was updated successfully, but these errors were encountered: