We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is kibana json display, the traceId display as 3388933916412798500
{ "_index": "rpc-2015.12.27", "_type": "rpc", "_id": "AVHhrLCKGwodQi8afpjj", "_score": null, "_source": { "@version": "1", "@timestamp": "2015-12-27T04:22:49.146Z", "host": "2a4648648d83", "type": "rpc", "time": "2015-12-27 00:14:31.449", "thread": "pool-7-thread-27", "level": "DEBUG", "logger": "general-rpc-log", "result": "", "appName": "xxxxxx-service", "side": "service", "method": "com.xxxxxxxxx.getAllItemState", "input": {}, "traceId": 3388933916412798500, "errorNo": 0, "errorMsg": "OK" }, "fields": { "@timestamp": [ 1451190169146 ] }, "sort": [ 1451190169146 ] }
in es
{ "_index": "rpc-2015.12.27", "_type": "rpc", "_id": "AVHhrLCKGwodQi8afpjj", "_score": 0, "_source": { "@version": "1", "@timestamp": "2015-12-27T04:22:49.146Z", "host": "2a4648648d83", "path": "/home/xiaoju/ecar/log.base_IS_UNDEFINED/general-rpc.2015-12-27.log", "type": "rpc", "time": "2015-12-27 00:14:31.449", "thread": "pool-7-thread-27", "level": "DEBUG", "logger": "general-rpc-log", "result": "", "appName": "nova-item-service", "side": "service", "method": "com.xxxxtem.processor.OrderProcessor.getAllItemState", "input": {}, "traceId": 3388933916412798679, "errorNo": 0, "errorMsg": "OK" } }
the traceId is 3388933916412798679
WHY kibana display long type field as fill 0 at tail
The text was updated successfully, but these errors were encountered:
64 bit integer issue, see #1274
Sorry, something went wrong.
No branches or pull requests
This is kibana json display, the traceId display as 3388933916412798500
in es
the traceId is 3388933916412798679
WHY kibana display long type field as fill 0 at tail
The text was updated successfully, but these errors were encountered: