-
Notifications
You must be signed in to change notification settings - Fork 153
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
Conversation
The calculation of the amount of disk had a small mistake on line 70. Changed: ``` 210Mb (20Mb x 7 + 10Mb x 7 = 210Mb) ```
This pull request does not have a backport label. Could you fix it @e-parth-pathak? 🙏
NOTE: |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
No build nor sonar check are required hence merging this. |
The calculation of the amount of disk had a small mistake on line 70. Changed: ``` 210Mb (20Mb x 7 + 10Mb x 7 = 210Mb) ``` Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: Julien Lind <[email protected]> (cherry picked from commit 1eb5e12) # Conflicts: # docs/elastic-agent-logging.md
The calculation of the amount of disk had a small mistake on line 70. Changed: ``` 210Mb (20Mb x 7 + 10Mb x 7 = 210Mb) ``` Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: Julien Lind <[email protected]> (cherry picked from commit 1eb5e12) # Conflicts: # docs/elastic-agent-logging.md
The calculation of the amount of disk had a small mistake on line 70. Changed: ``` 210Mb (20Mb x 7 + 10Mb x 7 = 210Mb) ``` Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: Julien Lind <[email protected]> (cherry picked from commit 1eb5e12) # Conflicts: # docs/elastic-agent-logging.md
The calculation of the amount of disk had a small mistake on line 70. Changed: ``` 210Mb (20Mb x 7 + 10Mb x 7 = 210Mb) ``` Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: Julien Lind <[email protected]> (cherry picked from commit 1eb5e12) # Conflicts: # docs/elastic-agent-logging.md
The calculation of the amount of disk had a small mistake on line 70. Changed: ``` 210Mb (20Mb x 7 + 10Mb x 7 = 210Mb) ``` Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: Julien Lind <[email protected]> (cherry picked from commit 1eb5e12) # Conflicts: # docs/elastic-agent-logging.md
The calculation of the amount of disk had a small mistake on line 70. Changed: ``` 210Mb (20Mb x 7 + 10Mb x 7 = 210Mb) ``` Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: Julien Lind <[email protected]> (cherry picked from commit 1eb5e12) # Conflicts: # docs/elastic-agent-logging.md
The calculation of the amount of disk had a small mistake on line 70. Changed: ``` 210Mb (20Mb x 7 + 10Mb x 7 = 210Mb) ``` Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: Julien Lind <[email protected]> (cherry picked from commit 1eb5e12) # Conflicts: # docs/elastic-agent-logging.md
The calculation of the amount of disk had a small mistake on line 70. Changed: ``` 210Mb (20Mb x 7 + 10Mb x 7 = 210Mb) ``` Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: Julien Lind <[email protected]> (cherry picked from commit 1eb5e12) # Conflicts: # docs/elastic-agent-logging.md
The calculation of the amount of disk had a small mistake on line 70. Changed: ``` 210Mb (20Mb x 7 + 10Mb x 7 = 210Mb) ``` Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: Julien Lind <[email protected]> (cherry picked from commit 1eb5e12)
The calculation of the amount of disk had a small mistake on line 70. Changed: ``` 210Mb (20Mb x 7 + 10Mb x 7 = 210Mb) ``` Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: Julien Lind <[email protected]> (cherry picked from commit 1eb5e12) Co-authored-by: Parth Pathak <[email protected]>
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?
Why is it important?
Right calculation of the defaults would be necessary to set the right expectations.