Page created: 29 Apr 2021 | Page updated: 30 Apr 2021 | 1 min read8.2 Product PingDirectory Directory Capability Product documentation Content Type Administration User task Monitoring and Management IT Administrator Administrator Audience Software Deployment Method PingDirectoryProxy System Administrator Performance Tuning PingDataSync The Stats Collector is used to create a StatsD mnitoring endpoint. Run the following command to enable the Stats Collector plugin. dsconfig set-plugin-prop --plugin-name "Stats Collector" --set enabled:true Run the following command to create a StatsD monitoring endpoint. After running the following command, Directory Server will send StatsD messages to your Splunk server over UDP at port 8125. dsconfig create-monitoring-endpoint --endpoint-name StatsDEndpoint --type statsd \ --set enabled:true --set hostname:your-splunk.example.com \ --set server-port:8125 --set connection-type:unencrypted-udp
Run the following command to enable the Stats Collector plugin. dsconfig set-plugin-prop --plugin-name "Stats Collector" --set enabled:true Run the following command to create a StatsD monitoring endpoint. After running the following command, Directory Server will send StatsD messages to your Splunk server over UDP at port 8125. dsconfig create-monitoring-endpoint --endpoint-name StatsDEndpoint --type statsd \ --set enabled:true --set hostname:your-splunk.example.com \ --set server-port:8125 --set connection-type:unencrypted-udp