yang227 commented on issue #4240:
URL: 
https://github.com/apache/incubator-seatunnel/issues/4240#issuecomment-1449638677

   集群版本信息
   {
     "name" : "mgr_node09",
   
     "version" : {
       "number" : "7.8.0",
       "build_flavor" : "default",
       "build_type" : "rpm",
   
       "build_snapshot" : false,
       "lucene_version" : "8.5.1",
       "minimum_wire_compatibility_version" : "6.8.0",
       "minimum_index_compatibility_version" : "6.0.0-beta1"
     },
     "tagline" : "You Know, for Search"
   }
   
   
   索引配置:
   
   {
     "skywalking_segment-20230228" : {
       "settings" : {
         "index" : {
           "lifecycle" : {
             "name" : "watch-history-ilm-policy"
           },
           "refresh_interval" : "10s",
           "number_of_shards" : "15",
           "provided_name" : "skywalking_segment-20230228",
           "creation_date" : "1677513600608",
           "analysis" : {
             "analyzer" : {
               "oap_analyzer" : {
                 "type" : "stop"
               }
             }
           },
           "number_of_replicas" : "1",
           "uuid" : "JaNBVKcdT5-Bi8OD3opPOA",
           "version" : {
             "created" : "7080099"
           }
         }
       }
     }
   }
   
   mapping 
   
   
   
   {
     "skywalking_segment-20230228" : {
       "mappings" : {
         "properties" : {
           "data_binary" : {
             "type" : "binary"
           },
           "end_time" : {
             "type" : "long"
           },
           "endpoint_id" : {
             "type" : "keyword"
           },
           "endpoint_name" : {
             "type" : "keyword",
             "copy_to" : [
               "endpoint_name_match"
             ]
           },
           "endpoint_name_match" : {
             "type" : "text",
             "analyzer" : "oap_analyzer"
           },
           "is_error" : {
             "type" : "integer"
           },
           "latency" : {
             "type" : "integer"
           },
           "segment_id" : {
             "type" : "keyword"
           },
           "service_id" : {
             "type" : "keyword"
           },
           "service_instance_id" : {
             "type" : "keyword"
           },
           "service_name" : {
             "type" : "keyword",
             "copy_to" : [
               "service_name_match"
             ]
           },
           "service_name_match" : {
             "type" : "text",
             "analyzer" : "oap_analyzer"
           },
           "start_time" : {
             "type" : "long"
           },
           "statement" : {
             "type" : "keyword"
           },
           "time_bucket" : {
             "type" : "long"
           },
           "trace_id" : {
             "type" : "keyword"
           },
           "version" : {
             "type" : "integer",
             "index" : false
           }
         }
       }
     }
   }
   
   
   
   
   
   
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to