chore: rename the event index (#13293)
This commit is contained in:
parent
1dc39f6f26
commit
30e2dcdf2d
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue