Learn how to integrate Proxus with Splunk, send device data, and create useful dashboards for real-time monitoring and analysis.
Log in to Splunk
http://<splunk-server-ip>
Navigate to Data Inputs
Configure Global Settings
Save Changes
Create New Token
Fill in Token Details
ProxusIntegration
(Use a meaningful name.)main
).device_metrics
(Define a sourcetype for JSON data.)Copy Token
Log in to Proxus
Navigate to Outbound Channels
Create New Channel
Fill in Channel Details
Splunk
Splunk
(Choose a name.)Splunk Integration
Pass Through Strategy
Go to Parameters Tab
Add Key-Value Pairs
Parameter Details
Url
Value: https://<splunk-server-ip>:8088/services/collector
(Use https://
for SSL)Token
Value: Paste your Splunk HEC Token here.UseAcknowledgment
(Optional)
Value: true
(If Splunk HEC acknowledgment is required.)Save Configuration
Navigate to Devices
Select Device
Go to Target Profiles
Add Splunk Profile
Splunk
Splunk
Pass Through Strategy
Ensure Device is Active
Verify Data Format
Navigate to Search & Reporting
Run Search Query
Apply Filters (Optional)
index="main" sourcetype="device_metrics" deviceName="Energy"
index="main" sourcetype="device_metrics" | timechart avg(value) by deviceName
Field | Description | Example |
---|---|---|
deviceName | The device’s name | Energy |
deviceId | The device’s unique identifier | 1 |
key | The type of data sent | temperature |
value | The value of the data | 35.5 |
timestamp | The time of data collection | 2025-02-23... |
Save Search as Dashboard Panel
Create or Add to Dashboard
401 Unauthorized
500 Internal Server Error