- Fleet and Elastic Agent Guide: other versions:
- Fleet and Elastic Agent overview
- Beats and Elastic Agent capabilities
- Quick starts
- Migrate from Beats to Elastic Agent
- Set up Fleet Server
- Install Elastic Agents
- Secure connections
- Manage Elastic Agents in Fleet
- Manage integrations
- Add an Elastic Agent integration to a policy
- View Elastic Agent integration policies
- Edit or delete an Elastic Agent integration policy
- Install and uninstall Elastic Agent integration assets
- View Elastic Agent integration assets
- Upgrade an Elastic Agent integration
- Uninstall an Elastic Agent integration
- Air-gapped environments
- Configure standalone Elastic Agents
- Command reference
- Troubleshoot
- Release notes
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Fleet and Elastic Agent 8.3.3
editFleet and Elastic Agent 8.3.3
editReview important information about the Fleet and Elastic Agent 8.3.3 release.
Known issues
editEnroll command fails with "no such file or directory" error on DEB and RPM
Details
An error in a post-install script in version 8.3.3 prevents DEB and RPM distributions from enrolling.
Impact
To resolve this problem, run the following command. Replace the elastic-agent data path with the correct path for your system:
sudo unlink /usr/share/elastic-agent/bin/elastic-agent sudo ln -s /var/lib/elastic-agent/data/elastic-agent-<hash>/elastic-agent /usr/share/elastic-agent/bin/elastic-agent
Bug fixes
edit- Fleet
- Elastic Agent
-
-
Change default value of VerificationMode from empty string to
full
#184 #59 - Add filemod times to contents of diagnostics collect command #570
-
Allow colon (
:
) characters in dynamic variables #624 #680 -
Allow dash (
-
) characters in variable names in EQL expressions #709 #710 -
Allow slash (
/
) characters in variable names in EQL and transpiler #715 #718 -
Fix problem with Elastic Agent incorrectly creating a Filebeat
redis
input when a policy contains a Packetbeatredis
input #427 #700
-
Change default value of VerificationMode from empty string to
On this page
Was this helpful?
Thank you for your feedback.