-
Notifications
You must be signed in to change notification settings - Fork 159
Add artifacts-bundler community tool for air-gapped endpoint setups #2114
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
Conversation
🔍 Preview links for changed docs |
Hi @pkward, just want to say we've seen your suggestion and are currently discussing it internally as it's not usual for us to openly link to community third-parties from our official docs. We'll provide an update as soon as we have a clear path. Thank you for your contribution, and for your patience! |
Hey @pkward, |
Yes, of course! Is there a similar process for submitting the contribution as a Blog post? |
Google doc would be preferred so we can go back and forth a bit more easily. I think some context / story around it + a bit more structure (like https://www.elastic.co/blog/elasticsearch-mcp-server-aws-marketplace etc) and we should be good to go. And if you share it with me (philipp at elastic dot co), I can kick off the rest of the process on our side :) |
I just shared the document with you in google docs. Thanks again! |
That was quick :) |
Glad we found a way! I take it that we can close this PR. Feel free to contribute to the docs or suggest other improvements in the future. |
Thank you both! @florent-leborgne @xeraa |
Summary
This PR adds a community-contributed example to the "Configure offline endpoints and air-gapped environments" documentation. It introduces the
artifacts-bundler
Bash-based CLI tool that automates downloading Elastic Stack artifacts, endpoint security content, and optionally builds an NGINX image for serving the content in air-gapped environments.Why This Is Useful
Preparing air-gapped Elastic deployments—especially Elastic Defend with endpoint artifact requirements—is time-consuming and error-prone when done manually. This tool simplifies:
.tar.gz
)This is especially helpful for DoD or offline regulated environments.
Placement
This contribution adds a dropdown section under:
Step 3: Manually copy artifact updates
in the
configure-offline-endpoints-air-gapped-environments.md
document. It provides an alternative method using a community-contributed Bash script to automate downloading and bundling endpoint artifacts.