elastic / security-docs

Home for Elastic Security Documentation
60 stars 170 forks source link

Updates related_integrations field API docs #5183

Open maximpn opened 3 weeks ago

maximpn commented 3 weeks ago

Relates to: https://github.com/elastic/kibana/issues/173595 Epic: https://github.com/elastic/security-team/issues/1974

Summary

API updates for https://github.com/elastic/kibana/issues/173595.

Updates related API docs for related_integration field changes made in https://github.com/elastic/kibana/pull/178295.

github-actions[bot] commented 3 weeks ago

A documentation preview will be available soon.

Request a new doc build by commenting * Rebuild this PR: `run docs-build` * Rebuild this PR and all Elastic docs: `run docs-build rebuild` `run docs-build` is much faster than `run docs-build rebuild`. A `rebuild` should only be needed in rare situations. If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status [here](https://buildkite.com/elastic/docs-build).
mergify[bot] commented 3 weeks ago

This pull request is now in conflicts. Could you fix it @maximpn? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b allow-editing-related-integrations upstream/allow-editing-related-integrations
git merge upstream/main
git push upstream allow-editing-related-integrations
mergify[bot] commented 1 week ago

This pull request is now in conflicts. Could you fix it @maximpn? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b allow-editing-related-integrations upstream/allow-editing-related-integrations
git merge upstream/main
git push upstream allow-editing-related-integrations
maximpn commented 1 week ago

Hi @joepeeples,

I've updated the PR according to your comments. The last this left is to describe how to get a package name and a link to EPR documentation. Check my comment above.

maximpn commented 5 days ago

@joepeeples,

I've addressed your last comments. Could you review the recent changes?