Hi Joshua
Can you give a background on this?
I suppose that you've installed Wazuh by configuring the config.yml file (the file that contains your nodes configuration), and after that, it disappeared. That's normal, though, you shouldn't be worried.
If you used the assistant to install Wazuh, you should have run:
- bash wazuh-install.sh --generate-config-files
The command above takes the config.yml file and integrates it into a TAR file which is used by the nodes to be correctly configured.
You can confirm this by searching the TAR file (called wazuh-install-files.tar) and extracting the files from it (by running tar -xf wazuh-install-files.tar).
So, the file didn't disappear but it has been "hidden" into a TAR file.
Hope it helps, Joshua