-
Notifications
You must be signed in to change notification settings - Fork 163
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
Document workflow for uploading custom integrations and enabling agentless support #3797
Document workflow for uploading custom integrations and enabling agentless support #3797
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
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. |
This pull request does not have a backport label. Could you fix it @bmorelli25? 🙏
|
add discrete headings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
Very nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating these docs!
Use this command to install the package in {kib}. | ||
Use this command to upload and install a package in {kib}. | ||
|
||
Starting with Kibana version `8.7.0`, packages do not need to be exposed in the Package Registry to be installed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the docs about this too 👍
Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few minor suggestions, otherwise LGTM.
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
(1) Since 8.7, Fleet supports integration installation through direct upload as a means to support integration developers or users who have created custom integrations that they don't want to commit upstream back to https://github.com/elastic/integrations. This PR adds the relevant instructions.
(2) We are adding support for "agentless" in integrations. These integrations will be deployed in fully managed agents, so the way they are configured will be slightly different. This PR defines what deployment modes are, how to enable agentless in template policies, and how to disable variables if needed.
Shout out to @kpollich and @jsoriano for their fantastic walkthroughs on these topics.