Julian Morales

Results 9 comments of Julian Morales

Solved.. Solution: this.download = function (filename) { if (typeof filename === 'undefined') filename = 'mg.png'; MG.canvas.save().toBlob(function(blob) { url = URL.createObjectURL(blob); var a = document.createElement("a"); document.body.appendChild(a); a.style = "display: none"; a.href...

Hi @vijayabaskar000 , Welcome to the Wazuh community! could you tell me more about this issue? Do you have any problem sending syslogs messages to Wazuh? Regards

Hi @vijayabaskar000, The `remote` block, specifies how the events arrive to the manager. There are 2 types of [remote](https://documentation.wazuh.com/current/user-manual/reference/ossec-conf/remote.html) block, the `secure` and the `syslog`. The `secure` one indicates in...

Glad to hear wazuh is running! I think the [remote block documentation](https://documentation.wazuh.com/current/user-manual/reference/ossec-conf/remote.html) may be useful. But I would also like to offer you some tips on how to diagnose the...

I was wondering the same thing, helgrind reports shows that there may be a RC ``` valgrind --tool=helgrind --read-var-info=yes ./fmtlog_threadsafe ``` I did a test, with fmtlog::startPollingThread and several threads...

It can also be observed with thread sanitizer: ``` WARNING: ThreadSanitizer: data race (pid=92208) Read of size 4 at 0x7f6f05f24940 by thread T1: #0 fmtlogT::SPSCVarQueueOPT::front() /root/repos/wazuh/src/engine/build/_deps/fmtlog-src/fmtlog.h:210 (main+0xd085e3) #1 fmtlogDetailT::poll(bool) /root/repos/wazuh/src/engine/build/_deps/fmtlog-src/fmtlog-inl.h:456...

Hi @mttaggart, We have not yet moved forward with these particular issues, but we are looking for a comprehensive solution to the template problem. When there will be news you...

The segfault occurs under very specific conditions. It can be produced only at the decoding stage and other places in the Wazuh code. The commit https://github.com/wazuh/wazuh/commit/90d839e712f6e5e580fb5e11b5d3bba3789f9cbb associated with the PR...

Hi @Dwordcito I have not been able to replicate the crash in `v4.4.0-rc1` with packages branch 4.4 ([commit](https://github.com/wazuh/wazuh-packages/commit/d4c0f00d6a16acf2c3265fd10e0933c1c9411c4a))