Stealthwatch¶
Collects network flow analytics and security events from Cisco Stealthwatch (Secure Network Analytics), providing visibility into internal network threats, anomalous behaviors, and flow data.
| Category | Network Security |
| Connector Name | signal-client.stealthwatch |
| Auth Method | Username + Password (Session Cookie) |
| Polling Interval | 5 min (events) |
| Multi-Instance | Yes |
| Vendor Docs | Stealthwatch API Documentation |
Prerequisites¶
Vendor Requirements
Active Cisco Secure Network Analytics (Stealthwatch) deployment. Admin access required to create API users.
- Active Stealthwatch Management Console (SMC)
- Admin access to create user accounts
- Network: Conductor can reach the Stealthwatch Management Console on port 443
Step 1: Create API Credentials¶
- Log in to the Stealthwatch Management Console at
https://<smc-address>/ - Navigate to Configuration → User Management
- Click Add User
- Configure the user:
- Username:
witfoo-conductor - Role: Analyst (read-only access)
- Password: Set a strong password
- Username:
- Note the Domain ID — visible on the SMC dashboard or under Domains
Store Credentials Securely
API credentials grant access to your Stealthwatch data. Store them securely and do not share them in tickets or email.
Step 2: Configure in Conductor¶
- Open the Conductor UI at
https://<conductor-ip>/admin/settings/integrations - From the Add Integration dropdown, select Stealthwatch
- Enter a unique name for this instance
-
Fill in the settings form:
Field Value Description Host <smc-address>Stealthwatch Management Console IP or hostname Domain ID <your-domain-id>Stealthwatch domain identifier Username witfoo-conductorAPI user from step 1 Password <password>Password from step 1 -
Set the Polling Interval (recommended: 5 minutes)
- Toggle Enabled to on
- Click Save
Step 3: Validate Data Flow¶
After saving, verify the integration is working:
- Check connection status — The integration tile should show a green status indicator within 1–2 polling cycles
-
Check Signal Client logs:
Look for successful poll messages:
-
Check artifacts in Analytics — Navigate to the WitFoo Analytics Signals → Search page and search for artifacts from this source
First Poll Timing
The first data pull occurs within the configured polling interval after saving. For a 5-minute interval, expect data within 5 minutes.
Troubleshooting¶
Authentication Failed (401)¶
- Verify the Username and Password are correct
- Ensure the user account has not been locked or disabled
- Check that the Stealthwatch session has not expired
Forbidden (403)¶
- The user may lack required role permissions
- Ensure the user has at least Analyst role
Rate Limited (429)¶
- Increase the Polling Interval to 10 minutes
- Conductor automatically implements exponential backoff on 429 responses
No Data Appearing¶
- Confirm the integration shows Enabled in the Conductor UI
- Check Signal Client logs for errors:
docker logs signal-client-svc --tail=100 - Verify network connectivity from Conductor to the SMC
- Confirm the Domain ID is correct
- Ensure flow data is being collected by the Stealthwatch Flow Collectors
See also: Integration Catalog · Integration Management · Signal Client · Common Troubleshooting