Wazuh
App Vendor: Wazuh
App Category: Endpoint
Connector Version: 1.0.1
API Version: 3.9
About App
Wazuh is a free, open-source, and enterprise-ready security monitoring solution for threat detection, integrity monitoring, incident response, and compliance.
The Wazuh app is configured with the Orchestrate application to perform the following actions:
Action Name | Description |
---|---|
Create Agent | Action used to create an agent |
Delete Agent | Action used to delete an agent |
Get Agent | Action returns various information from an agent |
Get Agent By IP Address | Action used to fetch agent information with ip address |
List All Agents | Action used to list all the agents. |
Configuration Parameters
The following configuration parameters are required for the Wazuh connector app to communicate with the Wazuh enterprise application. The parameters can be configured by creating instances in the app.
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Base URL | Enter the base url | Text | Required |
|
Port | Enter the port number. | Text | Required |
|
Username | Enter the username. | Text | Required |
|
Password | Enter the password | Password | Required |
|
Verify | Enter the ssl status true or false(default is false) | Boolean | Optional |
|
Action: Create Agent
Action used to create an agent
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Agent name | Enter the agent name. | Text | Required | |
Ip address | Enter the ip address | Text | Required |
Action: Delete Agent
Action used to delete an agent
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Agent id | Enter the agent id | Text | Required |
Action: Get Agent
Action returns various information from an agent
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Agent id | Enter the agent name | Text | Required |
Action: Get Agent By IP Address
Action used to fetch agent information with ip address
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Ip address | Enter the ip address | Text | Required |
Action: List All Agents
Action used to list all the agents.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|