skywalking/oap-server/server-storage-plugin
Kai 2bf7f0f4e7
Support ElasticSearch template mappings `properties parameters` and `_source` update (#8706)
Previous logic can't update the mappings `properties parameters` and `_source` only support adding a new property.

### Now
1. As the OAP core merges the index of metrics, properties would not be deleted still.
2. Would not update the current index to avoid conflict, a new index follows the new template to create.

**Warning**, if there are properties conflicts, same key with different values, they would override each other according to booting sequence. Unless we change booting process as merging modules before merging with existing templates and indices, we can't add check mechanism and warnings.
2022-03-19 00:55:47 +08:00
..
storage-elasticsearch-plugin Support ElasticSearch template mappings `properties parameters` and `_source` update (#8706) 2022-03-19 00:55:47 +08:00
storage-influxdb-plugin Refactor the core Builder mechanism (#8684) 2022-03-16 08:22:18 +08:00
storage-iotdb-plugin Refactor the core Builder mechanism (#8684) 2022-03-16 08:22:18 +08:00
storage-jdbc-hikaricp-plugin Remove the hard requirement of BASE64 encoding for the binary field (#8685) 2022-03-16 22:16:57 +08:00
storage-tidb-plugin Set version to 9.0.0-snapshot (#8242) 2021-12-06 10:04:20 +08:00
storage-zipkin-elasticsearch-plugin Add `Column.shardingKeyIdx` for column definition for BanyanDB (#8705) 2022-03-18 23:39:52 +08:00
pom.xml Set version to 9.0.0-snapshot (#8242) 2021-12-06 10:04:20 +08:00