The Periodic Stats Logger plugin writes PingAuthorize Server metrics to a file in the server root.

  • Under the Splunk Forwarder application files, update the etc/apps/search/local/inputs.conf file with the following configuration for dsstats.json:
    [monitor:///<path/to/PingAuthorize>/logs/dsstats.json]
    					sourcetype=log2metrics_json
    					index=<pazmetrics>
    					disabled=false
    					host=<paz1>
    				
    Tip:

    You can customize the index name and configure the host value to label where the metrics are being forwarded from.