Configure Operational inputs for the Genesys Cloud Add-on for Splunk¶
Description: Operational inputs enable collection of:
- System Services Status.
Pre-Requirements¶
Before you enable inputs, complete the previous steps in the configuration process:
- Configure an integration application in Genesys Cloud for the Genesys Cloud Add-on for Splunk
- Configure an account in the Genesys Cloud Add-on for Splunk
Configure your inputs on the Splunk platform instance responsible for collecting data for this add-on, usually a heavy forwarder. You can configure inputs using Splunk Web (recommended) or using the configuration files.
Configure inputs using Splunk Web¶
Configure your inputs using Splunk Web on the Splunk platform instance responsible for collecting data for this add-on, usually a heavy forwarder.
- In the Genesys Cloud Add-on for Splunk, click Inputs > Create New Input > Operational.
- Select the available input System Services Status.
- Enter the parameter values using information provided in the input parameter table below.
- Click Add.
- Verify that data is successfully arriving by running the following searches on your search head:
sourcetype=genesyscloud:operational:*
If you do not see any events, check the Troubleshooting section.
Configure inputs in the configuration files¶
Configure your inputs using the configuration files on the Splunk platform instance responsible for collecting data for this add-on, usually a heavy forwarder.
- Create
$SPLUNK_HOME/etc/apps/genesys_cloud_ta/local/inputs.conf
. - Add the following stanza.
<!-- System Services Status -->
[status_page_metrics://<system_services_status_input_name>]
index = <value>
interval = <value>
- (Optional) Configure a custom
index
. - Restart your Splunk platform instance.
- Verify that data is successfully arriving by running the following search on your search head:
sourcetype=genesyscloud:operational:*
If you do not see any events, check the Troubleshooting section.
Input Parameters¶
Each attribute in the following table corresponds to a field in Splunk Web.
Input name | Corresponding field in Splunk Web | Description |
---|---|---|
input_name |
Input Name | A unique name for your input. |
index |
Index | The index in which the data should be stored. The default is default . |
interval |
Interval (seconds) | Rerun the input after the defined value, in seconds. The default value is 300 . |