Skip to content
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

Update elastic-agent-logging.md with right calculation details for disk sizing #4483

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

e-parth-pathak
Copy link

While researching for a case I noticed that there might have been a typo mistake here where the calculation of the default disk size required for the Elastic Agent's log files was explained.

What does this PR do?

  • The calculation of the amount of disk had a small mistake on line 70.
  • It should be:
(20Mb x 7 + 10Mb x 7 = 210Mb)

Why is it important?

Right calculation of the defaults would be necessary to set the right expectations.

The calculation of the amount of disk had a small mistake on line 70. Changed:

```
210Mb (20Mb x 7 + 10Mb x 7 = 210Mb)
```
Copy link
Contributor

mergify bot commented Mar 26, 2024

This pull request does not have a backport label. Could you fix it @e-parth-pathak? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 8./d branch. /d is the digit

NOTE: backport-skip has been added to this pull request.

@lucabelluccini lucabelluccini added backport-v8.6.0 Automated backport with mergify backport-v8.7.0 Automated backport with mergify backport-v8.8.0 Automated backport with mergify backport-v8.9.0 Automated backport with mergify backport-v8.10.0 backport-v8.11.0 backport-v8.12.0 backport-v8.13.0 and removed backport-skip labels Mar 26, 2024
Copy link

Quality Gate passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No Coverage information No data about Coverage
No Duplication information No data about Duplication

See analysis details on SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-v8.6.0 Automated backport with mergify backport-v8.7.0 Automated backport with mergify backport-v8.8.0 Automated backport with mergify backport-v8.9.0 Automated backport with mergify backport-v8.10.0 backport-v8.11.0 backport-v8.12.0 backport-v8.13.0 skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants