Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status No Plans to Implement
Workspace Domino
Categories Administration
Created by Guest
Created on Feb 19, 2020

Key substitution string for ServerName when publishing Domino statistics to external services

I want to use the use new feature "Publishing Domino statistics to external services".

 

And in documentation there is no key substitution string for Domino $ServerName$, see below:

https://help.hcltechsw.com/domino/10.0.1/stats_publish_other_external.html

 

I have multiple server (more than 100 servers), so must change the configuration for each server because there is no key substitution string for ServerName.

If exists i can use a Configuration Document, to configure all servers.

 

Example of my settings:

set config STATPUB_ENABLE=1

set config STATPUB_URI=http://elasticsearch.renovations.com:9200/

set config STATPUB_METRIC_FORMAT=""$Name$":$Value$

set config STATPUB_DELTA_METRIC_FORMAT=""$Name$":$Value$

set config STATPUB_HEADERS=X-License-Key: XXXXXX$Newline$Content-Type: application/json$Newline$Accept: application/json$Newline$

set config STATPUB_DATA_HEAD={"host":"myserver","version":"1.0.0","name":"myserver/Renovations","timestamp":"$Timestamp$","guid":"com.renovations.domstats","duration":60,"metrics":{

set config STATPUB_DATA_TAIL=}}

 

Domino will post the following data on Elasticsearch

 

{

"host": "myserver",

"version": "1.0.0",

"name": "myserver/Renovations",

"timestamp": "1581518363",

"guid": "com.renovations.domstats",

"duration": 60,

"metrics": {

"ADMINP.DirectoryDocumentsModified": 1,

"ADMINP.RelativeResponsesAdded": 6,

"ADMINP.ReplicasCreated": 4,

.....

}

}

  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Feb 20, 2020
    Idea acknowledged but unlikely to implement anytime soon. Please continue to vote for it to highlight the demand.