The Site24x7 Add-on for Splunk collects monitor performance metrics directly from Site24x7 by making authenticated API requests. These metrics include information such as outages, downtime duration, response times, and monitor health status.
To configure data collection, go to Inputs → Create New Input within the add-on.
When creating a new input, you'll need to fill in the following fields:
Name
A unique identifier for this data input.
Interval
The polling frequency in seconds (e.g., 60
for every minute).
Index
The Splunk index where collected data will be stored.
(Default is default
; recommended: use a custom index like site24x7
)
Client ID
The unique client ID from Zoho's API console.
Go to https://api-console.zoho.com create a Self Client and copy the generated Client ID.
Client Secret
The corresponding client secret generated alongside the Client ID.
Authorization Code
An OAuth authorization code to allow access to your Site24x7 account.
Use the scope:
Site24x7.Reports.ALL
Once your input is configured and data is indexed, you can begin searching using:
```spl
sourcetype="site24x7:monitor_metrics"
As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.