-
Notifications
You must be signed in to change notification settings - Fork 166
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
Fix installation layout docs #2359
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A documentation preview will be available soon: |
This pull request does not have a backport label. Could you fix it @cleydyr? 🙏
|
mergify
bot
added
the
backport-skip
Skip notification from the automated backport with mergify
label
Nov 14, 2022
cleydyr
added
backport-8.9
Automated backport with mergify
backport-8.4
Automated backport with mergify
backport-8.5
Automated backport with mergify
labels
Nov 14, 2022
mergify
bot
removed
the
backport-skip
Skip notification from the automated backport with mergify
label
Nov 14, 2022
dedemorton
reviewed
Nov 14, 2022
Co-authored-by: DeDe Morton <[email protected]>
dedemorton
approved these changes
Nov 14, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
mergify bot
pushed a commit
that referenced
this pull request
Nov 17, 2022
* docs: fleet.yml doesn't exist anymore in newer versions * docs: this tip doesn't apply anymore to Fleet-managed agents * docs: add note to users who may want to look for the plain-text version of fleet.yml * Update docs/en/ingest-management/fleet-agent-proxy-support.asciidoc Co-authored-by: DeDe Morton <[email protected]> Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit 7b2ce22)
mergify bot
pushed a commit
that referenced
this pull request
Nov 17, 2022
* docs: fleet.yml doesn't exist anymore in newer versions * docs: this tip doesn't apply anymore to Fleet-managed agents * docs: add note to users who may want to look for the plain-text version of fleet.yml * Update docs/en/ingest-management/fleet-agent-proxy-support.asciidoc Co-authored-by: DeDe Morton <[email protected]> Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit 7b2ce22)
This was referenced Nov 17, 2022
mergify bot
pushed a commit
that referenced
this pull request
Nov 17, 2022
* docs: fleet.yml doesn't exist anymore in newer versions * docs: this tip doesn't apply anymore to Fleet-managed agents * docs: add note to users who may want to look for the plain-text version of fleet.yml * Update docs/en/ingest-management/fleet-agent-proxy-support.asciidoc Co-authored-by: DeDe Morton <[email protected]> Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit 7b2ce22)
cleydyr
added a commit
that referenced
this pull request
Nov 21, 2022
* docs: fleet.yml doesn't exist anymore in newer versions * docs: this tip doesn't apply anymore to Fleet-managed agents * docs: add note to users who may want to look for the plain-text version of fleet.yml * Update docs/en/ingest-management/fleet-agent-proxy-support.asciidoc Co-authored-by: DeDe Morton <[email protected]> Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit 7b2ce22) Co-authored-by: Cleydyr Bezerra de Albuquerque <[email protected]>
cleydyr
added a commit
that referenced
this pull request
Nov 21, 2022
* docs: fleet.yml doesn't exist anymore in newer versions * docs: this tip doesn't apply anymore to Fleet-managed agents * docs: add note to users who may want to look for the plain-text version of fleet.yml * Update docs/en/ingest-management/fleet-agent-proxy-support.asciidoc Co-authored-by: DeDe Morton <[email protected]> Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit 7b2ce22) Co-authored-by: Cleydyr Bezerra de Albuquerque <[email protected]>
cleydyr
added a commit
that referenced
this pull request
Nov 21, 2022
* docs: fleet.yml doesn't exist anymore in newer versions * docs: this tip doesn't apply anymore to Fleet-managed agents * docs: add note to users who may want to look for the plain-text version of fleet.yml * Update docs/en/ingest-management/fleet-agent-proxy-support.asciidoc Co-authored-by: DeDe Morton <[email protected]> Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit 7b2ce22) Co-authored-by: Cleydyr Bezerra de Albuquerque <[email protected]>
bmorelli25
pushed a commit
to bmorelli25/observability-docs
that referenced
this pull request
Apr 11, 2023
* docs: fleet.yml doesn't exist anymore in newer versions * docs: this tip doesn't apply anymore to Fleet-managed agents * docs: add note to users who may want to look for the plain-text version of fleet.yml * Update docs/en/ingest-management/fleet-agent-proxy-support.asciidoc Co-authored-by: DeDe Morton <[email protected]> Co-authored-by: DeDe Morton <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-8.4
Automated backport with mergify
backport-8.5
Automated backport with mergify
backport-8.9
Automated backport with mergify
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After elastic/elastic-agent#398, the fleet.yml file may not be present in the installation directory. This PR fixes the documentation by removing mentions to the existence of
fleet.yml
in the installation directory and adding notes about the ephemerality of that file where necessary.