[DOCS] Add redirect for GSuite module#30034
[DOCS] Add redirect for GSuite module#30034jrodewig merged 1 commit intoelastic:masterfrom jrodewig:docs__add-gsuite-module-redirect
Conversation
|
This pull request does not have a backport label. Could you fix it @jrodewig? 🙏
NOTE: |
|
Pinging @elastic/obs-docs (Team:Docs) |
💚 Build Succeeded
Expand to view the summary
Build stats
❕ Flaky test reportNo test was executed to be analysed. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
|
Thanks @dedemorton! |
Adds a redirect for the [GSuite module](https://www.elastic.co/guide/en/beats/filebeat/7.17/filebeat-module-gsuite.html) page, which has been removed in 8.0+. We saw this missing page create several broken links in elastic/docs#2312. I've opened elastic/security-docs#1441 to update those links. This adds a redirect for anyone who otherwise lands on the page. (cherry picked from commit 11e488d)
Adds a redirect for the [GSuite module](https://www.elastic.co/guide/en/beats/filebeat/7.17/filebeat-module-gsuite.html) page, which has been removed in 8.0+. We saw this missing page create several broken links in elastic/docs#2312. I've opened elastic/security-docs#1441 to update those links. This adds a redirect for anyone who otherwise lands on the page. (cherry picked from commit 11e488d) Co-authored-by: James Rodewig <james.rodewig@elastic.co>
…k-version-after-8-0-creation * upstream/master: (69 commits) Update stale config following (elastic#30082) Make include_matches backwards compatible with 7.x config (elastic#30032) [Filebeat] Update handling of elasticsearch server logs (elastic#30018) Remove SSL3 support from libbeat and its documentation. (elastic#30071) Revert "Packaging: rename arm64 suffix to aarch64 in the tar.gz artifacts ONLY (elastic#28813)" (elastic#30083) [libbeat] Add script processor to all beats (elastic#29752) Add fonts to support more different types of characters for multiple languages (elastic#29861) libbeat/reader: Fix messge conversion to beat.Event (elastic#30057) probot[stale]: ignore issues with the tag flaky-test (elastic#30065) [DOCS] Add redirect for GSuite module (elastic#30034) [Automation] Update elastic stack version to 8.1.0-aa69d697 for testing (elastic#30012) Remove msitools install for windows build, using the latest docker image with msitools preinstalled (elastic#30040) filebeat/generator/fields: fix dropped error (elastic#29943) Include the error message with auditd module events (elastic#30009) [Metricbeat] gcp: add firestore metricset (elastic#29918) probot: update stale dates (elastic#29997) Metricbeat enterprise search module: add xpack.enabled support (elastic#29871) x-pack/packetbeat: install Npcap at start-up when required (elastic#29112) [Filebeat] Fix panic in decode_cef when recovering from invalid data (elastic#30038) Correctly fixe how selected packages are defined (elastic#30039) ...
What does this PR do?
Adds a redirect for the GSuite module page, which has been removed in 8.0+.
Preview
https://beats_30034.docs-preview.app.elstc.co/guide/en/beats/filebeat/master/filebeat-module-gsuite.html
Why is it important?
We saw this missing page create several broken links in elastic/docs#2312. I've opened elastic/security-docs#1441 to update those links. This adds a redirect for anyone who otherwise lands on the page.
Checklist
My code follows the style guidelines of this projectI have commented my code, particularly in hard-to-understand areasI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksI have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.