Hello! I set up the following configuration on the wazuh manager to use agent auto-update:
<agent-upgrade>
<chunk_size>16384</chunk_size>
<wpk_repository>packages.wazuh.com/4.x/wpk/</wpk_repository>
<max_threads>8</max_threads>
</agent-upgrade>
Next, I need to configure this from the side of the agents, but as I see in the documentation, this section is not included in the list of centralized agent.conf settings. Do I understand correctly that I manually need to add this to the configuration of each agent? If so, then the very idea of such an automation function is meaningless, because it's easier for me to manually update agents than to prescribe more than 1000 configurations.
I also was going to do according to this instruction as well as many things centrally before. BUT, at the beginning of this document there is a list of what can be configured through a remote agent.conf in the default group for example, and the agent-upgrade block is not there. That's the crux of my question.)
Hello again, Александр Юсин!
I wanted to express my appreciation for your continued engagement in helping us improve our documentation.
While it's true that the current information lacks a specific module addressing centralized updates, Wazuh is an exceptionally versatile product. You have the flexibility to combine functions, such as centrally managing parameter changes and configuring automatic agent updates. Moreover, there are numerous additional features at your disposal to tailor the product according to your preferences.
Should you have any further questions or require clarification on any topic, please do not hesitate to contact us. We are here to assist you in any way we can.
I sincerely hope the information provided thus far has proven valuable to you.
Antonio
Thanks for the answers, but unfortunately I still did not understand the answer to my question)) Perhaps the problem is in my poor knowledge of English or translation errors.
Could you elaborate more on whether I can use the centralized config to propagate the <agent-upgrade> block to the agents in the group (despite the fact that the documentation doesn't state this)? Or what is the alternative for bulk updating agents? but I would rather use the <agent-upgrade> module