Skip to content
New issue

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

kibana display wrong long field #5773

Closed
wyzssw opened this issue Dec 27, 2015 · 1 comment
Closed

kibana display wrong long field #5773

wyzssw opened this issue Dec 27, 2015 · 1 comment

Comments

@wyzssw
Copy link

wyzssw commented Dec 27, 2015

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

@rashidkpc
Copy link
Contributor

64 bit integer issue, see #1274

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants