Wazuh server stood up agents have registered but I can't see them in the dashboard

588 views
Skip to first unread message

Tom Moretto

unread,
May 14, 2019, 10:44:08 AM5/14/19
to Wazuh mailing list
Hi.  

I used the Wazuh documentation to install the Wazuh server using the Ansible playbooks they provided and have the server stood up finally.  I am able to view the application using <IP ADDRESS>:5601.

I have two agents registered and I can see them when i run /var/ossec/bin/manage_agents -l or agent_control, but when I go to the dashboard, I don't see any agents.  Is there anything I skipped during the install process?

Also, is using port 5601 the correct way to view the dashboard?  I watched a YouTube video on Wazuh and they were going directly to the IP address over the default http port.

Any advice/guidance is appreciated.

Thank you.

Manuel Jiménez

unread,
May 14, 2019, 12:17:23 PM5/14/19
to Tom Moretto, Wazuh mailing list

Hello Tom,

I’ll try to help here. Our Wazuh app for Kibana currently consumes data from two sources:

  • Indexed data in Elasticsearch. This kind of data is used in visualizations and some metrics.
  • Wazuh API. The app takes data from the API and displays it in real time.

So let’s check your Wazuh API status. Can you please perform the following curl command to the API and paste here the results?

curl -u foo:bar http(s)://manager-ip:55000/agents?pretty

Notice that foo:bar have to be changed for your API credentials

That command requests the information of the agents to the Wazuh API, the same kind of petition that the underlying logic of the app requests to the API.

Additionally, any further information about your installation/architecture would be appreciated:

  • Screenshots
  • Error messages in your browser. By pressing F12 you can check if any errors appeared on the console.

I’ll be waiting for your reply.

Regards


--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/0b27a4b3-0e86-4dbb-8613-255016d575ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

Tom Moretto

unread,
May 14, 2019, 5:43:42 PM5/14/19
to Wazuh mailing list
Thank you for the reply.
This is running on the CIS Amazon Linux Image I subscribed to from the AWS Marketplace.  

uname -a
Linux ip-10-0-10-219 4.14.114-82.97.amzn1.x86_64 #1 SMP Sun Apr 28 07:27:43 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
 
These are the packages installed
wazuh-manager-3.9.0-1.x86_64
wazuh-api-3.9.0-1.x86_64

I have included 3 attachments.

1) A screen shot of the dev tools that displays an error:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-SHHSeLc0bp6xt4BoVVyUy+3IbVqp3ujLaR+s+kSP5UI='), or a nonce ('nonce-...') is required to enable inline execution

2) A screen shot of the Wazuh Server Dashboard. When I click the button to Add a New Wazuh API entry nothing happens.

