[Azure Logs] Remove extra overview heading#4382
Merged
Conversation
docs.elastic.co automatically adds an 'Overview' heading at the doc beginning, so we should omit it in the source code to avoid duplicates.
francescayeye
approved these changes
Oct 5, 2022
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
springcloudlogs |
3875.97 | 1980.2 | -1895.77 (-48.91%) | 💔 |
activitylogs |
1312.34 | 622.28 | -690.06 (-52.58%) | 💔 |
application_gateway |
2288.33 | 1477.1 | -811.23 (-35.45%) | 💔 |
auditlogs |
1996.01 | 1396.65 | -599.36 (-30.03%) | 💔 |
firewall_logs |
1980.2 | 1402.52 | -577.68 (-29.17%) | 💔 |
identity_protection |
4237.29 | 2053.39 | -2183.9 (-51.54%) | 💔 |
platformlogs |
3937.01 | 2386.63 | -1550.38 (-39.38%) | 💔 |
signinlogs |
1980.2 | 967.12 | -1013.08 (-51.16%) | 💔 |
To see the full report comment with /test benchmark fullreport
🌐 Coverage report
|
4 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Remove the 'Overview' heading at the doc beginning.
TIL that https://docs.elastic.co/integrations/azure automatically adds one on its own, so we should omit it in the source code to avoid duplicates.
Checklist
I have verified that all data streams collect metrics or logs.changelog.ymlfile.I have verified that Kibana version constraints are current according to guidelines.Screenshots