Skip to content

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 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.

  1. In the Genesys Cloud Add-on for Splunk, click Inputs > Create New Input > Operational.
  2. Select the available input System Services Status.
  3. Enter the parameter values using information provided in the input parameter table below.
  4. Click Add.
  5. 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.

  1. Create $SPLUNK_HOME/etc/apps/genesys_cloud_ta/local/inputs.conf.
  2. Add the following stanza.
<!-- System Services Status -->
[status_page_metrics://<system_services_status_input_name>]
index = <value>
interval = <value>
  1. (Optional) Configure a custom index.
  2. Restart your Splunk platform instance.
  3. 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.