Skip to content

Instantly share code, notes, and snippets.

@Rajind
Created December 16, 2017 20:00
Show Gist options
  • Save Rajind/cae6eede3bbdaae8a2192127c581226c to your computer and use it in GitHub Desktop.
Save Rajind/cae6eede3bbdaae8a2192127c581226c to your computer and use it in GitHub Desktop.
{
"ultraesb_x": {
"mappings": {
"x_statistics": {
"dynamic_templates": [
{
"index_nonanalyzed": {
"match": "*",
"mapping": {
"index": "not_analyzed"
}
}
}
],
"properties": {
"activeThreadCount": {
"type": "float"
},
"activeThreadsGauge": {
"type": "float"
},
"connectorType": {
"type": "keyword"
},
"cpuUsageGauge": {
"type": "float"
},
"currentPoolSize": {
"type": "float"
},
"currentQueueLength": {
"type": "float"
},
"customFields": {
"type": "nested"
},
"entityId": {
"type": "keyword"
},
"entityType": {
"type": "keyword"
},
"executionSuccess": {
"type": "long"
},
"integrationFlow": {
"type": "keyword"
},
"isIngress": {
"type": "keyword"
},
"node": {
"type": "keyword"
},
"openFDGauge": {
"type": "float"
},
"project": {
"type": "keyword"
},
"projectVersion": {
"type": "keyword"
},
"receivedMsgCount": {
"type": "long"
},
"receivedMsgSize": {
"type": "float"
},
"recordTime": {
"type": "date",
"format": "yyyy-MM-dd'T'HH:mm:ssZ"
},
"sendingSuccess": {
"type": "long"
},
"sentMsgCount": {
"type": "long"
},
"sentMsgSize": {
"type": "float"
},
"usedMemoryGauge": {
"type": "float"
},
"usedMemoryPercentageGauge": {
"type": "float"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment