You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/02/25 09:39:04 UTC

[GitHub] [skywalking] Lovnx opened a new issue #4415: Which index saving the service_id information?

Lovnx opened a new issue #4415: Which index saving the service_id information?
URL: https://github.com/apache/skywalking/issues/4415
 
 
   index `segment-2020xxx` data structure is:
   ```
   {
     "_index": "segment-20200224",
     "_type": "_doc",
     "_id": "97.206.15824787537508774",
     "_version": 1,
     "_score": 0,
     "_source": {
       "trace_id": "97.206.15824787537508775",
       "endpoint_name": "/eureka/apps/",
       "latency": 4,
       "end_time": 1582478753754,
       "endpoint_id": 380,
       "service_instance_id": 97,
       "version": 2,
       "start_time": 1582478753750,
       "data_binary": "Cg0KC2HOAabzxr73kY4cEqoBEP///////////wEY1v/VmIcuINr/1ZiHLjD8AlgDYAF6dAoDdXJsEm1odHRwOi8vMTcyLjIyLjM0LjIwMzoxS9hcHBzL0lPVC1TVEFUSVNUSUNTLVRSVUNLLVYxL2V4dGRldmljZUludGVyZmFjZTppb3Qtc3RhdGlzdGljcy10cnVjay12MTo4MTExehIKC2hWV0aG9kEgNQVVQYCiBh",
       "service_id": 10,
       "time_bucket": 20200224012553,
       "is_error": 0,
       "segment_id": "97.206.15824787537508774"
     }
   }
   ```
   
   but `service_id` `service_instance_id` `endpoint_id` value are number type, which index store the original info?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng closed issue #4415: Which index saving the service_id information?

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #4415: Which index saving the service_id information?
URL: https://github.com/apache/skywalking/issues/4415
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng commented on issue #4415: Which index saving the service_id information?

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4415: Which index saving the service_id information?
URL: https://github.com/apache/skywalking/issues/4415#issuecomment-590774236
 
 
   There are several *_inventory indexes representing these.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] Lovnx commented on issue #4415: Which index saving the service_id information?

Posted by GitBox <gi...@apache.org>.
Lovnx commented on issue #4415: Which index saving the service_id information?
URL: https://github.com/apache/skywalking/issues/4415#issuecomment-590780741
 
 
   *_inventory index: field `sequence` is the id I'm looking for.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services