3) The output from running the command you requested (url -u foo:bar http(s)://manager-ip:55000/agents?pretty)


Thank you for the help.
Tom
devTools_Wazuh.png
Wazuh_Dashboard.png
wazuh_api.txt

Manuel Jiménez

unread,
May 17, 2019, 4:17:51 AM5/17/19
to Tom Moretto, Wazuh mailing list

Hello Tom,

Sorry for the late response. After looking at the information that you’ve kindly attached above, everything looks correct to me.
The form that you’re currently seeing in the Wazuh app is for introducing the address and credentials of your Wazuh manager, this is a mandatory step in order to be able to access to the different sections of the app, Agents section included.

Did you try to introduce your Wazuh API data in the form?

  • username: The username that you set up in your Wazuh API. By default foo.
  • password: The password that you set up in your Wazuh API. By default bar.
  • URL: The URL of the Wazuh manager, where the API is also installed. It must include the protocol.Example: https://10.0.0.10.
  • Port: The port that Wazuh API is listening to. By default 55000.

I hope that helps, let me know if you have any questions. I will also be waiting for your feedback on this.

Regards


--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.

For more options, visit https://groups.google.com/d/optout.

Tom Moretto

unread,
May 17, 2019, 3:12:00 PM5/17/19
to Wazuh mailing list
No sir, I cannot get to the form.  When I click the add api button, nothing happens.

Where are the error logs for the browser so I can find out what's wrong?

To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/e96ea242-9fc5-42e9-b6c0-a2dc31374fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Manuel Jiménez

unread,
May 20, 2019, 5:12:48 AM5/20/19
to Tom Moretto, Wazuh mailing list
Hello Tom,

I'd like to check the behavior of the app when you fill the form and press the `Save new API` button. Could you please paste here the browser error when performing that action? As described above, you can press `F12` and select the `console` section. Additionally, can you attach here some app errors? You can look for them in the `Settings` section:

image.png

And then selecting the `logs` section:

image.png

Also please, notice if any error message could pop up during the navigation over the app.

Regards

To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/e96ea242-9fc5-42e9-b6c0-a2dc31374fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.

For more options, visit https://groups.google.com/d/optout.

Tom Moretto

unread,
May 20, 2019, 6:09:07 AM5/20/19
to Wazuh mailing list
Hi Manuel.
I attached screenshots.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/e96ea242-9fc5-42e9-b6c0-a2dc31374fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/550108ff-2740-477f-ae9d-f4746ff57207%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Screen Shot 2019-05-20 at 6.06.26 AM.png
Screen Shot 2019-05-20 at 6.07.30 AM.png

Manuel Jiménez

unread,
May 20, 2019, 6:21:04 AM5/20/19
to Tom Moretto, Wazuh mailing list

Hello Tom,

Thanks for your kindly attach the information. Taking a look at the screenshots made me realize this message:

Expected version 3.9.x and found 3.8.x

Which means that your Wazuh manager/Wazuh API version doesn’t match with the Wazuh app version. According to our documentation, the major.minor version of both components Wazuh manager/API and Wazuh app must match in order to guarantee the proper functionality.

You can check your current Wazuh manager by listing the content of the following file:

cat /etc/ossec-init.conf

Also, ensure your API version:

curl -u foo:bar "http(s)://localhost:55000/version?pretty"

Where foo:bar are your API credentials, also change localhost by your Wazuh manager IP if needed

For checking the app version, you can navigate to the Settings section and clicking on the About tab:

image.png

The problem should be solved after updating the related component.



I hope that helps, let me know if you have any questions.

Best regards


Hi Manuel.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/e96ea242-9fc5-42e9-b6c0-a2dc31374fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/550108ff-2740-477f-ae9d-f4746ff57207%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.

For more options, visit https://groups.google.com/d/optout.

Tom Moretto

unread,
May 20, 2019, 7:15:52 AM5/20/19
to Wazuh mailing list
Thanks for the info.
My app version does not match, it is at 3.8.2, and the manager and api are at 3.9.0

How do I update the app?  All my packages are up to date.

ossec-init.conf output:
DIRECTORY="/var/ossec"
NAME="Wazuh"
VERSION="v3.9.0"
REVISION="3918"
DATE="Thu May 2 10:11:49 UTC 2019"
TYPE="server"


Curl output: 
{
"error": 0,
"data": "v3.9.0"
}


Hi Manuel.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/e96ea242-9fc5-42e9-b6c0-a2dc31374fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/550108ff-2740-477f-ae9d-f4746ff57207%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/80377ae3-de19-44b1-bf80-8c941fb9d4c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Manuel Jiménez

unread,
May 20, 2019, 8:10:07 AM5/20/19
to Tom Moretto, Wazuh mailing list

Hi tom,

According to the Kibana app Wiki, you can follow these steps for upgrading the app:

systemctl stop kibana
/usr/share/kibana/bin/kibana-plugin remove wazuh
rm -rf /usr/share/kibana/optimize/bundles
chown -R kibana:kibana /usr/share/kibana/optimize
chown -R kibana:kibana /usr/share/kibana/plugins
sudo -u kibana NODE_OPTIONS="--max-old-space-size=3072" /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.0_6.7.2.zip
systemctl restart kibana

I hope that helps, let me know if that worked for you.

Regards


Hi Manuel.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/e96ea242-9fc5-42e9-b6c0-a2dc31374fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/550108ff-2740-477f-ae9d-f4746ff57207%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/80377ae3-de19-44b1-bf80-8c941fb9d4c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.

For more options, visit https://groups.google.com/d/optout.

Tom Moretto

unread,
May 20, 2019, 8:54:18 AM5/20/19
to Wazuh mailing list
Oh thank you for this!  

I looked over the ansible playbooks that downloaded for wazuh and it looks like the 3.8.2 value is hardcoded.  I updated it and rerunning the playbooks now to see if that works.

This is the file that I updated with the new values:   wazuh-ansible/roles/elastic-stack/ansible-kibana/defaults/main.yml


Hi Manuel.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/e96ea242-9fc5-42e9-b6c0-a2dc31374fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/550108ff-2740-477f-ae9d-f4746ff57207%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/80377ae3-de19-44b1-bf80-8c941fb9d4c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/485ba633-5909-4158-a380-0ca2ff38ada6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Manuel Jiménez

unread,
May 20, 2019, 9:02:35 AM5/20/19
to Tom Moretto, Wazuh mailing list

Hello Tom,

Currently, we attach a specific Wazuh version to a specific branch in the repository, it seems that maybe you run the 3.8 branch. Since we released the 3.9 version, you can get the latest roles changes in the 3.9, master and stable branches.
Let me know if you’re able to get this solved.

Regards


Hi Manuel.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/e96ea242-9fc5-42e9-b6c0-a2dc31374fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/550108ff-2740-477f-ae9d-f4746ff57207%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/80377ae3-de19-44b1-bf80-8c941fb9d4c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/485ba633-5909-4158-a380-0ca2ff38ada6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.

For more options, visit https://groups.google.com/d/optout.

Tom Moretto

unread,
May 20, 2019, 9:49:20 AM5/20/19
to Wazuh mailing list
Hey!!!!
We are operational now!  

I'm able to authenticate an agent and I see it as connected in my the dashboard!

Thanks so much Manuel!

Hi Manuel.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/e96ea242-9fc5-42e9-b6c0-a2dc31374fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/550108ff-2740-477f-ae9d-f4746ff57207%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/80377ae3-de19-44b1-bf80-8c941fb9d4c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/485ba633-5909-4158-a380-0ca2ff38ada6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/61b8e6fd-09e3-400c-a1b6-407c6085777c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Manuel Jiménez

unread,
May 20, 2019, 10:02:54 AM5/20/19
to Tom Moretto, Wazuh mailing list
Hello Tom,

Fantastic news, I'm glad you now have it working. Don't hesitate to write here again if you need anything. 

Regards

Hi Manuel.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/e96ea242-9fc5-42e9-b6c0-a2dc31374fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/550108ff-2740-477f-ae9d-f4746ff57207%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/80377ae3-de19-44b1-bf80-8c941fb9d4c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/485ba633-5909-4158-a380-0ca2ff38ada6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/61b8e6fd-09e3-400c-a1b6-407c6085777c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.

To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.

For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages