I would like to visualize our message queue length in a histogram.
As long as the queue length is > 0 everything is fine. The line is drawn.
But if the value is equal to 0 (number 0, not null) it is not drawn.
Here are my histogram settings: This example request here is not drawn:
Code: Select all
{
"_index": "logstash-2016.06.23",
"_type": "import_json",
"_id": "AVV9brbpIfQq8AlkVQwp",
"_score": null,
"_source": {
"EventReceivedTime": "2016-06-23 15:24:15",
"SourceModuleName": "tuxedo-performance",
"SourceModuleType": "im_file",
"Component": "MaintScheduler",
"Application": "PerformanceMonitor",
"LogFile": "performancelog",
"Stage": "Production",
"HostName": "xxxx",
"ServerType": "Jump",
"@version": "1",
"@timestamp": "2016-06-23T13:24:14.000Z",
"host": "xxx",
"type": "import_json",
"tags": [
"import_json"
],
"TuxPerfLogKey": "EMAIL_SUBMIT",
"TuxPerfLogValue": 0
},
"highlight": {
"LogFile.raw": [
"@start-highlight@performancelog@end-highlight@"
],
"LogFile": [
"@start-highlight@performancelog@end-highlight@"
],
"TuxPerfLogKey": [
"@start-highlight@EMAIL_SUBMIT@end-highlight@"
]
},
"sort": [
1466688254000,
1466688254000
]
}
Thanks,
Andreas