chore: rename the event index (#13293)

This commit is contained in:
Wan Kai 2025-06-04 11:20:19 +08:00 committed by GitHub
parent 1dc39f6f26
commit 30e2dcdf2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
* [Break Change]BanyanDB: Setup new Group policy.
* Bump up commons-beanutils to 1.11.0.
* Refactor: simplify the `Accept` http header process.
* [Break Change]Storage: Move `event` from metrics to recods.
* [Break Change]Storage: Move `event` from metrics to records.
* Remove string limitation in Jackson deserializer for ElasticSearch client.
* Fix `disable.oal` does not work.

View File

@ -41,7 +41,7 @@ import static org.apache.skywalking.oap.server.core.source.DefaultScopeDefine.EV
@BanyanDB.TimestampColumn(Event.TIMESTAMP)
public class Event extends Record {
public static final String INDEX_NAME = "events";
public static final String INDEX_NAME = "event";
public static final String UUID = "uuid";