Skip to content

[fortinet_fortiedr] Update documentation#17399

Merged
taylor-swanson merged 8 commits intoelastic:mainfrom
taylor-swanson:docs/fortinet_fortiedr
Feb 19, 2026
Merged

[fortinet_fortiedr] Update documentation#17399
taylor-swanson merged 8 commits intoelastic:mainfrom
taylor-swanson:docs/fortinet_fortiedr

Conversation

@taylor-swanson
Copy link
Copy Markdown
Contributor

@taylor-swanson taylor-swanson commented Feb 12, 2026

Proposed commit message

  • Update documentation
  • Generate knowledge base file
  • Fix typo in manifest

Assisted by Google Gemini and Claude Opus.

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
    - [ ] I have verified that any added dashboard complies with Kibana's Dashboard good practices

Related issues

  • Closes elastic/integration-experience#446

- Update documentation
- Fix typo in manifest file
@taylor-swanson taylor-swanson self-assigned this Feb 12, 2026
@taylor-swanson taylor-swanson added documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. Integration:fortinet_fortiedr Fortinet FortiEDR Logs Team:Integration-Experience Security Integrations Integration Experience [elastic/integration-experience] labels Feb 12, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 12, 2026

Vale Linting Results

Summary: 17 warnings, 14 suggestions found

⚠️ Warnings (17)
File Line Rule Message
packages/fortinet_fortiedr/docs/README.md 232 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'using' instead of 'via'.
packages/fortinet_fortiedr/docs/README.md 247 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'using' instead of 'via'.
packages/fortinet_fortiedr/docs/README.md 269 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'.
packages/fortinet_fortiedr/docs/README.md 289 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'using' instead of 'via'.
packages/fortinet_fortiedr/docs/README.md 338 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'.
packages/fortinet_fortiedr/docs/README.md 338 Elastic.DontUse Don't use 'please'.
packages/fortinet_fortiedr/docs/README.md 339 Elastic.DontUse Don't use 'Note that'.
packages/fortinet_fortiedr/docs/README.md 339 Elastic.DontUse Don't use 'note that'.
packages/fortinet_fortiedr/docs/README.md 339 Elastic.DontUse Don't use 'note that'.
packages/fortinet_fortiedr/docs/README.md 340 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'.
packages/fortinet_fortiedr/docs/README.md 340 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'.
packages/fortinet_fortiedr/docs/README.md 340 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'.
packages/fortinet_fortiedr/docs/README.md 340 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'.
packages/fortinet_fortiedr/docs/README.md 393 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'using' instead of 'via'.
packages/fortinet_fortiedr/docs/README.md 393 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'.
packages/fortinet_fortiedr/docs/knowledge_base/service_info.md 82 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'.
packages/fortinet_fortiedr/docs/knowledge_base/service_info.md 157 Elastic.Latinisms Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'.
💡 Suggestions (14)
File Line Rule Message
packages/fortinet_fortiedr/_dev/build/docs/README.md 3 Elastic.WordChoice Consider using 'can, might' instead of 'may', unless the term is in the UI.
packages/fortinet_fortiedr/_dev/build/docs/README.md 20 Elastic.WordChoice Consider using 'refer to (if it's a document), view (if it's a UI element)' instead of 'see', unless the term is in the UI.
packages/fortinet_fortiedr/docs/README.md 3 Elastic.WordChoice Consider using 'can, might' instead of 'may', unless the term is in the UI.
packages/fortinet_fortiedr/docs/README.md 20 Elastic.WordChoice Consider using 'refer to (if it's a document), view (if it's a UI element)' instead of 'see', unless the term is in the UI.
packages/fortinet_fortiedr/docs/README.md 331 Elastic.WordChoice Consider using 'can, might' instead of 'may', unless the term is in the UI.
packages/fortinet_fortiedr/docs/README.md 338 Elastic.WordChoice Consider using 'can, might' instead of 'may', unless the term is in the UI.
packages/fortinet_fortiedr/docs/README.md 338 Elastic.WordChoice Consider using 'deactivated, deselected, hidden, turned off, unavailable' instead of 'disabled', unless the term is in the UI.
packages/fortinet_fortiedr/docs/README.md 339 Elastic.WordChoice Consider using 'efficiently' instead of 'simply', unless the term is in the UI.
packages/fortinet_fortiedr/docs/README.md 339 Elastic.WordChoice Consider using 'can, might' instead of 'may', unless the term is in the UI.
packages/fortinet_fortiedr/docs/README.md 389 Elastic.WordChoice Consider using 'can, might' instead of 'may', unless the term is in the UI.
packages/fortinet_fortiedr/docs/README.md 404 Elastic.Wordiness Consider using 'all' instead of 'All of '.
packages/fortinet_fortiedr/docs/knowledge_base/service_info.md 95 Elastic.HeadingColons Capitalize ': l'.
packages/fortinet_fortiedr/docs/knowledge_base/service_info.md 108 Elastic.HeadingColons Capitalize ': t'.
packages/fortinet_fortiedr/docs/knowledge_base/service_info.md 124 Elastic.HeadingColons Capitalize ': u'.

The Vale linter checks documentation changes against the Elastic Docs style guide.

To use Vale locally or report issues, refer to Elastic style guide for Vale.

@elastic-vault-github-plugin-prod
Copy link
Copy Markdown

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

@mjwolf mjwolf added the enhancement New feature or request label Feb 12, 2026
@taylor-swanson taylor-swanson marked this pull request as ready for review February 12, 2026 18:36
@taylor-swanson taylor-swanson requested a review from a team as a code owner February 12, 2026 18:36
@elasticmachine
Copy link
Copy Markdown

Pinging @elastic/integration-experience (Team:Integration-Experience)

Copy link
Copy Markdown
Contributor

@mjwolf mjwolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this. It looks good to me, there are just some small changes needed. There's also some suggested linter changes (you don't need to make changes on the ECS fields or other generated text)

Comment thread packages/fortinet_fortiedr/_dev/build/docs/README.md Outdated
Comment thread packages/fortinet_fortiedr/_dev/build/docs/README.md Outdated
Comment thread packages/fortinet_fortiedr/_dev/build/docs/README.md Outdated
Comment thread packages/fortinet_fortiedr/_dev/build/docs/README.md Outdated
@taylor-swanson
Copy link
Copy Markdown
Contributor Author

/test

@elasticmachine
Copy link
Copy Markdown

💚 Build Succeeded

History

cc @taylor-swanson

@taylor-swanson taylor-swanson merged commit cf44789 into elastic:main Feb 19, 2026
11 checks passed
@taylor-swanson taylor-swanson deleted the docs/fortinet_fortiedr branch February 19, 2026 19:04
@elastic-vault-github-plugin-prod
Copy link
Copy Markdown

Package fortinet_fortiedr - 1.21.0 containing this change is available at https://epr.elastic.co/package/fortinet_fortiedr/1.21.0/

navnit-elastic pushed a commit to navnit-elastic/integrations that referenced this pull request Mar 2, 2026
- Update documentation
- Fix typo in manifest file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. enhancement New feature or request Integration:fortinet_fortiedr Fortinet FortiEDR Logs Team:Integration-Experience Security Integrations Integration Experience [elastic/integration-experience]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants