Update connector descriptions
Taylor committed
Jan 31, 2024 at 11:21 UTC
488445d15e29cc7b2880cac6a2678304eef8393f
1 file changed
+7
-7
backend/app/db/db_populate.py
+7
-7
@@ -61,18 +61,18 @@ def get_connectors_list():
61
list: A list of connector data, where each item contains the connector name, version, and authentication method.
62
"""
63
connectors = [
64
- ("Wazuh-Indexer", "4.4.1", "username_password", "Connection to Wazuh-Indexer. Make sure to use the an admin role user."),
64
+ ("Wazuh-Indexer", "4.4.1", "username_password", "Connection to Wazuh-Indexer."),
65
("Wazuh-Manager", "4.4.1", "username_password", "Connection to Wazuh-Manager. Default is wazuh-wui:wazuh-wui"),
66
- ("Graylog", "5.0.7", "username_password", "Connection to Graylog. Make sure to use the an admin role user."),
67
- ("Shuffle", "1.1.0", "api_key", "Connection to Shuffle. Make sure to use the an admin role user."),
68
- ("DFIR-IRIS", "2.0", "api_key", "Connection to DFIR-IRIS. Make sure to use the an admin role user."),
66
+ ("Graylog", "5.0.7", "username_password", "Connection to Graylog."),
67
+ ("Shuffle", "1.1.0", "api_key", "Connection to Shuffle."),
68
+ ("DFIR-IRIS", "2.0", "api_key", "Connection to DFIR-IRIS."),
69
("Velociraptor", "0.6.8", "file", "Connection to Velociraptor. Make sure you have generated the api file first."),
70
- ("Sublime", "3", "api_key", "Connection to Sublime. Make sure to use the an admin role user."),
71
- ("InfluxDB", "3", "api_key", "Connection to InfluxDB. Make sure to use the an admin role user.", "INFLUXDB_ORG_AND_BUCKET"),
70
+ ("Sublime", "3", "api_key", "Connection to Sublime."),
71
+ ("InfluxDB", "3", "api_key", "Connection to InfluxDB.", "INFLUXDB_ORG_AND_BUCKET"),
72
("AskSocfortress", "3", "api_key", "Connection to AskSocfortress. Make sure you have requested an API key."),
73
("SocfortressThreatIntel", "3", "api_key", "Connection to Socfortress Threat Intel. Make sure you have requested an API key."),
74
("Cortex", "3", "api_key", "Connection to Cortex. Make sure you have created an API key."),
75
- ("Grafana", "3", "username_password", "Connection to Grafana. Make sure to use the an admin role user."),
75
+ ("Grafana", "3", "username_password", "Connection to Grafana."),
76
(
77
"Wazuh Worker Provisioning",
78
"3",