Manuel J. Bernal
Manuel J. Bernal
I have this minimal configuration: ` const TelegramBot = require('telebot'); const token = 'conf.TOKEN'; const bot = new TelegramBot(token); bot.start() ` And I'm getting this error each few seconds or...
Hi team, This PR updates the README of this repository. The main changes are: - Reference to application list - Grammar changes - Update references Regards
Hi team, It's been reported that the current tasks force the instances to have internet connectivity in order to download packages. It'd be great if it could be possible to...
Hi, I just realized that the rankings have not been generated since November 2018. Do you plan to launch them again or is this project not maintained anymore? Thanks
Hi team, I've just noticed about the following behavior of the `GET /cluster/healthcheck` endpoint. It seems that the result of the `n_active_agents` includes the master of the cluster (`000`), but...
Description of changes: This PR enables the ability copy and paste UNIX commands directly into the terminal quickly. Cheers
Hello team, It has been recently reported that the Splunk app for Wazuh is not working properly on Internet Explorer browser. Probably, it's due to incompatibilities with the native Javascript...
First iteration was https://github.com/wazuh/wazuh-splunk/issues/385 Currently, we have an overview tab and it's a bit generic, now we must improve this tab by adding extra logic for certain buckets. Each bucket...
Hello team, Currently, the Wazuh alerts are treated as `_json sourcetype`, so data can be searched within the *Search app* and the *Splunk app for Wazuh*. However, the events cannot...
Hello team, Wazuh has grown along the time and its log files too. We must show at least the next log files: - [x] _ossec.log_ content from any node. Done...